summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-34.scm
AgeCommit message (Collapse)AuthorFilesLines
2010-10-14re-implement srfi-34's guard with syntax-caseAndy Wingo1-12/+16
* module/srfi/srfi-34.scm (guard): Re-implement using syntax-case.
2010-06-06srfi-34 #:replace raise fixAndy Wingo1-3/+3
* module/srfi/srfi-34.scm: #:replace the binding for `raise'
2009-06-17Complete changing license to LGPLv3+Neil Jerram1-1/+1
(Still guile-readline to do, but that will all be GPLv3+.)
2009-01-12Merge commit 'origin/master' into vmAndy Wingo1-2/+2
Conflicts: .gitignore guile-tools.in srfi/srfi-19.scm
2008-11-01move scm srfi files to module/srfi, and compile them.Andy Wingo1-0/+80
* .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.