Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-12 | move srfi-1 and srfi-60 C impl to libguile, without public C api | Andy Wingo | 1 | -1/+2 | |
* libguile/srfi-1.c: * libguile/srfi-1.h: * libguile/srfi-60.c: * libguile/srfi-60.h: * libguile/ChangeLog-srfi: Move here, from the srfi/ dir. The C API is internal. Add API to register the extensions, called by init.c. * libguile/init.c: Verily, register srfi extensions. * libguile/Makefile.am: Add srfi files. * module/srfi/srfi-1.scm: * module/srfi/srfi-60.scm: Update load-extension invocation. * Makefile.am: * configure.ac: Remove srfi/ dir. * test-suite/standalone/Makefile.am: * test-suite/standalone/test-srfi-1.c: Remove srfi-1 C test, we don't support this API any more. | |||||
2010-06-28 | * module/srfi/srfi-60.scm (bit-count): #:replace core definition. | Andy Wingo | 1 | -2/+2 | |
2009-06-17 | Complete changing license to LGPLv3+ | Neil Jerram | 1 | -1/+1 | |
(Still guile-readline to do, but that will all be GPLv3+.) | |||||
2008-11-01 | move scm srfi files to module/srfi, and compile them. | Andy Wingo | 1 | -0/+72 | |
* .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. |