summaryrefslogtreecommitdiff
path: root/libguile/_scm.h
AgeCommit message (Expand)AuthorFilesLines
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
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-4/+1
2002-11-03(HAVE_RESTARTABLE_SYSCALLS): Do define even whenMarius Vollmer1-5/+3
2002-11-02Include <errno.h< so that SCM_SYSCALL is correctlyMarius Vollmer1-1/+8
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-2/+2
2001-11-25Include "libguile/inline.h".Marius Vollmer1-0/+1
2001-08-31* Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann1-8/+9
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-2/+2
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-0/+2
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-6/+1
2000-05-16* Makefile.am: Let 'make clean' remove *.x and *.doc files.Dirk Herrmann1-6/+0
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-14/+14