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

1806 commits

Author SHA1 Message Date
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
Rob Browning
c73543afd7 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
choke TeX (thanks to Dale P. Smith).
2003-03-08 04:28:55 +00:00
Rob Browning
84edc04952 *** empty log message *** 2003-02-27 07:04:25 +00:00
Mikael Djurfeldt
1767a0e0e9 * scheme-scheduling.texi (Low level thread primitives): Fixed typo
in broadcast-condition-variable.
2003-01-02 16:18:37 +00:00
Rob Browning
b2cbe8d8a2 *** empty log message *** 2002-12-09 00:51:53 +00:00
Rob Browning
467409e8db * scheme-options.texi (Build Config): add effective-version docs. 2002-12-09 00:49:52 +00:00
Marius Vollmer
931b9657a0 Changes to the thread sections. 2002-12-02 01:04:28 +00:00
Neil Jerram
82512be035 Applied patches (mostly Texinfo markup) from Stephen Compall. (finished now) 2002-11-17 22:20:12 +00:00
Neil Jerram
7403e409f0 Applied patches (mostly Texinfo markup) from Stephen Compall. 2002-11-17 22:08:45 +00:00
Neil Jerram
8e733f1095 Whitespace and markup fixes. 2002-11-04 19:03:54 +00:00
Gary Houston
d703aba57a * scheme-modules.texi (Environments): only available when
(ice-9 r5rs) is used.
	* scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
2002-10-27 21:26:00 +00:00
Marius Vollmer
a48c626fba *** empty log message *** 2002-10-27 20:47:38 +00:00
Marius Vollmer
57c84ccd60 Updated mutex and condition varable functions. 2002-10-27 20:47:31 +00:00
Neil Jerram
9a69a50ed5 Rewrite chapter on debugging features. 2002-10-27 13:36:18 +00:00