Marius Vollmer
050ab45f56
Moved docs for SRFI-14 into main API chapter. Updated docstrings from
...
libguile/.
2004-08-24 23:33:39 +00:00
Kevin Ryde
5b4dba24ef
Typo in:
...
(SRFI-13 Predicates): Add string-any and
string-every support for char and charset predicates.
2004-08-14 00:51:57 +00:00
Kevin Ryde
6ae50c7153
(SRFI-13 Predicates): Add string-any and
...
string-every support for char and charset predicates.
2004-08-14 00:48:32 +00:00
Kevin Ryde
c1ab739754
(SRFI-13 Predicates): Tweak wording for clarity.
...
For string-every, note return is #t when no characters. For
string-any and string-every, note last pred call is not currently a
tail call, contrary to SRFI-13 spec.
2004-08-05 00:10:22 +00:00
Kevin Ryde
5eef0f619a
(SRFI-0): Revise for clarity, drop BNF in favour
...
of plain description, emphasise this is just for portable programs.
2004-07-24 00:08:47 +00:00
Kevin Ryde
26a6ccfa90
(SRFI-0): Add srfi-6 to the identifiers provided by default.
2004-07-10 00:22:12 +00:00
Rob Browning
8638c417b2
(SRFI-31): add documentation for srfi-31.
2004-06-20 14:19:00 +00:00
Marius Vollmer
3229f68b5a
Big reorganization of the whole manual to give it a simpler structure.
2004-04-21 14:33:05 +00:00
Kevin Ryde
1de8c1aebc
(SRFI-26): New section.
2004-03-03 21:46:43 +00:00
Kevin Ryde
6afe385d12
(SRFI-9): Revise for detail and clarity. Don't
...
use ":foo" for example type name, since that depends on the keyword
reading option.
2004-02-18 00:42:32 +00:00
Kevin Ryde
f85f9591e0
(SRFI-4): Revise for clarity, give each function
...
explicitly rather than showing TAG so Emacs info-look can find them,
merge "SRFI-4 - Read Syntax" and "SRFI-4 - Procedures" into just one
node.
2004-02-15 00:18:24 +00:00
Marius Vollmer
2da09c3fde
Added Copyright notice.
2004-01-21 22:40:39 +00:00
Marius Vollmer
b0b55bd6c7
Mention (srfi srfi-26).
2004-01-21 00:47:06 +00:00
Kevin Ryde
193239f1e9
(SRFI-1 Filtering and Partitioning): For partition
...
and partition!, emphasise the multi-value return, note partition may
share a tail with the given list.
2004-01-03 21:08:13 +00:00
Kevin Ryde
ea6ea01bca
(SRFI-1 Searching, SRFI-1 Deleting, SRFI-1
...
Association Lists): Note how member, delete, delete! and assoc extend
the corresponding core functions.
2004-01-03 21:03:02 +00:00
Kevin Ryde
60e25dc4cd
* srfi-modules.texi (SRFI-1 Filtering and Partitioning): Move filter
...
and filter! ...
* scheme-compound.texi (List Modification): ... to here, now that
they're implemented in the core.
2003-11-08 22:15:07 +00:00
Kevin Ryde
3e73b6f9df
(SRFI-1 Searching): In break, note conflict with
...
binding established by `while'.
2003-10-18 00:49:08 +00:00
Kevin Ryde
85600a0f78
(SRFI-19): Rewrite, adding descriptions of all
...
functions, and a bit of an introduction.
2003-09-13 00:39:16 +00:00
Kevin Ryde
57066448c2
(SRFI-1 Constructors): Add list-copy.
2003-09-13 00:01:48 +00:00
Kevin Ryde
bd35f1f07c
(SRFI-1 Association Lists): In alist-delete and
...
alist-delete!, note argument order for the equality calls per SRFI-1
spec.
2003-08-29 23:30:00 +00:00
Kevin Ryde
7ea6af079e
(SRFI-0): Add cond-expand index entry.
...
(SRFI-9): Add define-record-type index entry.
2003-07-18 00:51:42 +00:00
Kevin Ryde
256853db47
(SRFI-1 Constructors): In iota, reword a bit for
...
clarity and add a couple of examples.
2003-07-11 22:44:59 +00:00
Kevin Ryde
243bdb6381
Add an @: missing from
...
* srfi-modules.texi (SRFI-1 Deleting): Rewrite delete and
delete-duplicates, adding behaviour details specified by srfi-1.
2003-06-04 15:48:36 +00:00
Kevin Ryde
5519096e55
(SRFI-13 Miscellaneous): In string-replace, note
...
that start1 and end1 optional is a Guile extension.
2003-06-04 15:46:40 +00:00
Kevin Ryde
8c24f46e80
Revert this change:
...
(SRFI-13 Miscellaneous): In string-replace, start1 and end1 are not optional.
2003-05-23 23:43:18 +00:00
Kevin Ryde
5cd8b2d73e
(SRFI-13 Miscellaneous): In string-replace, start1 and end1 are not optional.
2003-05-23 21:35:30 +00:00
Kevin Ryde
4fd0db14e3
(SRFI-2): Rewrite and-let*, describing plain
...
expression clauses and improving the examples.
2003-05-22 01:35:46 +00:00
Kevin Ryde
b6b9376ae0
(SRFI-1 Deleting): Rewrite delete and
...
delete-duplicates, adding behaviour details specified by srfi-1.
2003-05-15 23:35:32 +00:00
Kevin Ryde
8742c48b92
Add indexing of srfi numbers, and a couple of procedures not otherwise indexed.
2003-05-12 23:33:48 +00:00
Kevin Ryde
b5aa021523
In reduce-right, use @code on "reduce".
2003-05-03 22:39:08 +00:00
Kevin Ryde
1ae7b87851
(SRFI-1 Fold and Map): Fix typo "... variant of fold", add "f" to fold
...
call shown.
2003-05-03 22:36:36 +00:00
Kevin Ryde
e508c8630c
(SRFI-1 Length Append etc): Add count.
2003-05-03 22:27:14 +00:00
Marius Vollmer
4310df3688
Added (use-modules (ice-9 rdelim)) to an example that uses read-line.
...
Thanks to Ralf Mattes!
2002-08-05 18:52:27 +00:00
Marius Vollmer
c0ab7f1317
(SRFI-13 Miscellaneous): Updated docs of string-tokenize.
2002-04-26 18:42:39 +00:00
Thien-Thi Nguyen
85a9b4ed19
Spell check.
2002-01-08 08:29:00 +00:00
Neil Jerram
8f85c0c6c3
* Adding C function declarations from the SCM interface to the
...
reference manual documentation.
2001-11-16 15:04:17 +00:00
Thien-Thi Nguyen
bfc9c8e088
(SRFI Support): Add "SRFI-19" to menu.
2001-11-06 22:43:41 +00:00
Thien-Thi Nguyen
12991fed11
(SRFI-19, SRFI-19 Constants, SRFI-19 Current time and clock
...
resolution, SRFI-19 Time object and accessors, SRFI-19 Time
comparison procedures, SRFI-19 Time arithmetic procedures,
SRFI-19 Date object and accessors, SRFI-19 Time/Date/Julian
Day/Modified Julian Day converters, SRFI-19 Date to
string/string to date converters): New nodes.
2001-11-06 22:35:53 +00:00
Martin Grabmüller
40f316d0b7
Some cosmetic doc fixes.
2001-09-26 17:24:54 +00:00
Neil Jerram
a0e07ba4ec
* Organize documentation into per-manual directories (halfway point commit).
2001-08-24 09:40:29 +00:00