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

2146 commits

Author SHA1 Message Date
Marius Vollmer
0d044fd484 Minor punctuation mistakes. Hyphens should link compound adjectives.
Commas should be placed after a "therefore" that begins a sentence.
Commas should not be used to separate a list of only 2 dependent
clauses.
2003-06-09 21:23:16 +00:00
Kevin Ryde
ae0bdfe00d *** empty log message *** 2003-06-07 00:19:21 +00:00
Kevin Ryde
243a237bdd (Arithmetic): Cross reference glibc floor and ceil. 2003-06-07 00:18:33 +00:00
Kevin Ryde
dc07c1a185 *** empty log message *** 2003-06-05 01:03:06 +00:00
Kevin Ryde
9e996fb19f (Network Sockets and Communication): Cross reference
Ports node on explicit closing.
2003-06-05 01:02:41 +00:00
Kevin Ryde
7d5b2929b8 (Ports): Add notes on garbage collection, and on
explicitly closing file ports.
(File Ports): Cross reference Ports node on explicit closing.
2003-06-05 00:56:33 +00:00
Kevin Ryde
e418bd7c12 *** empty log message *** 2003-06-04 16:38:59 +00:00
Kevin Ryde
f0d1cf6f29 (Delayed Evaluation): Add delay, reword
promise? and force a bit, describe recursive forcing of a promise by
its own code.
2003-06-04 16:32:25 +00:00
Kevin Ryde
9e8c5bd0be (Futures): New section. 2003-06-04 16:21:32 +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
f5f7888d1c (File System): stat:rdev and stat:blocks can return #f,
stat:blksize returns a sensible size if the field is not available.
2003-06-04 15:37:28 +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
Kevin Ryde
c47e2599cb *** empty log message *** 2003-05-30 00:28:04 +00:00
Kevin Ryde
5f653c6a56 (Default Ports): Remove duplicate descriptions of
set-current-output-port and set-current-error-port.
2003-05-30 00:17:01 +00:00
Kevin Ryde
ab27fb593a Add substring-move-left! and substring-move-right!. 2003-05-30 00:13:33 +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
Kevin Ryde
5e25cd3925 *** empty log message *** 2003-05-26 01:00:59 +00:00
Kevin Ryde
74f76d628f (Locales): Clarify setlocale a bit, list all categories,
cross reference to libc.
2003-05-26 01:00:22 +00:00
Kevin Ryde
f9c3ffce4d *** empty log message *** 2003-05-24 01:58:54 +00:00
Kevin Ryde
b40b794522 ChangeLog'ed 2003-05-12, forgot to commit until now:
(Complex): Show z argument in prototypes.
2003-05-23 23:51:27 +00:00
Kevin Ryde
effc9024d2 (The Scheme shell (scsh)): Add index entries. 2003-05-23 23:46:20 +00:00
Kevin Ryde
a44758e709 Add index entries lambda, optargs, syncase. 2003-05-23 23:44:25 +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
d97f609a4a *** empty log message *** 2003-05-22 01:37:37 +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
Marius Vollmer
1ee1076ece *** empty log message *** 2003-05-17 18:10:09 +00:00
Marius Vollmer
ee037c0325 (socket): Use PF_ instead of AF_ prefix. 2003-05-17 18:09:31 +00:00
Kevin Ryde
f6b7726669 *** empty log message *** 2003-05-15 23:45:17 +00:00
Kevin Ryde
d3830c6b7d Use @copying, show copyright and permissions at start of info and html. 2003-05-15 23:39:56 +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
332a621be7 *** empty log message *** 2003-05-11 22:40:25 +00:00
Kevin Ryde
63226e80ef (Handling Errors): Fix regexp error key, should
be `regular-expression-syntax'.
2003-05-11 22:37:40 +00:00
Kevin Ryde
4b83d327ec (Loading Readline Support, Readline Options):
Index entries for readline functions.
2003-05-11 22:31:31 +00:00
Kevin Ryde
a660f54585 (Guile License): Refer to COPYING.LIB. 2003-05-11 22:26:43 +00:00
Kevin Ryde
056f9269e2 *** empty log message *** 2003-05-10 03:59:06 +00:00
Kevin Ryde
d6f53bd5c2 (m): New macro. 2003-05-10 03:58:37 +00:00
Kevin Ryde
d25e96a4b7 *** empty log message *** 2003-05-10 01:23:53 +00:00
Kevin Ryde
43bc657a46 (Handling Errors): Index entries for error keys. 2003-05-10 01:18:29 +00:00
Kevin Ryde
7f5efb18b8 (Bitwise Operations): Note negatives are treated as
infinite precision twos complement.  Revise `ash' to emphasise this
for right shifts of negatives.  Describe integer-length behaviour on
negatives.  Add `...' to logand, logior, logxor since they take
multiple parameters.
2003-05-10 01:11:58 +00:00
Kevin Ryde
c851e00339 (Reals and Rationals): Fix typo @result{#f}, and
put @result outside @code.
2003-05-10 00:29:48 +00:00
Kevin Ryde
9cb16d5ddf *** empty log message *** 2003-05-09 23:09:30 +00:00
Kevin Ryde
f8a6b8be67 (Handling Errors): Revise C support section to
get index entries, and clarify parameters.  Remove scm_regex_error, no
longer exists and wasn't available to applications.
2003-05-09 23:08:57 +00:00
Kevin Ryde
80dd1cb056 *** empty log message *** 2003-05-08 01:06:59 +00:00
Kevin Ryde
0c935fced8 *** empty log message *** 2003-05-08 01:03:51 +00:00
Kevin Ryde
e222111b83 (Bitwise Operations): Fix lognot to ones-complement. 2003-05-08 01:03:25 +00:00
Kevin Ryde
49584bf2b0 *** empty log message *** 2003-05-08 00:44:27 +00:00
Kevin Ryde
a60cb893d4 * slib.texi (JACAL): Fix @ref title.
Add index entries, use @file and @code variously.
2003-05-08 00:41:16 +00:00