1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
Commit graph

27 commits

Author SHA1 Message Date
Marius Vollmer
3229f68b5a Big reorganization of the whole manual to give it a simpler structure. 2004-04-21 14:33:05 +00:00
Mikael Djurfeldt
411a674a2d (Hash Table Reference): Wrote a new entry
for hash-for-each-handle.
2004-02-15 22:07:33 +00:00
Kevin Ryde
fd96f380d2 (Sloppy Alist Functions): Amend error messages
shown to match current guile output.
2004-02-15 21:49:55 +00:00
Mikael Djurfeldt
c78a96e063 * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
* scheme-compound.texi (Hash Table Reference): Renamed hash-map
--> hash-map->list.

* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
2004-02-15 18:27:31 +00:00
Kevin Ryde
0c7d588a7a (Hash Table Reference): In scm_hash_ref etc,
remove note that dflt must be given, it can be SCM_UNSPECIFIED.
2004-02-14 23:02:32 +00:00
Kevin Ryde
b55d48bb0c (Uniform Arrays): Note 1/3 prototype for doubles is now an exact fraction. 2004-02-12 00:19:40 +00:00
Kevin Ryde
9ad3bc119f (Conventional Arrays): Revise for clarity.
In array-equal?, show multiple arguments allowed.
(Uniform Arrays): Remove duplicate array?.
2004-02-12 00:02:30 +00:00
Mikael Djurfeldt
328df3e3be (Uniform Arrays): Added a FIXME warning
that the 1/3 prototype no longer works.
2004-01-28 21:33:58 +00:00
Marius Vollmer
2da09c3fde Added Copyright notice. 2004-01-21 22:40:39 +00:00
Kevin Ryde
84bde77f8e (Bit Vectors): Revise for clarity, following
report by Rouben Rostamian.  Remove #b() example, that syntax is not
accepted.
2004-01-09 00:37:44 +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
ea2b9c2f6b (Hash Table Reference): Decribe rehashing, note
no hashx-remove!, describe make-hash-table size parameter.
2003-10-09 00:14:38 +00:00
Kevin Ryde
c537e01bce (Append/Reverse): Merge reverse and reverse!,
describe newtail parameter for reverse!, remove confusing caveat about
head becoming tail for reverse!.
2003-09-13 00:12:08 +00:00
Kevin Ryde
697039a9d6 (Append/Reverse): Merge append and append!,
shown parameters as lst1 ... lstN, describe list argument for
scm_append and scm_append_x and note that it's unmodified.
2003-08-29 23:06:25 +00:00
Kevin Ryde
3adbc48c24 (Hash Table Reference): Add hashx- case
insensitive string example, add cross references to symbol-hash,
string-hash, string-hash-ci, and char-set-hash.
2003-08-29 23:01:17 +00:00
Kevin Ryde
ac5fa6d1be (Hash Table Reference): Collect up groups of
functions to avoid duplication.  Revise notes on hashx functions and
on vector implementation.  In make-hash-table, size is now optional.
Add hash-map and hash-for-each.
2003-08-17 00:28:51 +00:00
Kevin Ryde
603707f49b (List Constructors): Remove scm_cons_star, since it's not very helpful. 2003-07-28 23:31:26 +00:00
Kevin Ryde
51787257cc (List Constructors): In list, use "elem1
... elemN".  Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
scm_list_5, scm_list_n.  Remove scm_list, since it's a no-op.
2003-07-17 23:58:08 +00:00
Kevin Ryde
d23496c0c7 (Array Mapping): Reword for clarity, and in
particular have the same parameter names in the text and prototypes.
2003-06-04 15:33:13 +00:00
Dirk Herrmann
42ad901d04 * benchmark-suite/lib.scm: Fix some typos in the documentation.
* doc/ref/scheme-compound.texi: Clarified that vectors need to
       be quoted.

       * doc/tutorial/guile-tut.texi: Fix example, where a vector
       constant is used without quoting.

       * ice-9/boot-9.scm (make-autoload-interface): Added missing
       quote around vector constant.

       * test-suite/tests/elisp.test: Added missing quote around vector
       constants.
2003-05-27 18:33:19 +00:00
Neil Jerram
0624ce33f3 Update vector docs.
Remove Guile extensions index.
A few other odds and ends.
2002-04-01 18:46:26 +00:00
Neil Jerram
e8f1ff7188 Minor changes for syncing with stable branch. 2002-03-29 20:25:24 +00:00
Neil Jerram
801892e788 Various manual updates, including syncing with stable branch. 2002-03-27 21:55:31 +00:00
Neil Jerram
21b83aabb2 Automatic updates from snarfed libguile docstrings. 2002-03-12 21:54:22 +00:00
Thien-Thi Nguyen
85a9b4ed19 Spell check. 2002-01-08 08:29:00 +00:00
Marius Vollmer
5ad5a7b6ca (Alist Example): Changed "Bismarck" to "Pierre". Thanks to Ron
Peterson!
2001-12-22 13:49:05 +00:00
Neil Jerram
4c731ecef3 * Split the Data Types chapter into two; plus a few other smaller changes. 2001-12-01 21:48:30 +00:00