summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-37.scm
AgeCommit message (Collapse)AuthorFilesLines
2013-03-25SRFI-37: Fix infinite loop when processing short option with no required arg.Ludovic Courtès1-1/+4
Fixes <http://bugs.gnu.org/13176>. * module/srfi/srfi-37.scm (args-fold)[short-option-argument]: When ARGS is a pair, always set it to its cdr. * test-suite/tests/srfi-37.test ("SRFI-37")["short option with optional argument omitted", "short option with optional argument provided"]: New tests.
2009-06-17Complete changing license to LGPLv3+Neil Jerram1-1/+1
(Still guile-readline to do, but that will all be GPLv3+.)
2008-11-01move scm srfi files to module/srfi, and compile them.Andy Wingo1-0/+230
* .gitignore: Add gdb-pre-inst-guile. * configure.in: Add module/srfi/Makefile. * module/Makefile.am: Add srfi/. * module/srfi/: SRFI scheme files moved here, and compiled. * srfi/Makefile.am: Remove the bits about the scheme files.