summaryrefslogtreecommitdiff
path: root/srfi/srfi-60.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-12move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo1-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-17Change Guile license to LGPLv3+Neil Jerram1-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-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-2/+6
2008-08-16Do not include private-gc.h in srfi-60.Han-Wen Nienhuys1-2/+3
2007-01-15merge from 1.8Kevin Ryde1-1/+1
2006-02-03(booleans->integer): Avoid newline in macro, it breaks the snarfer.Kevin Ryde1-3/+4
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-29Replaced SCM_INUMP with SCM_I_INUMP and SCM_INUM with SCM_I_INUMMarius Vollmer1-8/+8
throughout.
2005-03-13New file.Kevin Ryde1-0/+416