1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
Commit graph

219 commits

Author SHA1 Message Date
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
Kevin Ryde
d963e93f3b *** empty log message *** 2003-05-06 00:37:57 +00:00
Kevin Ryde
67cc8e6901 (C level thread interface): Use @deftypefn
not @deftypefun, to get function names (not types) indexed.
2003-05-05 23:09:48 +00:00
Kevin Ryde
14b454a7cd * scheme-options.texi (Build Config): Add index entries for
%guile-build-info keys.
2003-05-05 22:52:04 +00:00
Kevin Ryde
a7b0aa508c *** empty log message *** 2003-05-04 01:37:21 +00:00
Kevin Ryde
bb6847e818 (Writing): Add write, revise display. 2003-05-04 00:40:13 +00:00
Kevin Ryde
4435705715 *** empty log message *** 2003-05-03 23:10:11 +00:00
Kevin Ryde
5a90a26327 (Reading): In read-char and peek-char, fix typos "?"
in @rnindex.  In port-column, use @: after i.e.
(Writing): In get-print-state, two spaces after full stop.
2003-05-03 23:00:53 +00:00
Kevin Ryde
272f823582 *** empty log message *** 2003-05-03 22:48:47 +00:00
Kevin Ryde
016668fa78 (Integer Operations): Describe how quotient,
remainder and modulo round their results.
2003-05-03 22:45:49 +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
Kevin Ryde
004fe2c802 (Processes): Fix typo "hhhh". 2003-05-03 22:24:36 +00:00
Kevin Ryde
218b088e2a Add spaces after some @defun names. 2003-05-03 22:22:51 +00:00
Neil Jerram
2ce02471a4 Indexing improvements in posix.texi. 2003-04-30 23:44:07 +00:00
Marius Vollmer
1a61d41b6c *** empty log message *** 2003-04-30 14:45:10 +00:00
Marius Vollmer
c2e1551674 (scm_c_port_for_each): Added. 2003-04-30 14:43:10 +00:00
Neil Jerram
d513f5c6b3 Document scm_str2symbol and scm_mem2symbol. 2003-04-26 15:30:59 +00:00
Neil Jerram
63bf8015ab Doc clarification from tomas@fabula.de. 2003-04-26 15:09:18 +00:00
Neil Jerram
a95dbade59 scm_sysmissing doc fix from Kevin Ryde. 2003-04-26 15:02:56 +00:00
Marius Vollmer
fc87c27af5 *** empty log message *** 2003-04-05 19:05:58 +00:00
Marius Vollmer
dd13bcf6ca Reflect change to LGPL. 2003-04-05 18:57:42 +00:00
Rob Browning
08c7666d27 *** empty log message *** 2003-03-27 19:54:38 +00:00
Rob Browning
fef68e7f5d * scheme-io.texi (Reading): clarify character ordering in port for
unread-string.
2003-03-27 19:54:31 +00:00
Rob Browning
433146dd57 *** empty log message *** 2003-03-19 23:55:05 +00:00
Rob Browning
dbd6bd2910 *** empty log message *** 2003-03-08 04:29:43 +00:00
Rob Browning
3b48e1143a * preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
don't choke TeX (thanks to Dale P. Smith).
2003-03-08 04:29:08 +00:00