summaryrefslogtreecommitdiff
path: root/srfi/srfi-18.scm
AgeCommit message (Collapse)AuthorFilesLines
2008-11-01move scm srfi files to module/srfi, and compile them.Andy Wingo1-382/+0
* .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.
2008-08-30Raise error on SRFI-18 load if Guile built without threading supportJulian Graham1-0/+3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2008-05-24Scheme SRFI-18 implementation and tests fileJulian Graham1-0/+379