Marius Vollmer
7d81830dd2
The FSF has a new address.
2005-05-23 20:15:36 +00:00
Kevin Ryde
b666fb5d31
(string-any, string-every): Use a scheme
...
wrapper around the C code so for the final call to the predicate
procedure is a tail call, per SRFI-13 spec.
2004-12-13 23:33:30 +00:00
Rob Browning
d1f6bda7ba
* srfi-13.scm: load libguile-srfi-srfi-13-14-v-MAJOR now.
2002-07-20 20:20:45 +00:00
Rob Browning
a2174d4286
* srfi-13.scm: hack around dynamic-link problems by
...
using painfully explicit lib names.
2002-04-09 17:27:22 +00:00
Thien-Thi Nguyen
3e676b6f82
Update copyright.
...
Point to manual in commentary; nfc.
2002-03-28 01:52:37 +00:00
Thien-Thi Nguyen
ad9a257283
(string-for-each-index): New exported proc.
2001-08-24 22:13:26 +00:00
Gary Houston
99f59e93b5
* srfi-1.scm (iota, map, for-each, list-index, member, delete,
...
delete!, assoc): roll back the previous change. instead place
dummy definitions in a deprecated block at the beginning as in
srfi-13.scm.
2001-07-06 21:10:47 +00:00
Marius Vollmer
3d968b4e8b
Prevent `export' from re-exporting core bindings.
2001-06-14 18:23:28 +00:00
Marius Vollmer
f480396be5
*** empty log message ***
2001-06-03 23:34:08 +00:00
Martin Grabmüller
dd22a80ac6
* srfi-14.scm, srfi-13.scm: Use `load-extension' for loading the
...
shared library.
2001-05-31 18:22:54 +00:00
Martin Grabmüller
1b2f40b9f1
* README: Update, document available SRFIs.
...
* 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-23 05:04:55 +00:00
Marius Vollmer
94451729e0
Avoid using module operations from C.
...
* 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-05-19 00:17:05 +00:00
Martin Grabmüller
8dddb4bc9f
Changed two procedure names to match final SRFI document. Thanks
...
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-26 19:54:48 +00:00
Martin Grabmüller
fafb71de8c
* guile-srfi.texi: Removed, because merged with the GRM.
...
* guile-srfi.texi: The docs are now up to date with the
implementation and have new introductory material.
2001-04-24 19:38:13 +00:00
Martin Grabmüller
ca003b26ce
Integrated the guile-srfi package into the Guile distribution.
2001-04-23 20:21:01 +00:00