Marius Vollmer
5d98055804
(scm_c_init_srfi_14): Added "int" to declaration of
...
`initialized'.
2001-05-20 00:33:12 +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
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
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
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
Martin Grabmüller
ca003b26ce
Integrated the guile-srfi package into the Guile distribution.
2001-04-23 20:21:01 +00:00