summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-30* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann1-9/+1
2002-06-28* __scm.h, eval.c, eval.h: Removed compile time optionDirk Herrmann1-5/+0
2002-02-03(HAVE_UINTPTR_T): Only define if UINTPTR_T attributesThien-Thi Nguyen1-7/+11
2001-11-13(HAVE_UINTPTR_T, HAVE_PTRDIFF_T, HAVE_LONG_LONG, HAVE_LONG_LONGS):Marius Vollmer1-4/+4
2001-11-12Define HAVE_UINTPTR_T, HAVE_PTRDIFF_T and HAVE_LONG_LONG depending onMarius Vollmer1-0/+13
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-3/+13
2001-11-02* __scm.h: Defined SCM_API. This macro gets prepended to allMarius Vollmer1-6/+20
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-60/+28
2001-08-18* Fix spelling mistake in comment.Neil Jerram1-1/+1
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-5/+6
2001-06-14(ptrdiff_t): Typedef to long when configure didn't findMarius Vollmer1-0/+4
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-0/+40
2001-05-27* Changed the default definition of SCM.Dirk Herrmann1-4/+4
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-2/+0
2001-05-24* validate.hMichael Livshin1-9/+15