Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-15 | Invoke gnulib-tool with --no-vc-files option, and | Neil Jerram | 1 | -119/+0 | |
remove files that should not have been committed to the repository. | |||||
2009-01-12 | Make sure that we have a real on-the-stack alloca() | Neil Jerram | 1 | -0/+119 | |
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. |