1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* 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.
This commit is contained in:
Martin Grabmüller 2001-04-24 19:38:13 +00:00
parent 6c44688a67
commit fafb71de8c
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* 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-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
Integrated the guile-srfi package into the Guile distribution.

View file

View file

@ -56,8 +56,8 @@ SCM_DEFINE (scm_string_any, "string-any", 2, 2, 0,
"Check if the predicate @var{pred} is true for any character in\n"
"the string @var{s}, proceeding from left (index @var{start}) to\n"
"right (index @var{end}). If @code{string-any} returns true,\n"
"the returned true value is the one produced by the application\n"
"of @var{pred}.")
"the returned true value is the one produced by the first\n"
"successful application of @var{pred}.")
#define FUNC_NAME s_scm_string_any
{
char * cstr;

View file

@ -57,7 +57,7 @@
string-ci= string-ci<>
string-ci< string-ci>
string-ci<= string-ci>=
string-hash string-hash-ci ; FIXME::martin: rewrite in C?
string-hash string-hash-ci
;;; Prefixes/Suffixes
string-prefix-length