summaryrefslogtreecommitdiff
path: root/srfi/srfi-17.scm
AgeCommit message (Collapse)AuthorFilesLines
2008-11-01move scm srfi files to module/srfi, and compile them.Andy Wingo1-174/+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.
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-04-24 * srfi-17.scm (setter, car, cdr etc.): When within one defineDirk Herrmann1-33/+102
expression a new variable in the local module is defined in terms of an equally named variable from some other module, use @ to refer to the variable in the other module. This is necessary due to section 5.2.1 of R5RS: In a define expression first the new binding is created and then the expression is evaluated.
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+11
2003-03-12* srfi-13.scm: Mark replacements.Mikael Djurfeldt1-8/+8
* srfi-17.scm: Mark replacements. * boot-9.scm (module-make-local-var!): Use module-add!. (module-primitive-add!): New function. (resolve-interface): Use (call-with-deferred-observers, module-call-observers): New functions. (module-defer-observers, module-defer-observers-mute, module-defer-observers-table): New variables. (process-define-module, process-use-modules, export, re-export): Use call-with-deferred-observers. * syncase.scm (eval): Mark as replacement. * boot-9.scm (defmacro-public): Use export-syntax instead of export.
2002-03-28Update copyright.Thien-Thi Nguyen1-42/+47
Point to manual in commentary; nfc.
2001-06-03*** empty log message ***Marius Vollmer1-0/+24
2001-05-23 * README: Update, document available SRFIs.Martin Grabmüller1-0/+2
* srfi-19.scm, srfi-17.scm, srfi-16.scm, srfi-14.scm, srfi-13.scm, srfi-11.scm, srfi-10.scm, srfi-9.scm, srfi-8.scm, srfi-6.scm, srfi-2.scm: Use `cond-expand-provide' for providing features to `cond-expand'.
2001-05-02 * Makefile.am (srfi_DATA): Added srfi-10.scm and srfi-17.scm.Martin Grabmüller1-0/+99
* srfi-10.scm: New file. * srfi-17.scm: New file, contributed by Matthias Koeppe. Thanks a lot! Added `Commentary:' tag. * srfi-9.scm: Added `Commentary:' tag.