summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
Commit message (Expand)AuthorAgeFilesLines
* Add __scm.h placeholderAndy Wingo2018-06-241-0/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-851/+0
* Inline tags.h into __scm.hAndy Wingo2018-06-201-94/+687
* Minor __scm.h reformattingAndy Wingo2018-06-201-224/+139
* Move SCM_ARG1, etc definitions to error.hAndy Wingo2018-06-201-22/+0
* Move SCM_TICK definition to __scm.h.Andy Wingo2018-06-201-4/+0
* Remove crufty support for 16-bit architectures.Andy Wingo2018-06-201-15/+0
* Deprecate pre-stdint.h limit macrosAndy Wingo2018-06-201-28/+0
* Use stdint.h limit macrosAndy Wingo2018-06-201-18/+20
* Move SCM_C_INLINE_KEYWORD definition to inline.hAndy Wingo2018-06-201-11/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Remove _scm.hAndy Wingo2018-06-201-11/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+2
* Define scm_t_wchar in one placeAndy Wingo2018-06-201-0/+9
* Shuffle around inline C function implementationAndy Wingo2018-06-201-58/+0
* Assume that if we have GCC, we have GCC >= 3.0.Andy Wingo2018-06-171-12/+3
* Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo2018-06-171-21/+0
* Remove #ifdef cases for VMS and Cray.Andy Wingo2018-06-171-9/+3
* Reimplement dynamic statesAndy Wingo2016-12-051-0/+4
* Remove SCM_DEBUG_CELL_ACCESSES==1Andy Wingo2016-11-181-9/+0
* Use atomics for async interruptsAndy 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-limitAndy 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 infrastructureAndy Wingo2012-03-081-0/+58
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-101-1/+1
|\ \ | |/
| * fix SCM_ASRTGO deprecationAndy Wingo2012-01-081-5/+1
* | Revert "SCM is either a union or scm_t_bits"Andy Wingo2011-09-151-0/+25
* | simplify inline function infrastructureAndy Wingo2011-05-261-0/+58
* | remove SCM_EXIT_SUCCESS and SCM_EXIT_FAILURE definitionsAndy Wingo2011-05-151-21/+0
* | scm_wta_* procedures replace SCM_WTA_* macrosAndy Wingo2011-05-151-61/+0
* | SCM_ASSERT to error.hAndy Wingo2011-05-151-17/+0
* | remove SCM_ASRTGOAndy Wingo2011-05-151-4/+0
* | remove unused SCM_FENCE definitionAndy Wingo2011-05-151-23/+0
* | rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICKAndy Wingo2011-05-151-32/+0
* | simplify SCM_TICKAndy Wingo2011-05-151-4/+5
* | remove SCM_THREAD_SWITCHING_CODEAndy Wingo2011-05-151-1/+0
* | make SCM_I_SETJMP and SCM_I_LONGJMP privateAndy Wingo2011-05-151-30/+9
* | move SCM_FLUSH_REGISTER_WINDOWS to continuations.cAndy Wingo2011-05-151-11/+0
* | minor __scm.h cleanupAndy Wingo2011-05-151-28/+35
* | remove mention of cheap continuationsAndy Wingo2011-05-151-9/+5
* | remove SCM_I_LLONG and SCM_I_ULLONG limit definesAndy Wingo2011-05-151-6/+0
* | remove SCM_I_SIZE limits definesAndy Wingo2011-05-151-4/+0
* | remove SCM_CHAR_CODE_LIMIT defineAndy Wingo2011-05-151-6/+0