summaryrefslogtreecommitdiff
path: root/libguile/_scm.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-27(errno): Remove declarations that have been thereNeil Jerram1-8/+0
2008-02-05* fports.c (fport_seek): Make dependent on GUILE_USE_64_CALLS.Neil Jerram1-1/+1
2008-01-22* srfi-39.scm: Update copyright statement to LGPL.Neil Jerram1-36/+12
2006-10-25* configure.in: New check for uca lib (needed for IA64 on HP-UX).Neil Jerram1-0/+3
2006-10-09merge from 1.8 branchKevin Ryde1-0/+2
2006-06-17merge from 1.8 branchKevin Ryde1-6/+8
2006-04-17(scm_to_off_t, scm_from_off_t): No error if unknown off_tKevin Ryde1-4/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+38
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2003-03-27* _scm.h: fix various preprocessor usages of new public symbols toRob Browning1-2/+2
2003-03-25* _scm.h: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-13/+13
2002-12-09* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt1-1/+1