mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +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:
parent
6c44688a67
commit
fafb71de8c
4 changed files with 10 additions and 3 deletions
|
@ -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>
|
2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
Integrated the guile-srfi package into the Guile distribution.
|
Integrated the guile-srfi package into the Guile distribution.
|
||||||
|
|
|
@ -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"
|
"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"
|
"the string @var{s}, proceeding from left (index @var{start}) to\n"
|
||||||
"right (index @var{end}). If @code{string-any} returns true,\n"
|
"right (index @var{end}). If @code{string-any} returns true,\n"
|
||||||
"the returned true value is the one produced by the application\n"
|
"the returned true value is the one produced by the first\n"
|
||||||
"of @var{pred}.")
|
"successful application of @var{pred}.")
|
||||||
#define FUNC_NAME s_scm_string_any
|
#define FUNC_NAME s_scm_string_any
|
||||||
{
|
{
|
||||||
char * cstr;
|
char * cstr;
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
string-ci= string-ci<>
|
string-ci= string-ci<>
|
||||||
string-ci< string-ci>
|
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
|
;;; Prefixes/Suffixes
|
||||||
string-prefix-length
|
string-prefix-length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue