1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00
guile/m4
Neil Jerram 4a462e3544 Make sure that we have a real on-the-stack alloca()
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.
2009-01-12 22:08:56 +00:00
..
.gitignore Make sure that we have a real on-the-stack alloca() 2009-01-12 22:08:56 +00:00
alloca.m4 Add Gnulib-provided files for convenience. 2008-08-21 22:23:59 +02:00
autobuild.m4 Use Gnulib's `autobuild' module. 2008-09-11 21:27:45 +02:00
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
count-one-bits.m4 Use Gnulib's `count-one-bits' module. 2008-09-09 22:37:43 +02:00
extensions.m4 Make sure that we have a real on-the-stack alloca() 2009-01-12 22:08:56 +00:00
gnulib-cache.m4 Make sure that we have a real on-the-stack alloca() 2009-01-12 22:08:56 +00:00
gnulib-common.m4 Update Gnulib files to commit d4b129b8e5f8a8d1198020fd6fc79310d305936c. 2008-11-30 17:44:44 +01:00
gnulib-comp.m4 Make sure that we have a real on-the-stack alloca() 2009-01-12 22:08:56 +00:00
gnulib-tool.m4 Add Gnulib-provided files for convenience. 2008-08-21 22:23:59 +02:00
include_next.m4 Update Gnulib files to commit d4b129b8e5f8a8d1198020fd6fc79310d305936c. 2008-11-30 17:44:44 +01:00
inline.m4 Use Gnulib's `count-one-bits' module. 2008-09-09 22:37:43 +02:00
mbstate_t.m4 Make sure that we have a real on-the-stack alloca() 2009-01-12 22:08:56 +00:00
safe-read.m4 Add missing Gnulib M4 files. 2008-12-07 22:34:47 +01:00
safe-write.m4 Add missing Gnulib M4 files. 2008-12-07 22:34:47 +01:00
ssize_t.m4 Add missing Gnulib M4 files. 2008-12-07 22:34:47 +01:00
stdbool.m4 Add Gnulib `strftime' module, update Gnulib files. 2008-09-02 21:16:10 +02:00
strcase.m4 Add Gnulib-provided files for convenience. 2008-08-21 22:23:59 +02:00
strftime.m4 Add Gnulib `strftime' module, update Gnulib files. 2008-09-02 21:16:10 +02:00
strings_h.m4 Add Gnulib-provided files for convenience. 2008-08-21 22:23:59 +02:00
time_h.m4 Add Gnulib `strftime' module, update Gnulib files. 2008-09-02 21:16:10 +02:00
time_r.m4 Add Gnulib `strftime' module, update Gnulib files. 2008-09-02 21:16:10 +02:00
tm_gmtoff.m4 Add Gnulib `strftime' module, update Gnulib files. 2008-09-02 21:16:10 +02:00
unistd_h.m4 Add missing Gnulib M4 files. 2008-12-07 22:34:47 +01:00
wchar.m4 Make sure that we have a real on-the-stack alloca() 2009-01-12 22:08:56 +00:00
wint_t.m4 Make sure that we have a real on-the-stack alloca() 2009-01-12 22:08:56 +00:00
write.m4 Add missing Gnulib M4 files. 2008-12-07 22:34:47 +01:00