summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-24Don't rely on `HAVE_' macros in public header "tags.h".Ludovic Courtès1-0/+4
2009-11-24Remove unused, non-prefixed macros.Ludovic Courtès1-13/+0
2009-11-17Remove references to undefined macros.Ludovic Courtès1-2/+2
2009-11-01Merge branch 'bdw-gc-static-alloc'Ludovic Courtès1-0/+10
2009-10-09Use TLS when available for `SCM_I_CURRENT_THREAD'.Ludovic Courtès1-0/+8
2009-10-09Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.Ludovic Courtès1-5/+18
2009-10-02Add `SCM_DEPRECATED' macro to declare deprecated C functions/variables.Ludovic Courtès1-0/+11
2009-09-02Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocLudovic Courtès1-24/+39
2009-08-21Avoid clash with system setjmp/longjmp on IA64Neil Jerram1-4/+13
2009-08-20Avoid accessing symbol internals in call_dsubr_1 and DEVALMichael Gran1-0/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-05-26symbols are now hidden unless explicitly exported by SCM_APIAndy Wingo1-14/+12
2009-03-16Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocLudovic Courtès1-2/+0
2009-03-02Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès1-3/+1
2009-01-14Add support for static allocation of cells, strings and stringbufs.Ludovic Courtès1-1/+11
2008-09-09Cleanup mark-during-GC debug checks.Han-Wen Nienhuys1-0/+8
2008-07-04Fix `SCM_INTERNAL' with GCC 4.3.Ludovic Courtès1-2/+2
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-0/+9
2008-05-12Fix continuation problems on IA64.Neil Jerram1-1/+17
2008-01-22* srfi-39.scm: Update copyright statement to LGPL.Neil Jerram1-36/+12
2007-12-08Changes from arch/CVS synchronizationLudovic Courtès1-15/+33
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-70/+1
2005-01-24Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer1-2/+2
2005-01-24Threading changes.Marius Vollmer1-2/+2
2004-08-02(SCM_DEFER_INTS, SCM_ALLOW_INTS): Add comments about pastKevin Ryde1-0/+26
2004-07-29* __scm.h (SCM_I_UTYPE_MAX, SCM_I_TYPE_MAX, SCM_I_TYPE_MIN,Marius Vollmer1-0/+36
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2003-09-12(SCM_FENCE): Use __memory_barrier with the Intel compiler on IA64.Marius Vollmer1-0/+2
2003-07-27* __scm.h (SCM_C_INLINE_KEYWORD): New.Marius Vollmer1-0/+11
2003-07-24 * __scm.h: Reformulated the architecture and compiler propertiesDirk Herrmann1-8/+23
2003-07-02(SCM_ASSERT): change "else" expansion to "do { } while (0)"Han-Wen Nienhuys1-6/+6
2003-07-02(SCM_ASRTGO): add "else" to macro expansions with ifHan-Wen Nienhuys1-3/+3
2003-06-04 * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,Dirk Herrmann1-12/+13
2003-05-22* __scm.h (SCM_STACK_PTR): New macro. (Cast argument throughMikael Djurfeldt1-1/+5
2003-04-21 * __scm.h (SCM_DEBUG_DEBUGGER_SUPPORT): New compile-time option.Dirk Herrmann1-0/+15
2003-04-21 * __scm.h: Fixed comment about the SCM_DEBUG_TYPING_STRICTNESSDirk Herrmann1-6/+23
2003-04-13* __scm.h (SCM_FLUSH_REGISTER_WINDOWS): don't just rely on "sparc"Rob Browning1-1/+1
2003-03-25* __scm.h: move libguile/scmconfig.h include up to the top, soRob Browning1-56/+23
2002-12-15* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt1-59/+2
2002-12-10* async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt1-60/+4
2002-12-09* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt1-38/+90
2002-11-10(USE_THREADS, GUILE_ISELECT): Do not define here. They are defined inMarius Vollmer1-9/+0
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-9/+9
2002-10-27* __scm.h (SCM_ASYNC_CLICK): Check pending_asyncs instead ofMarius Vollmer1-1/+1
2002-10-09(SCM_ASYNC_TICK): Do without the scm_active_asyncs abbrev.Marius Vollmer1-1/+1
2002-10-04* __scm.h (scm_asyncs_pending_p): Removed.Marius Vollmer1-3/+1
2002-10-03Removed GUILE_OLD_ASYNC_CLICK code.Marius Vollmer1-10/+0
2002-06-30* __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_args,Dirk Herrmann1-6/+1