Rob Browning
5e1fb41f97
* srfi-19.scm (:optional): renamed to optional to avoid reader
...
keywords conflict. Time passes... Removed :optional altogether
and just handle optional args directly. Thanks to Matthias Koeppe
for the report of this and the two bits below.
(priv:decode-julian-day-number): add inexact->exact for truncate
result.
(time-utc->date): add inexact->exact and floor so quotient will
work.
2001-05-23 17:00:22 +00:00
Rob Browning
b9309d1665
* srfi-19.scm (:optional): renamed to optional to avoid reader
...
keywords conflict. Thanks to Matthias Koeppe for the report.
2001-05-23 15:24:41 +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
Rob Browning
d579d1652d
*** empty log message ***
2001-05-22 23:26:36 +00:00
Marius Vollmer
2fc933fe89
*** empty log message ***
2001-05-20 00:36:40 +00:00
Marius Vollmer
5d98055804
(scm_c_init_srfi_14): Added "int" to declaration of
...
`initialized'.
2001-05-20 00:33:12 +00:00
Marius Vollmer
de208a7462
Fix typos.
2001-05-19 00:19:43 +00:00
Marius Vollmer
7c628196fd
*** empty log message ***
2001-05-19 00:19:42 +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
Rob Browning
5a1920ded2
* srfi-19.scm (priv:integer-reader-exact): minor cleanups.
2001-05-17 04:54:59 +00:00
Martin Grabmüller
6851c8a446
* Makefile.am (srfi_DATA): Added srfi-16.scm.
...
* srfi-16.scm: New file.
2001-05-14 19:07:51 +00:00
Martin Grabmüller
163a7e0d02
* srfi-13.c (scm_string_delete): Logic was inversed for charset.
...
Fixed.
2001-05-10 13:53:28 +00:00
Martin Grabmüller
2abe254dac
* srfi-13.c (scm_string_copyS): Fixed nasty bug.
2001-05-07 22:27:29 +00:00
Rob Browning
2b60bc955f
*** empty log message ***
2001-05-06 03:33:46 +00:00
Rob Browning
a19422d7bf
* Makefile.am (srfi_DATA): added srfi-19.scm.
2001-05-06 03:33:02 +00:00
Rob Browning
5bbfe8cbf1
* srfi-19.scm: New file - time/date SRFI. Thanks to Will Fitzgerald.
2001-05-06 03:31:19 +00:00
Martin Grabmüller
2d953700f6
* srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
...
* srfi-10.scm: Typo fix.
2001-05-02 21:47:36 +00:00
Rob Browning
109c463fdd
* srfi-11.scm (let-values): fix (a b c . d) case. Thanks Martin.
2001-05-02 21:15:57 +00:00
Martin Grabmüller
e1633bf39b
* Makefile.am (srfi_DATA): Added srfi-10.scm and srfi-17.scm.
...
* 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.
2001-05-02 13:13:35 +00:00
Rob Browning
a0f979acdb
*** empty log message ***
2001-04-27 21:10:57 +00:00
Rob Browning
53aef014da
* srfi-13.h
...
(scm_reverse_string_concatenate): renamed to
scm_string_concatentate_reverse.
(scm_reverse_string_concatenate_shared): renamed to
scm_string_concatenate_reverse_shared.
2001-04-27 21:10:46 +00:00
Gary Houston
485efc12b7
* srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):
...
add "srfi/" to lines including .x files so they can be found
when build_dir != src_dir.
2001-04-27 18:16:09 +00:00
Martin Grabmüller
a6fd89a497
* Makefile.am (srfi_DATA): Added srfi-9.scm.
...
* srfi-9.scm: New file. Exports `define-record-type'.
2001-04-27 05:47:58 +00:00
Rob Browning
95f1d86163
* Makefile.am (srfi_DATA): added srfi-6.scm.
...
(srfi_DATA): added srfi-11.scm.
(srfi_DATA): added srfi-8.scm.
(srfi_DATA): added srfi-2.scm.
2001-04-26 20:24:38 +00:00
Rob Browning
b9c6d7a5dc
*** empty log message ***
2001-04-26 20:24:15 +00:00
Rob Browning
818b6dda19
* srfi-8.scm: new file - exports receive.
2001-04-26 20:23:39 +00:00
Rob Browning
cc790d32f7
* srfi-6.scm: new file - guile already has srfi-6 procedures
...
loaded by default, so this is a dummy file right now.
2001-04-26 20:23:19 +00:00
Rob Browning
3bd84b2d52
* srfi-2.scm: new file - just use/export (ice-9 and-let-star)
2001-04-26 20:22:58 +00:00
Rob Browning
69dab98bdb
* srfi-11.scm: new file - exports let-values and let*-values.
2001-04-26 20:22:28 +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
1f7a1dc98c
* configure.in: Don't treat srfi directory specially, just create
...
the Makefile there (thanks to Neil Jerram for the patch).
* configure.in, autogen.sh: Removed.
2001-04-25 14:35:34 +00:00
Martin Grabmüller
653c729127
* srfi-13.c (scm_string_replace): Take sizeof (char) into account
...
when using memmove().
* srfi-14.h: Added prototypes for all exported procedures..
* srfi-13.c: Include srfi-13.h
* srfi-13.h: New file containing the prototypes.
* Makefile.am: Removed guile-srfi.texi and info_TEXINFOS variable.
(libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-14.h, so it gets
distributed.
(libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-13.h.
2001-04-25 14:28:11 +00:00
Neil Jerram
30f3282076
* Makefile.am: Fixed "srf-14.x" typo.
2001-04-24 22:15:58 +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