summaryrefslogtreecommitdiff
path: root/libguile/_scm.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-05Merge branch 'bt/elisp'BT Templeton1-1/+1
2012-02-03add `nil?' primitiveBT Templeton1-1/+1
2011-10-28add string-length, string-ref, vector-length instructionsAndy Wingo1-1/+1
2011-06-02Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-0/+3
2011-05-31write-objcode uses target-endianness, target-word-sizeAndy Wingo1-0/+3
2011-05-15rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICKAndy Wingo1-0/+21
2011-05-15make SCM_I_SETJMP and SCM_I_LONGJMP privateAndy Wingo1-0/+35
2011-02-13bump objcode version to 2.0; introduce minor-version compatibilityAndy Wingo1-5/+5
2010-12-03ASYNC_TICK after catching EINTR in SCM_SYSCALLAndy Wingo1-3/+26
2010-11-19bump objcode versionAndy Wingo1-1/+1
2010-10-18_scm GUILE_USE_64_CALLS compilation warning fixAndy Wingo1-1/+1
2010-10-08inline symbol? and vector? to opcodes, and a psyntax inlining tweakAndy Wingo1-1/+1
2010-09-27Remove `scm_t_aligned_cell'.Ludovic Courtès1-30/+0
2010-06-06simplify macro representation in the wake of module hygiene changesAndy Wingo1-1/+1
2010-05-30Fix parenthesizing of the `ROUND_UP' macro; factorize.Ludovic Courtès1-0/+4
2010-05-28don't fail when HAVE_STAT64 is undefinedVolker Grabsch1-1/+1
2010-05-28Add `scm_t_aligned_cell' internal type.Ludovic Courtès1-0/+30
2010-05-01optimize and bugfix make-struct VM opcodeAndy Wingo1-1/+1
2010-01-26renumber VM opcodesAndy Wingo1-1/+1
2010-01-09allocate free variables inline to closuresAndy Wingo1-1/+1
2010-01-07subrs are now VM trampoline proceduresAndy Wingo1-0/+2
2010-01-05clean up macros.[ch]Andy Wingo1-2/+2
2009-12-11merge from master to elispAndy Wingo1-1/+5
2009-11-24Don't rely on `HAVE_' macros in public header "tags.h".Ludovic Courtès1-0/+3
2009-11-01Merge branch 'bdw-gc-static-alloc'Ludovic Courtès1-0/+1
2009-10-25arities can have noncontiguous starts and endsAndy Wingo1-1/+1
2009-10-23vm support for optional/kwarg init code, and bugfixesAndy Wingo1-1/+1
2009-10-23more work towards compiling and interpreting keyword argsAndy Wingo1-1/+1
2009-10-23finish support for optional & keyword args; update ecmascript compilerAndy Wingo1-1/+1
2009-10-23de-nargs struct scm_objcode; procedure-property refactorAndy Wingo1-1/+1
2009-10-23runtime and debugging support for callee-parsed procedure argsAndy Wingo1-1/+1
2009-10-23steps on the way to have the callee check the number of argumentsAndy Wingo1-1/+1
2009-10-16jumps encoded using 24 bits, not 19; blocks no longer alignedAndy Wingo1-1/+1
2009-09-02Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocLudovic Courtès1-20/+38
2009-08-20push new frame on stack before procedure & argsAndy Wingo1-1/+1
2009-08-20remove dead weight from vm-i-system.cAndy Wingo1-1/+1
2009-08-12"fix" <let>-bound lambda expressions tooAndy Wingo1-1/+1
2009-08-12rework the vm support for wide stringsAndy Wingo1-1/+1
2009-08-11make the fallback path look less like line noiseAndy Wingo1-2/+14
2009-08-11include objcode cookie in the fallback pathAndy Wingo1-1/+20
2009-06-23Remove AC_SYS_RESTARTABLE_SYSCALLS and related codeNeil Jerram1-14/+0
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-02-14Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocLudovic Courtès1-0/+19
2009-01-23Fix MinGW HAVE_STRUCT_TIMESPEC build problemNeil Jerram1-0/+19
2009-01-14Add support for static allocation of cells, strings and stringbufs.Ludovic Courtès1-1/+2
2008-07-17Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11.Ludovic Courtès1-2/+10