1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
Commit graph

180 commits

Author SHA1 Message Date
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