summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Merge commit '750ac8c592e792e627444f476877f282525b132e'Andy Wingo1-1/+1
2013-11-04Don't use the identifier 'noreturn'.Mark H Weaver1-1/+1
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-1/+1
2013-03-07Make `SCM_LONG_BIT' usable in preprocessor conditionals.Ludovic Courtès1-1/+1
2013-01-15Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2013-01-10deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo1-7/+1
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+2
2012-07-06Add alignment for Sun Studio 12Dagobert Michelsen1-1/+2
2012-03-08simplify inline function infrastructureAndy Wingo1-0/+58
2012-01-10Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-01-08fix SCM_ASRTGO deprecationAndy Wingo1-5/+1
2011-09-15Revert "SCM is either a union or scm_t_bits"Andy Wingo1-0/+25
2011-05-26simplify inline function infrastructureAndy Wingo1-0/+58
2011-05-15remove SCM_EXIT_SUCCESS and SCM_EXIT_FAILURE definitionsAndy Wingo1-21/+0
2011-05-15scm_wta_* procedures replace SCM_WTA_* macrosAndy Wingo1-61/+0
2011-05-15SCM_ASSERT to error.hAndy Wingo1-17/+0
2011-05-15remove SCM_ASRTGOAndy Wingo1-4/+0
2011-05-15remove unused SCM_FENCE definitionAndy Wingo1-23/+0
2011-05-15rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICKAndy Wingo1-32/+0
2011-05-15simplify SCM_TICKAndy Wingo1-4/+5
2011-05-15remove SCM_THREAD_SWITCHING_CODEAndy Wingo1-1/+0
2011-05-15make SCM_I_SETJMP and SCM_I_LONGJMP privateAndy Wingo1-30/+9
2011-05-15move SCM_FLUSH_REGISTER_WINDOWS to continuations.cAndy Wingo1-11/+0
2011-05-15minor __scm.h cleanupAndy Wingo1-28/+35
2011-05-15remove mention of cheap continuationsAndy Wingo1-9/+5
2011-05-15remove SCM_I_LLONG and SCM_I_ULLONG limit definesAndy Wingo1-6/+0
2011-05-15remove SCM_I_SIZE limits definesAndy Wingo1-4/+0
2011-05-15remove SCM_CHAR_CODE_LIMIT defineAndy Wingo1-6/+0
2011-05-15remove more unused __scm.h optionsAndy Wingo1-31/+0
2011-05-15remove mention of GUILE_DEBUG_FREELISTAndy Wingo1-9/+0
2011-05-15remove #define STACK_CHECKING from __scm.h.Andy Wingo1-7/+0
2011-05-15remove SICP from __scm.hAndy Wingo1-11/+0
2011-05-15remove ENGNOT from __scm.hAndy Wingo1-4/+0
2011-05-15SCM is either a union or scm_t_bitsAndy Wingo1-25/+0
2011-05-13Bump default typing strictness to 2.Andy Wingo1-1/+1
2011-05-06avoid tls gets when handling interrupts in the vmAndy Wingo1-2/+2
2011-02-13Add `scm_t_subr' typedef (fix bug #23681).Ludovic Courtès1-1/+15
2010-11-19Add `SCM_GNUC_PREREQ'.Ludovic Courtès1-4/+12
2010-07-26remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64Andy Wingo1-2/+0
2010-05-28Use GCC's `malloc' attribute for malloc-like routines.Ludovic Courtès1-1/+10
2009-12-11less overhead for handling interrupts in the vmAndy Wingo1-6/+18
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