summaryrefslogtreecommitdiff
path: root/lib/alloca.c
Commit message (Collapse)AuthorAgeFilesLines
* Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.Josselin Poiret2023-01-121-35/+0
| | | | Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Update gnulib to 8f4538a53d64054ae2fc8b86c0f87c418c6176e6Daniel Llorens2021-08-161-1/+3
| | | | | Includes gnulib:0c907f7da13232908f05c415b8cec56024071906 to fix #49930 https://lists.gnu.org/archive/html/bug-guile/2021-08/msg00003.html.
* Update Gnulib to v0.1-4379-g2ef5a9b4bAndy Wingo2021-01-201-282/+4
| | | | Also bump required autoconf version to 2.64, as required by Gnulib.
* Add gnulib `select' module.Andy Wingo2013-02-181-0/+478
| | | | | | Should fix fport_input_waiting when neither poll nor select nor FIONREAD are available, which is the case on MinGW. Thanks to Eli Zaretskii for the report.
* Make sure that we have a real on-the-stack alloca()Neil Jerram2009-01-121-489/+0
| | | | | | | | | | | | 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.
* Add Gnulib-provided files for convenience.Ludovic Courtès2008-08-211-0/+489
These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.