The FSF has a new address.
[bpt/guile.git] / libguile / __scm.h
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2004-08-02 Kevin Ryde(SCM_DEFER_INTS, SCM_ALLOW_INTS): Add comments about...
2004-07-29 Marius Vollmer* __scm.h (SCM_I_UTYPE_MAX, SCM_I_TYPE_MAX, SCM_I_TYPE_MIN,
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2003-09-12 Marius Vollmer(SCM_FENCE): Use __memory_barrier with the Intel compil...
2003-07-27 Marius Vollmer* __scm.h (SCM_C_INLINE_KEYWORD): New.
2003-07-24 Dirk Herrmann * __scm.h: Reformulated the architecture and compiler...
2003-07-02 Han-Wen Nienhuys(SCM_ASSERT): change "else" expansion to "do { } while...
2003-07-02 Han-Wen Nienhuys(SCM_ASRTGO): add "else" to macro expansions with if
2003-06-04 Dirk Herrmann * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,
2003-05-22 Mikael Djurfeldt* __scm.h (SCM_STACK_PTR): New macro. (Cast argument...
2003-04-21 Dirk Herrmann * __scm.h (SCM_DEBUG_DEBUGGER_SUPPORT): New compile...
2003-04-21 Dirk Herrmann * __scm.h: Fixed comment about the SCM_DEBUG_TYPING_ST...
2003-04-13 Rob Browning* __scm.h (SCM_FLUSH_REGISTER_WINDOWS): don't just...
2003-03-25 Rob Browning* __scm.h: move libguile/scmconfig.h include up to...
2002-12-15 Mikael Djurfeldt* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definit...
2002-12-10 Mikael Djurfeldt* async.c, error.h (scm_ints_disabled): Removed.
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-11-10 Marius Vollmer(USE_THREADS, GUILE_ISELECT): Do not define here. ...
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer* __scm.h (SCM_ASYNC_CLICK): Check pending_asyncs inste...
2002-10-09 Marius Vollmer(SCM_ASYNC_TICK): Do without the scm_active_asyncs...
2002-10-04 Marius Vollmer* __scm.h (scm_asyncs_pending_p): Removed.
2002-10-03 Marius VollmerRemoved GUILE_OLD_ASYNC_CLICK code.
2002-06-30 Dirk Herrmann* __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_...
2002-06-30 Dirk Herrmann* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options...
2002-06-28 Dirk Herrmann* __scm.h, eval.c, eval.h: Removed compile time option
2002-02-03 Thien-Thi Nguyen(HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
2001-11-13 Marius Vollmer(HAVE_UINTPTR_T, HAVE_PTRDIFF_T, HAVE_LONG_LONG, HAVE_L...
2001-11-12 Marius VollmerDefine HAVE_UINTPTR_T, HAVE_PTRDIFF_T and HAVE_LONG_LON...
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius Vollmer* __scm.h: Defined SCM_API. This macro gets prepended...
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-18 Neil Jerram* Fix spelling mistake in comment.
2001-07-26 Marius Vollmer* tags.h: Update tag system docs.
2001-06-14 Marius Vollmer(ptrdiff_t): Typedef to long when configure didn't...
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
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...
next