summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
Commit message (Expand)AuthorAgeFilesLines
* Reimplement dynamic states...Andy Wingo2016-12-051-0/+4
* Remove SCM_DEBUG_CELL_ACCESSES==1...Andy Wingo2016-11-181-9/+0
* Use atomics for async interrupts...Andy Wingo2016-10-261-4/+0
* Merge commit '750ac8c592e792e627444f476877f282525b132e'...Andy Wingo2013-11-281-1/+1
|\
| * Don't use the identifier 'noreturn'....Mark H Weaver2013-11-041-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2013-03-281-1/+1
|\|
| * Make `SCM_LONG_BIT' usable in preprocessor conditionals....Ludovic Courtès2013-03-071-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2013-01-151-1/+1
|\|
| * deprecate SCM_CHAR_CODE_LIMIT and char-code-limit...Andy Wingo2013-01-101-7/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-07-061-1/+2
|\|
| * Add alignment for Sun Studio 12Dagobert Michelsen2012-07-061-1/+2
| * simplify inline function infrastructure...Andy Wingo2012-03-081-0/+58
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-01-101-1/+1
|\|
| * fix SCM_ASRTGO deprecation...Andy Wingo2012-01-081-5/+1
* | Revert "SCM is either a union or scm_t_bits"...Andy Wingo2011-09-151-0/+25
* | simplify inline function infrastructure...Andy Wingo2011-05-261-0/+58
* | remove SCM_EXIT_SUCCESS and SCM_EXIT_FAILURE definitions...Andy Wingo2011-05-151-21/+0
* | scm_wta_* procedures replace SCM_WTA_* macros...Andy Wingo2011-05-151-61/+0
* | SCM_ASSERT to error.h...Andy Wingo2011-05-151-17/+0
* | remove SCM_ASRTGO...Andy Wingo2011-05-151-4/+0
* | remove unused SCM_FENCE definition...Andy Wingo2011-05-151-23/+0
* | rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICK...Andy Wingo2011-05-151-32/+0
* | simplify SCM_TICK...Andy Wingo2011-05-151-4/+5
* | remove SCM_THREAD_SWITCHING_CODE...Andy Wingo2011-05-151-1/+0
* | make SCM_I_SETJMP and SCM_I_LONGJMP private...Andy Wingo2011-05-151-30/+9
* | move SCM_FLUSH_REGISTER_WINDOWS to continuations.c...Andy Wingo2011-05-151-11/+0
* | minor __scm.h cleanup...Andy Wingo2011-05-151-28/+35
* | remove mention of cheap continuations...Andy Wingo2011-05-151-9/+5
* | remove SCM_I_LLONG and SCM_I_ULLONG limit defines...Andy Wingo2011-05-151-6/+0
* | remove SCM_I_SIZE limits defines...Andy Wingo2011-05-151-4/+0
* | remove SCM_CHAR_CODE_LIMIT define...Andy Wingo2011-05-151-6/+0
* | remove more unused __scm.h options...Andy Wingo2011-05-151-31/+0
* | remove mention of GUILE_DEBUG_FREELIST...Andy Wingo2011-05-151-9/+0
* | remove #define STACK_CHECKING from __scm.h....Andy Wingo2011-05-151-7/+0
* | remove SICP from __scm.h...Andy Wingo2011-05-151-11/+0
* | remove ENGNOT from __scm.h...Andy Wingo2011-05-151-4/+0
* | SCM is either a union or scm_t_bits...Andy Wingo2011-05-151-25/+0
* | Bump default typing strictness to 2....Andy Wingo2011-05-131-1/+1
|/
* avoid tls gets when handling interrupts in the vm...Andy Wingo2011-05-061-2/+2
* Add `scm_t_subr' typedef (fix bug #23681)....Ludovic Courtès2011-02-131-1/+15
* Add `SCM_GNUC_PREREQ'....Ludovic Courtès2010-11-191-4/+12
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64...Andy Wingo2010-07-261-2/+0
* Use GCC's `malloc' attribute for malloc-like routines....Ludovic Courtès2010-05-281-1/+10
* less overhead for handling interrupts in the vm...Andy Wingo2009-12-111-6/+18
* Don't rely on `HAVE_' macros in public header "tags.h"....Ludovic Courtès2009-11-241-0/+4
* Remove unused, non-prefixed macros....Ludovic Courtès2009-11-241-13/+0
* Remove references to undefined macros....Ludovic Courtès2009-11-171-2/+2
* Merge branch 'bdw-gc-static-alloc'...Ludovic Courtès2009-11-011-0/+10
|\
| * Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc...Ludovic Courtès2009-09-021-24/+39
| |\
| * \ Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc...Ludovic Courtès2009-03-161-2/+0
| |\ \