summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2009-01-15Add more missing Gnulib filesNeil Jerram10-9/+1811
2009-01-12Make sure that we have a real on-the-stack alloca()Neil Jerram14-512/+1308
Because of how Guile saves and restores continuations (by copying the stack), and how it uses alloca to create space for debug information on the stack, we must have an alloca() that really does use the stack, and not one that uses the heap. To do this, we use the Gnulib "alloca-opt" module instead of "alloca". This commit also updates the Gnulib sources from the current Gnulib Git repository.
2008-12-14Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès15-46/+1049
Conflicts: lib/Makefile.am libguile/struct.c libguile/threads.c m4/gnulib-cache.m4 m4/gnulib-comp.m4
2008-12-08Add other missing Gnulib files.Ludovic Courtès2-0/+42
2008-11-30Use Gnulib's `full-write' and `full-read' modules.Ludovic Courtès10-46/+987
2008-11-30Update Gnulib files to commit d4b129b8e5f8a8d1198020fd6fc79310d305936c.Ludovic Courtès4-1/+15
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
Conflicts: lib/Makefile.am libguile/gc-card.c libguile/gc-freelist.c libguile/gc-mark.c libguile/gc-segment.c libguile/gc.c libguile/gc.h libguile/gc_os_dep.c libguile/private-gc.h m4/.cvsignore m4/gnulib-cache.m4 m4/gnulib-comp.m4
2008-09-11Use Gnulib's `autobuild' module.Ludovic Courtès1-1/+1
* m4/gnulib-cache.m4 (gl_MODULES): Add `autobuild'. * Makefile.am (EXTRA_DIST): Add `m4/autobuild.m4'.
2008-09-11Revert "Use Gnulib's `count-one-bits' module."Ludovic Courtès3-231/+1
We don't need it in this branch. This reverts commit d7014610b16cd5f273479e70db253bff2f0124fc.
2008-09-09Use Gnulib's `count-one-bits' module.Ludovic Courtès3-1/+231
* m4/gnulib-cache.m4 (gl_MODULES): Add `count-one-bits'.
2008-09-02Add Gnulib `strftime' module, update Gnulib files.Ludovic Courtès8-3/+1957
* m4/gnulib-cache.m4 (gl_MODULES): Add `strftime'.
2008-08-21Add Gnulib-provided files for convenience.Ludovic Courtès8-7/+918
These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
2008-04-07More `.gitignore'.Ludovic Courtès1-0/+7