summaryrefslogtreecommitdiff
path: root/srfi/srfi-13.scm
AgeCommit message (Collapse)AuthorFilesLines
2008-11-01move scm srfi files to module/srfi, and compile them.Andy Wingo1-132/+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-08-24* srfi-13.scm, srfi-14.scm: Simply re-export the relevantMarius Vollmer1-56/+33
bindings. * srfi-13.h, srfi-13.c, srfi-14.h, srfi-14.c: Removed all real content except for the init functions.
2004-08-19(substring/shared): Export as replacement since we now have a versionMarius Vollmer1-2/+2
in the core.
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-10/+14
* 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/+43
Point to manual in commentary; nfc.
2002-03-28Update copyright.Thien-Thi Nguyen1-42/+48
Add commentary; nfc.
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-13/+0
2001-08-24(string-for-each-index): New exported proc.Thien-Thi Nguyen1-4/+5
2001-07-06 * srfi-1.scm (iota, map, for-each, list-index, member, delete,Gary Houston1-1/+1
delete!, assoc): roll back the previous change. instead place dummy definitions in a deprecated block at the beginning as in srfi-13.scm.
2001-06-14Prevent `export' from re-exporting core bindings.Marius Vollmer1-0/+13
2001-06-03*** empty log message ***Marius Vollmer1-0/+24
2001-05-31 * srfi-14.scm, srfi-13.scm: Use `load-extension' for loading theMartin Grabmüller1-1/+1
shared library.
2001-05-23 * README: Update, document available SRFIs.Martin Grabmüller1-0/+3
* 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-19Avoid using module operations from C.Marius Vollmer1-1/+1
* srfi-13.c (scm_init_srfi_13_14): Removed. * srfi-14.h, srfi-14.c (scm_c_init_srfi_14): New. Contains initializations needed by C clients of srfi-14. (scm_init_srfi_13, scm_init_srfi_14): Call it. * srfi-13.scm: Call "scm_init_srf_13" instead of "scm_init_srfi_13_14". * srfi-14.scm: Call "scm_init_srf_14" instead of "scm_init_srfi_13_14".
2001-04-26 Changed two procedure names to match final SRFI document. ThanksMartin Grabmüller1-2/+2
to Rob Browning for spotting this. * srfi-13.scm (string-concatenate-reverse), (string-concatenate-reverse/shared): Rename from reverse-string-concatenate[/shared]. * srfi-13.c (scm_string_concatenate_reverse_shared): Renamed from scm_reverse_string_concatenate_shared. (scm_string_concatenate_reverse): Renamed from scm_reverse_string_concatenate.
2001-04-24 * guile-srfi.texi: Removed, because merged with the GRM.Martin Grabmüller1-1/+1
* guile-srfi.texi: The docs are now up to date with the implementation and have new introductory material.
2001-04-23Integrated the guile-srfi package into the Guile distribution.Martin Grabmüller1-0/+141