* validate.h
[bpt/guile.git] / libguile / __scm.h
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-06 Marius Vollmer(SCM_WTA_DISPATCH_0): Removed ARG and POS parameters,
2001-04-19 Mikael Djurfeldt* __scm.h (SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,
2001-04-17 Dirk Herrmann* Incorporated fixes to interrupt deferring/allowing...
2001-03-17 Dirk Herrmann* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISP...
2001-02-28 Dirk Herrmann* Minor fixes to error checking macros.
2001-01-18 Dirk Herrmann* Cleaned up some limits-definitions.
2001-01-17 Dirk Herrmann* Fixed a couple of bugs with quotient, remainder,...
2000-06-30 Dirk Herrmann* Re-introduced some symbols as deprecated.
2000-06-30 Dirk Herrmann* Eliminated use of SCM_ASSERT to check for range errors.
2000-06-29 Dirk Herrmann* Cleaned up memory error signalling.
2000-06-29 Dirk Herrmann* Removed some unused identifiers and commented code.
2000-05-21 Michael Livshin* gc.h (SCM_[SET_]CELL_{WORD,OBJECT}, SCM_VALIDATE_CELL...
2000-05-19 Dirk Herrmann* Added SCM_DEBUG_CELL_ACCESSES debug option.
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-17 Dirk Herrmann* __scm.h: Added SCM_DEBUG as default debug option.
2000-05-16 Dirk Herrmann* Makefile.am: Let 'make clean' remove *.x and *.doc...
2000-05-11 Dirk Herrmann* __scm.h: Added section for debugging options.
2000-04-07 Dirk HerrmannSome SCM/scm_bits_t type strictness fixes.
2000-03-21 Mikael Djurfeldt* async.c, __scm.h: Removed lots of the old async click...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-16 Jim BlandyDoc fix.
2000-03-16 Mikael Djurfeldt* __scm.h (GC_FREE_SEGMENTS): Disable this until we...
2000-03-15 Mikael Djurfeldt* __scm.h (GUILE_NEW_GC_SCHEME): Define this if you...
2000-03-14 Mikael Djurfeldt*** empty log message ***
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-13 Mikael Djurfeldt* __scm.h (SCM_TICK): Oops! Forgot to put SCM_ASYNC_TIC...
2000-03-13 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS, SCM_REALLOW_INTS): Removed...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-02-08 Gary Houston * __scm.h: don't define long_long or ulong_long if...
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-05 Greg J. BadrosTypo fix.
2000-01-05 Greg J. Badros* guile-snarf.awk.in: Do argument/number mismatch check...
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-09-28 Greg J. Badros* __scm.h: Fix a bunch of macros that were missing...
1999-09-20 Mikael DjurfeldtFix
1999-09-20 Mikael Djurfeldt* __scm.h (SCM_WTA_DISPATCH_0, SCM_GASSERT0): New macros.
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-09-07 Mikael Djurfeldt* __scm.h (SCM_WTA_DISPATCH_n, SCM_GASSERTn): New macros.
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-02-12 Jim Blandy* __scm.h (SCM_FENCE): Fix `asm volatile' warnings...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-14 Jim Blandy* (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,
1998-04-19 Mikael Djurfeldt* continuations.c (scm_make_cont), debug.c (scm_make_me...
1998-01-30 Mikael Djurfeldt* __scm.h (SCM_ASYNC_TICK): Removed thread switching...
1997-06-23 Jim Blandy* __scm.h: (SCM_FENCE): New macro: optimizer will not...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-01-25 Gary Houston * ports.c: add SCM_PROC declarations for pt-size and...
1996-11-02 Mikael Djurfeldt * __scm.h: Added hooks for threads to plugin to in...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-12 Gary Houston* error.c, eval.c, load.c, stackchk.c: use scm_error...
1996-10-03 Jim BlandyDistinguish #f and ().
1996-10-01 Mikael Djurfeldt* __scm.h (SCM_ASYNC_TICK): Added call to macro
1996-09-19 Gary Houston * filesys.c (scsm_sys_stat): don't SIGSEGV if argument...
1996-09-15 Gary Houston* debug.c, unif.c: use scm_out_of_range instead of
1996-09-14 Gary Houston* numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta...
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-11 Jim Blandy* __scm.h (SCM_P): Corrected to run under traditional C.
1996-09-10 Jim BlandyUse SCM_P instead of PROTO; the latter intrudes on...
1996-09-10 Jim Blandy* __scm.h: Doc fixes.
1996-09-07 Gary Houston * error.c (scm_error): declare scm_error_callback.
1996-09-04 Jim BlandyDon't install the unwashed masses of Guile header files...
1996-08-23 Mikael Djurfeldt * __scm.h, stackchk.h, stackchk.c: Guile now performs...
1996-08-20 Mikael Djurfeldt* __scm.h: Removed symbols for debugging support.
1996-08-15 Jim Blandy* libguile.h: #include "__scm.h" before testing the...
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-08-02 Gary Houstonmake C system primitives throw exceptions
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import