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 | -423/+0 | |
* 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. | |||||
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 | |
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) | |||||
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -2/+6 | |
2008-08-16 | Do not include private-gc.h in srfi-60. | Han-Wen Nienhuys | 1 | -2/+3 | |
2007-01-15 | merge from 1.8 | Kevin Ryde | 1 | -1/+1 | |
2006-02-03 | (booleans->integer): Avoid newline in macro, it breaks the snarfer. | Kevin Ryde | 1 | -3/+4 | |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 | |
2005-03-29 | Replaced SCM_INUMP with SCM_I_INUMP and SCM_INUM with SCM_I_INUM | Marius Vollmer | 1 | -8/+8 | |
throughout. | |||||
2005-03-13 | New file. | Kevin Ryde | 1 | -0/+416 | |