summaryrefslogtreecommitdiff
path: root/libguile/_scm.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Remove _scm.hAndy Wingo1-45/+0
2018-06-20Devolve strings.hAndy Wingo1-1/+0
2018-06-20Devolve programs.h from _scm.h.Andy Wingo1-3/+0
2018-06-20Devolve foreign.h from _scm.hAndy Wingo1-1/+0
2018-06-20Devolve symbols.h from _scm.hAndy Wingo1-1/+0
2018-06-20Remove modules.h from _scm.h.Andy Wingo1-1/+0
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-1/+0
2018-06-20Shuffle around inline C function implementationAndy Wingo1-1/+0
2018-06-20Devolve variable.h from _scm.h.Andy Wingo1-1/+0
2018-06-20Remove snarf.h from _scm.hAndy Wingo1-1/+0
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-1/+0
2018-06-19Devolve procs.h include from _scm.h.Andy Wingo1-1/+0
2018-06-19Move gsubr.h include to snarf.hAndy Wingo1-1/+0
2018-06-18Devolve gc.hAndy Wingo1-1/+0
2018-06-18Devolve pairs.hAndy Wingo1-1/+0
2018-06-18Devolve boolean.h include.Andy Wingo1-1/+0
2018-06-18Remove list.h from _scm.hAndy Wingo1-1/+0
2018-06-17Remove _scm.h print.h includeAndy Wingo1-1/+0
2018-06-17Remove error.h include from _scm.h.Andy Wingo1-1/+0
2018-06-17Remove alignof.h inclusion from _scm.hAndy Wingo1-1/+0
2018-06-17Remove _scm.h verify.h inclusionAndy Wingo1-1/+0
2018-06-17Remove errno.h include from _scm.h.Andy Wingo1-1/+0
2018-06-17Remove _scm.h inclusion of config.hAndy Wingo1-4/+0
2018-06-17Inline definition of SIZEOF_SCM_T_BITSAndy Wingo1-3/+0
2018-06-17Refactor regarding internal detection of ia64Andy Wingo1-4/+0
2018-06-17Remove _scm hack to undefine HAVE_STRUCT_TIMESPECAndy Wingo1-19/+0
2018-06-17More _scm.h refactoringAndy Wingo1-12/+0
2018-06-17Move syscall-related private defines to their own headerAndy Wingo1-66/+0
2018-06-17Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo1-18/+0
2018-06-17Remove #ifdef cases for VMS and Cray.Andy Wingo1-15/+1
2018-06-17Move "min" and "max" macros out of _scm.hAndy Wingo1-7/+0
2018-06-17Simplify definition of SCM_SYSCALL.Andy Wingo1-29/+1
2018-06-17Move some definitions out of _scm.hAndy Wingo1-27/+2
2017-05-22Update effective version to 3.0Andy Wingo1-3/+3
2017-04-18Bump objcode version in a compatible wayAndy Wingo1-1/+2
2016-10-26Use atomics for async interruptsAndy Wingo1-22/+2
2016-06-21`define!' instruction returns the variableAndy Wingo1-1/+1
2016-05-16Bump objcode versionAndy Wingo1-1/+1
2015-11-11Bump bytecode versionAndy Wingo1-1/+1
2014-04-21Add make-vector opcodeAndy Wingo1-1/+1
2014-04-15Bump minor objcode version for recent changesAndy Wingo1-1/+1
2014-02-02Add VM and compiler support for calls to known proceduresAndy Wingo1-2/+2
2013-11-22VM copes with moving FPAndy Wingo1-10/+8
2013-11-15Remove MVRA from VM framesAndy Wingo1-1/+1
2013-11-10Add specialize-primcalls pass; bump objcode version.Andy Wingo1-1/+1
2013-11-08Remove stack programs, objcode, and the old VM.Andy Wingo1-7/+0
2013-07-18Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-25/+25
2013-07-17Fix 'SCM_SYSCALL' to really swallow EINTR.Ludovic Courtès1-25/+25
2012-04-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+8
2012-04-30add internal SCM_NOINLINE definitionAndy Wingo1-0/+5