(File System): In stat:dev and stat:mode, clarify that both are numbers.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
53bb8782
KR
12003-09-03 Kevin Ryde <user42@zip.com.au>
2
3 * scheme-data.texi (Keyword Primitives): Add examples to
4 make-keyword-from-dash-symbol and keyword-dash-symbol. Add
5 scm_c_make_keyword.
6
7 * scheme-data.texi (Symbol Primitives): In gensym, cross reference
8 uninterned symbols, use @w{} on " g" prefix to avoid any chance of a
9 line break obscuring it.
10
0f008a15
KR
112003-08-30 Kevin Ryde <user42@zip.com.au>
12
13 * data-rep.texi (Remembering During Operations): Note
14 scm_remember_upto_here_1 applies only to C automatic variables.
15
16 * guile.texi: Move @contents to usual place after title page, and
17 after first menu since that looks nice in html.
18
19 * posix.texi (Ports and File Descriptors): In pipe PIPE_BUF, use
20 @defvar, reword a bit for clarity, cross reference glibc.
21
22 * posix.texi (Network Sockets and Communication): In socket, use
23 @defvar for protocol variables, cross reference for getprotobyname,
24 note it's usually connect and accept that establishes communication.
25
26 * posix.texi (Network Sockets and Communication): In socketpair,
27 clarify the return is a pair with ports in car and cdr, note
28 connection is full duplex, refer to socket for parameters, refer to
29 PF_UNIX rather than AF_UNIX.
30
31 * scheme-compound.texi (Append/Reverse): Merge append and append!,
32 shown parameters as lst1 ... lstN, describe list argument for
33 scm_append and scm_append_x and note that it's unmodified.
34
35 * scheme-compound.texi (Hash Table Reference): Add hashx- case
36 insensitive string example, add cross references to symbol-hash,
37 string-hash, string-hash-ci, and char-set-hash.
38
39 * scheme-control.texi (Multiple Values): In values, show args as "arg1
40 ... argN". In scm_values, note args is a list and returned object
41 shares structure with it.
42
43 * scheme-control.texi (Catch): Add scm_internal_catch.
44 (Lazy Catch): Add scm_internal_lazy_catch.
45
46 * scheme-data.texi (Arithmetic): Use a table for scheme to C libm
47 equivalences, add C99 trunc.
48
49 * scheme-procedures.texi (Lambda): Note ". rest" list argument is
50 always newly created.
51
52 * srfi-modules.texi (SRFI-1 Association Lists): In alist-delete and
53 alist-delete!, note argument order for the equality calls per SRFI-1
54 spec.
55
b71d6c47
KR
562003-08-26 Kevin Ryde <user42@zip.com.au>
57
58 * scheme-data.texi (Scientific): Add two-argument atan.
59
412d82c4
KR
60 * tools.texi (How guile-snarf works): Need @@ for texinfo in example.
61
622003-08-17 Kevin Ryde <user42@zip.com.au>
63
64 * scheme-compound.texi (Hash Table Reference): Collect up groups of
65 functions to avoid duplication. Revise notes on hashx functions and
66 on vector implementation. In make-hash-table, size is now optional.
67 Add hash-map and hash-for-each.
68
78c2d49c
KR
692003-08-14 Kevin Ryde <user42@zip.com.au>
70
71 * scheme-control.texi (while do): Update `while' for code rewrite, in
72 particular describe break and continue.
73
ddff957c
KR
742003-08-09 Kevin Ryde <user42@zip.com.au>
75
76 * scheme-memory.texi (Memory Blocks): Add index entries for deprecated
77 scm_must_malloc and friends.
78
8e5b4b9e
KR
792003-07-29 Kevin Ryde <user42@zip.com.au>
80
81 * scheme-compound.texi (List Constructors): Remove scm_cons_star,
82 since it's not very helpful.
83
84 * scheme-utility.texi (Property Primitives): In primitive-property-ref,
85 note parameters to not-found-proc, use hyphens rather than underscores
86 for that parameter name.
87 In primitive-property-set!, VAL is the value parameter not CODE.
88
48513dcd
KR
892003-07-24 Kevin Ryde <user42@zip.com.au>
90
91 * scheme-control.texi (Dynamic Wind): Untabify.
92 (Multiple Values): Use @result.
93 Reported by Stephen Compall <s11@member.fsf.org>.
94
95 * scheme-control.texi (Continuations): Rewrite with more detail.
96
97 * scheme-scheduling.texi (System asyncs): Add index entries for C
98 functions.
99
100 * scheme-scheduling.texi (Parallel Forms): New section.
101
44e874b5
KR
1022003-07-18 Kevin Ryde <user42@zip.com.au>
103
104 * scheme-compound.texi (List Constructors): In list, use "elem1
105 ... elemN". Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
106 scm_list_5, scm_list_n. Remove scm_list, since it's a no-op.
63708c3b 107 * guile.texi (nicode): New macro.
44e874b5 108
67081a34
KR
109 * scheme-evaluation.texi (Fly Evaluation): In apply, reword for
110 clarity, drop the "append" example. Add scm_apply, scm_apply_0,
111 scm_apply_1, scm_apply_2, scm_apply_3.
112 Add scm_call_0, scm_call_1, scm_call_2, scm_call_3.
113 In apply:nconc2last, move down after "apply", reword for clarity, note
114 correspondence to apply params.
115
0a52dd47
KR
116 * srfi-modules.texi (SRFI-0): Add cond-expand index entry.
117 (SRFI-9): Add define-record-type index entry.
118
0b7d5c6c
KR
1192003-07-12 Kevin Ryde <user42@zip.com.au>
120
121 * srfi-modules.texi (SRFI-1 Constructors): In iota, reword a bit for
122 clarity and add a couple of examples.
123
b58c85ce
KR
1242003-07-10 Kevin Ryde <user42@zip.com.au>
125
126 * deprecated.texi (Deprecated): Add scm_remember.
127
86440448
KR
1282003-06-22 Kevin Ryde <user42@zip.com.au>
129
130 * data-rep.texi (Remembering During Operations): Refer to all "Guile
131 library functions" as provoking gc.
132
67116e5e
KR
1332003-06-19 Kevin Ryde <user42@zip.com.au>
134
135 * scheme-io.texi (File Ports): Describe call-with-input-file and
136 call-with-output-file together. Describe with-input-from-file,
137 with-output-to-file and with-error-to-file together, and add that they
138 use dynamic-wind on the current port setting and keep the port open in
139 support of captured continuations.
140 (Closing): Describe close-input-port and close-output-port together,
141 tweak the wording slightly.
142
df7986ca
KR
1432003-06-14 Kevin Ryde <user42@zip.com.au>
144
67116e5e
KR
145 * data-rep.texi (Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
146 and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations".
147
df7986ca
KR
148 * scheme-data.texi (Arithmetic): round is to nearest even.
149
b72cfff1
KR
1502003-06-12 Kevin Ryde <user42@zip.com.au>
151
152 * data-rep.texi (Remembering During Operations): New section.
153
154 * scheme-data.texi (Primitive Numerics): Add atan2, pow, asinh, acosh
155 and atanh to scheme<->C table. Note asinh, acosh and atanh are C99,
156 and scm_asinh, scm_acosh and scm_atanh are equivalents. Cross ref
157 glibc "Mathematics". Reword this end part for clarity.
158
159 * scheme-memory.texi (Memory Blocks): Use {} around types for
160 @deftypefn, for correct name in indexes.
161 * scheme-utility.texi (C Hooks): Ditto.
162 * gh.texi (Scheme to C): Ditto.
163
164 * gh.texi (Scheme to C): In gh_scm2newstr, lenp is size_t* not int*.
165 This changed in guile 1.6, the docs weren't updated.
166
067067e4
MV
1672003-06-09 Marius Vollmer <mvo@zagadka.de>
168
169 From Mike Gran <spikegran@earthlink.net>. Thanks!
170
171 * preface.texi: Minor punctuation mistakes. Hyphens should link
172 compound adjectives. Commas should be placed after a "therefore"
173 that begins a sentence. Commas should not be used to separate a
174 list of only 2 dependent clauses.
175
ae0bdfe0
KR
1762003-06-07 Kevin Ryde <user42@zip.com.au>
177
178 * scheme-data.texi (Arithmetic): Cross reference glibc floor and ceil.
179
e418bd7c
KR
1802003-06-05 Kevin Ryde <user42@zip.com.au>
181
182 * posix.texi (File System): stat:rdev and stat:blocks can return #f,
183 stat:blksize returns a sensible size if the field is not available.
184
185 * scheme-compound.texi (Array Mapping): Reword for clarity, and in
186 particular have the same parameter names in the text and prototypes.
187
188 * scheme-evaluation.texi (Delayed Evaluation): Add delay, reword
189 promise? and force a bit, describe recursive forcing of a promise by
190 its own code.
191
dc07c1a1
KR
192 * scheme-io.texi (Ports): Add notes on garbage collection, and on
193 explicitly closing file ports.
194 (File Ports): Cross reference Ports node on explicit closing.
195
196 * posix.texi (Network Sockets and Communication): Cross reference
197 Ports node on explicit closing.
198
e418bd7c
KR
199 * scheme-scheduling.texi (Futures): New section.
200
201 * srfi-modules.texi (SRFI-13 Miscellaneous): In string-replace, note
202 that start1 and end1 optional is a Guile extension.
203
c47e2599
KR
2042003-05-30 Kevin Ryde <user42@zip.com.au>
205
206 * deprecated.texi: Add substring-move-left! and substring-move-right!.
207
208 * scheme-io.texi (Default Ports): Remove duplicate descriptions of
209 set-current-output-port and set-current-error-port.
210
42ad901d
DH
2112003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
212
213 * scheme-compound.texi: Clarified that vectors need to be quoted.
214
5e25cd39
KR
2152003-05-26 Kevin Ryde <user42@zip.com.au>
216
217 * posix.texi (Locales): Clarify setlocale a bit, list all categories,
218 cross reference to libc.
219
f9c3ffce
KR
2202003-05-24 Kevin Ryde <user42@zip.com.au>
221
222 * scheme-procedures.texi: Add index entries lambda, optargs, syncase.
223
224 * scsh.texi (The Scheme shell (scsh)): Add index entries.
225
d97f609a
KR
2262003-05-22 Kevin Ryde <user42@zip.com.au>
227
228 * srfi-modules.texi (SRFI-2): Rewrite and-let*, describing plain
229 expression clauses and improving the examples.
230
1ee1076e
MV
2312003-05-17 Marius Vollmer <mvo@zagadka.de>
232
233 * posix.texi (socket): Use PF_ instead of AF_ prefix.
234
f6b77266
KR
2352003-05-16 Kevin Ryde <user42@zip.com.au>
236
237 * guile.texi: Use @copying, show copyright and permissions at start of
238 info and html.
239
240 * srfi-modules.texi (SRFI-1 Deleting): Rewrite delete and
241 delete-duplicates, adding behaviour details specified by srfi-1.
242
332a621b
KR
2432003-05-12 Kevin Ryde <user42@zip.com.au>
244
245 * preface.texi (Guile License): Refer to COPYING.LIB.
246
247 * repl-modules.texi (Loading Readline Support, Readline Options):
248 Index entries for readline functions.
249
250 * scheme-control.texi (Handling Errors): Fix regexp error key, should
251 be `regular-expression-syntax'.
252
253 * scheme-data.texi (Complex): Show z argument in prototypes.
254
9cb16d5d
KR
2552003-05-10 Kevin Ryde <user42@zip.com.au>
256
d25e96a4
KR
257 * scheme-data.texi (Reals and Rationals): Fix typo @result{#f}, and
258 put @result outside @code.
259
260 * scheme-data.texi (Bitwise Operations): Note negatives are treated as
261 infinite precision twos complement. Revise `ash' to emphasise this
262 for right shifts of negatives. Describe integer-length behaviour on
263 negatives. Add `...' to logand, logior, logxor since they take
264 multiple parameters.
056f9269 265 * guile.texi (m): New macro.
d25e96a4 266
9cb16d5d
KR
267 * scheme-control.texi (Handling Errors): Revise C support section to
268 get index entries, and clarify parameters. Remove scm_regex_error, no
269 longer exists and wasn't available to applications.
270
d25e96a4
KR
271 * scheme-control.texi (Handling Errors): Index entries for error keys.
272
80dd1cb0 2732003-05-08 Kevin Ryde <user42@zip.com.au>
49584bf2 274
0c935fce
KR
275 * scheme-data.texi (Bitwise Operations): Fix lognot to ones-complement.
276
49584bf2
KR
277 * slib.texi (JACAL): Fix @ref title.
278 Add index entries, use @file and @code variously.
279
d963e93f
KR
2802003-05-06 Kevin Ryde <user42@zip.com.au>
281
282 * scheme-scheduling.texi (C level thread interface): Use @deftypefn
283 not @deftypefun, to get function names (not types) indexed.
284
285 * scheme-options.texi (Build Config): Add index entries for
286 %guile-build-info keys.
287
272f8235
KR
2882003-05-04 Kevin Ryde <user42@zip.com.au>
289
290 * scheme-data.texi (Integer Operations): Describe how quotient,
291 remainder and modulo round their results.
292
44357057
KR
293 * scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
294 in @rnindex. In port-column, use @: after i.e.
a7b0aa50
KR
295 (Writing): In get-print-state, two spaces after full stop. Add write,
296 revise display.
44357057 297
272f8235
KR
298 * srfi-modules.texi (SRFI-1 Length Append etc): Add count.
299 (SRFI-1 Fold and Map): In reduce, fix typo "... variant of fold", add
300 "f" to fold call shown. In reduce-right, use @code on "reduce".
301
302 * data-rep.texi, gh.texi: Add spaces after some @defun names.
303 * posix.texi (Processes): Fix typo "hhhh".
304
2ce02471
NJ
3052003-05-01 Neil Jerram <neil@ossau.uklinux.net>
306
307 * posix.texi: Add index entries for many variables and functions,
308 either using @defvar/@deffn or @vindex/@pindex. (Patch supplied
309 by Kevin Ryde.)
310
1a61d41b
MV
3112003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
312
313 * posix.texi (scm_c_port_for_each): Added.
314
a95dbade
NJ
3152003-04-26 Neil Jerram <neil@ossau.uklinux.net>
316
d513f5c6
NJ
317 * scheme-data.texi (Symbol Primitives): Document scm_str2symbol
318 and scm_mem2symbol.
319
63bf8015
NJ
320 * data-rep.texi (Describing a New Type): Clarify that
321 scm_make_smob_type_mfpe is deprecated. (Thanks to
322 tomas@fabula.de.)
323
a95dbade
NJ
324 * scheme-control.texi (Handling Errors): Remove scm_sysmissing,
325 long since gone from libguile. (Thanks to Kevin Ryde.)
326
fc87c27a
MV
3272003-04-05 Marius Vollmer <mvo@zagadka.de>
328
329 * preface.texi: Reflect change to LGPL.
330
08c7666d
RB
3312003-03-27 Rob Browning <rlb@defaultvalue.org>
332
333 * scheme-io.texi (Reading): clarify character ordering in port for
334 unread-string.
335
dbd6bd29
RB
3362003-03-07 Rob Browning <rlb@defaultvalue.org>
337
338 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
339 choke TeX (thanks to Dale P. Smith).
340
341 * preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
342 don't choke TeX (thanks to Dale P. Smith).
343
1767a0e0
MD
3442003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
345
346 * scheme-scheduling.texi (Low level thread primitives): Fixed typo
347 in broadcast-condition-variable.
348
b2cbe8d8
RB
3492002-12-08 Rob Browning <rlb@defaultvalue.org>
350
351 * scheme-options.texi (Build Config): add effective-version docs.
352
7403e409
NJ
3532002-11-17 Neil Jerram <neil@ossau.uklinux.net>
354
82512be0
NJ
355 Applied patches from Stephen Compall as follows. (Thanks!)
356
357 2002-11-06 Stephen Compall <rushing@sigecom.net>
358
359 * posix.texi: Changed quotes to match Texinfo expectations.
360
361 Added references to the glibc manual.
362
363 Used proper Texinfo text marking for many keywords, such as @code,
364 @samp, @env, @var.
365
366 Fixed argument metasyntactic variable references in
367 file-manipulation section so the usage in the descriptions matches
368 the usage in the declarations.
7403e409
NJ
369
370 2002-10-26 Stephen Compall <rushing@sigecom.net>
371
372 * scheme-data.texi: Addition and change of many Texinfo tags,
373 particularly usage of @var and @samp, as well as reformatting of
374 some lists into tables and usage of @result.
375
376 Notes about some things I didn't understand, as well as a
377 missing section on non-control characters.
378
d703aba5
GH
3792002-10-27 Gary Houston <ghouston@arglist.com>
380
381 * scheme-modules.texi (Environments): only available when
382 (ice-9 r5rs) is used.
383 * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
384
a48c626f
MV
3852002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
386
387 * scheme-scheduling.texi: Updated mutex and condition varable
388 functions.
389
9a69a50e
NJ
3902002-10-27 Neil Jerram <neil@ossau.uklinux.net>
391
392 * debugging.texi (Debugging Features): Rewritten.
393
0a50eeaa
NJ
3942002-10-19 Neil Jerram <neil@ossau.uklinux.net>
395
396 * new-docstrings.texi, scheme-binding.texi, scheme-io.texi,
397 scheme-scheduling.texi, posix.texi: Automatic docstring updates.
398
e7d58d26
MV
3992002-10-14 Marius Vollmer <mvo@zagadka.ping.de>
400
401 * intro.texi (Whirlwind Tour): Added pointer to examples
402 directory.
403
acfa1f52
MV
4042002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
405
406 * scheme-scheduling.texi (System Asyncs): Updated.
407
66894177
MV
4082002-10-07 Marius Vollmer <mvo@zagadka.ping.de>
409
410 * scheme-scheduling.texi (Asyncs): Updated.
411 * posix.texi (sigaction): Updated.
412
66add4eb
NJ
4132002-10-03 Neil Jerram <neil@ossau.uklinux.net>
414
415 * posix.texi (Processes), scheme-options.texi (Common Feature
416 Symbols): Refer to provided? rather than deprecated feature?.
417
ba20db9b
MV
4182002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
419
420 * tools.texi (How guile-snarf works): Updated.
421 (Writing your own snarfing macros): New.
422
c936bede
NJ
4232002-09-25 Neil Jerram <neil@ossau.uklinux.net>
424
425 * scheme-debug.texi (Debugging): Make sections into nodes.
426 (Debugging Options): Node removed.
427
428 * scheme-options.texi (Feature Tracking): Brought forward before
429 sections on options.
430 (Runtime Options): New section, to group options-related nodes.
431
4322002-09-24 Neil Jerram <neil@ossau.uklinux.net>
433
434 * scheme-options.texi (Options and Config): Chapter name changed,
435 and intro text improved.
436 (Install Config): Brought forward, and renamed Build
437 Configuration.
438
439 The following doc updates are from Ian Sheldon - thanks!
440
441 * scheme-data.texi (Appending Strings, Regexp Functions, Match
442 Structures): Add examples.
443 (Regular Expressions): Add instruction to use (ice-9 regex)
444 module.
445
446 * slib.texi (SLIB): Remove duplicate `the'.
447
4482002-09-22 Neil Jerram <neil@ossau.uklinux.net>
449
450 * scheme-options.texi (General option interface): Mention
451 eval-options-interface and debug-options-interface.
452
453 * scheme-debug.texi (Debugging): New node describing source
454 properties.
455
c15030be
NJ
4562002-09-19 Neil Jerram <neil@ossau.uklinux.net>
457
458 * scheme-utility.texi (Hook Reference): Improvements to hook docs.
459 Thanks to Thien-Thi Nguyen for the patches.
460
2047e5d7
MV
4612002-09-16 Marius Vollmer <mvo@zagadka.ping.de>
462
463 * scheme-data.texi (Symbol Props): It's "set-symbol-property!",
464 not "set-symbol-property". Thanks to Pieter Pareit!
465
6f663ebc
MV
4662002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
467
468 * scheme-data.texi: Tell them to use 'provided?' instead of
469 '*feaures*'.
470
af31a24f
MV
4712002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
472
1381c506
MV
473 * scheme-ideas.texi (Creating a Procedure): Fixed typo. Thanks to
474 Pieter Pareit!
475
35e791bd
MV
476 * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
477 of "libguile.a". Some small fixes/improvements.
478
af31a24f
MV
479 * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
480 it's too generic. Updated 'teach yourself ...' URL.
481
44ecca61
MV
4822002-08-27 Marius Vollmer <mvo@zagadka.ping.de>
483
af31a24f 484 * scheme-modules.texi: Markup fixes and removal of gh_ references.
44ecca61
MV
485 Thanks to Dale Smith!
486
29dae8f8
MV
4872002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
488
489 * scheme-evaluation.texi (eval-string): Updated.
490
491 * scheme-scheduling.texi (Fluids): Touched up a bit, added
492 with-fluids.
493
28ab7725
MV
4942002-08-13 Marius Vollmer <mvo@zagadka.ping.de>
495
496 * scheme-modules.texi (More Modules Procedures): Removed.
497 (Accessing Modules from C): New.
498
f631e15e
GH
4992002-08-10 Gary Houston <ghouston@arglist.com>
500
08b98c54
GH
501 * scheme-procedures.texi: new section Primitive Procedures,
502 documentation for scm_c_make_gsubr and scm_c_define_gsubr.
503 * scheme-modules.texi (Compiled Code Modules): replace
504 gh_new_procedure with scm_c_define_gsubr.
f631e15e 505
bcf009c3
NJ
5062002-08-08 Neil Jerram <neil@ossau.uklinux.net>
507
395b0a34
NJ
508 * gh.texi (Data types and constants defined by gh): Avoid
509 generating index entry for SCM.
510
511 * posix.texi (Runtime Environment): Remove duplicate doc for
512 setenv.
513
bcf009c3
NJ
514 * data-rep.texi, scheme-memory.texi, scheme-modules.texi: Merge
515 recent updates from stable branch.
516
517 * posix.texi (File System, Time, Pipes, Network Databases,
518 Internet Socket Examples): Add examples provided by Ian Sheldon.
519
00706edc
MV
5202002-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
521
522 * scheme-binding.texi: Don't talk about 'bound?' which is gone.
523 Thanks to Christopher Cramer.
524
ba1b2226
HWN
5252002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
526
527 * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
528 correct typos.
529
3d0f4c62
MV
5302002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
531
532 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
533 rdelim)) to an example that uses read-line. Thanks to Ralf
534 Mattes!
535
536 * scheme-memory.texi: Added an introductory blurb about GC that I
537 had lying around.
538
c3164ca8
GH
5392002-08-02 Gary Houston <ghouston@arglist.com>
540
541 * scheme-modules.texi: split "Scheme and modules" into
542 "provide and require" and "Environments". Mention R5RS
543 environments.
544
3db03338
NJ
5452002-07-16 Neil Jerram <neil@ossau.uklinux.net>
546
547 * scheme-options.texi (Debugger options): New subsection
548 describing stack overflow and what to do about it.
549
dd235de4
GH
5502002-07-10 Gary Houston <ghouston@arglist.com>
551
552 * scheme-modules.texi (Compiled Code Modules): Removed description
553 of scm_register_module_xxx, which no longer exists. A description
554 of current techniques is needed.
555
e717bf46
MV
5562002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
557
558 * scheme-data.texi (Numbers): Added description of the new values
559 +inf.0, -inf.0 and +nan.0.
560
561 * posix.texi (Runtime Environment): Added entries for 'setenv' and
562 'unsetenv'.
563
5642002-04-28 Marius Vollmer <mvo@zagadka.ping.de>
565
566 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
567 from gh.texi to data-rep.texi. Both files already had similar
568 descriptions for SCM. Given that gh.texi is deprecated, looking
569 up `SCM' in the index should take one to the primary location
570 rather than deprecated section. Hence this change. Added
571 `@deftp' for scm_t_bits data type so that a proper index entry is
572 added for this. Thanks to Richard Y. Kim!
573
574 * data-rep.texi (Subrs): Changed scm_make_gsubr to
575 scm_c_define_gsubr. Thanks to Richard Y. Kim!
576
efb7d2fc
MV
5772002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
578
579 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
580 string-tokenize.
581
1982a56a
NJ
5822002-04-20 Neil Jerram <neil@ossau.uklinux.net>
583
ce9d0562
NJ
584 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
585 Node moved from a to b.
586
587 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
588 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
589 Tools, Further Reading): Moved to new Part II.
590
591 * preface.texi (Manual Layout): Part numbers updated accordingly.
592
593 * guile.texi (Top): Move API Overview node to beginning of Guile
594 API Reference part.
595 (Part II: Writing and Running Guile Scheme): New part; will
596 contain content from `Programming with Guile' that pertains to
597 writing and using Guile on the Scheme level.
598
599 * scm.texi (API Overview): Renamed from `Guile API'.
600
601 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
602 Debugger User Interface node renamed Debugging Features.
603
604 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
605 material moved to scheme-debug.texi.
606 (Debugging Features): Renamed from `Debugger User Interface'.
607
f2ba76ae
NJ
608 * scheme-debug.texi (Debugging): Rename chapter `Debugging
609 Infrastructure' and reorganize its contents.
610
611 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
612 Errors): Move display-error to error-focussed section.
613
614 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
615 backtrace to user-level debugging chapter.
616
617 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
618 Properties): Move procedure-name, procedure-source and
619 procedure-environment to procedures chapter.
620
621 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
622 Blocks): Move malloc-stats to memory management chapter.
623
624 * scheme-procedures.texi (Syntax Rules): Remove mention of
625 use-modules for loading syncase; only use-syntax really works.
626 Thanks to Panagiotis Vossos for spotting this.
627
1982a56a
NJ
628 * program.texi (Scheme vs C): New node, with existing material
629 taken from chapter intro.
630 (Programming Overview): New intro para to introduce example of
631 Guile integration:
632 (Extending Dia): New node.
633
dc006627
MV
6342002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
635
636 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
637 guile.tps, guile.vrs, guile.tmp.
638
755de645
NJ
6392002-04-01 Neil Jerram <neil@ossau.uklinux.net>
640
0624ce33
NJ
641 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
642 Guile Extensions index.
643
644 * guile.texi: Removed Guile Extensions index.
645
646 * scheme-indices.texi (Guile Extensions Index): Removed.
647
648 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
649 macros; they're not actually useful after all. Update copyright
650 years.
651
652 * scheme-compound.texi (Vectors): Make subsections into nodes.
653 (Vectors): Review, slightly reorg and clarify docs in this
654 section.
655
755de645
NJ
656 * scheme-data.texi (Symbols): Reorganized node substructure and
657 added lots of explanatory text around the @deffn's.
658
e8f1ff71
NJ
6592002-03-29 Neil Jerram <neil@ossau.uklinux.net>
660
755de645
NJ
661 * scheme-modules.texi (Variables): Mention obarrays.
662
663 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
664 markers for deprecated symbol items.
665 (Symbol Props): Remove doc for obsolete 2 arg version of
666 symbol-interned?.
667 (String Miscellanea): Removed, since it only contained duplicate
668 doc for string-ci->symbol.
669 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
670 section removed.
671
e8f1ff71
NJ
672 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
673 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
674 eval2 and read-and-eval!.
675
676 * data-rep.texi (Describing a New Type), scheme-compound.texi
677 (Append/Reverse), scheme-procedures.texi (Internal Macros):
678 Trivial updates to sync with stable branch.
679
801892e7
NJ
6802002-03-27 Neil Jerram <neil@ossau.uklinux.net>
681
682 * scheme-compound.texi (List Searching): Remove docs for
683 `scm_sloppy_mem*', which no longer exist.
684
6852002-03-24 Neil Jerram <neil@ossau.uklinux.net>
686
687 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
688 Package): Use @ifnottex instead of @ifinfo, so that HTML
689 generation works correctly.
690
e31a525e
MV
6912002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
692
693 * tools.texi: Updated to reflect changes to the guile-snarf tool.
694
c16da59f
NJ
6952002-03-16 Neil Jerram <neil@ossau.uklinux.net>
696
697 * scheme-utility.texi (Hooks): Further updates. New material on
698 GC hooks.
699
700 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
701 eval2 and read-and-eval!.
702
703 * deprecated.texi (Deprecated): Remove docs about previously
704 deprecated items that have now been removed.
705
34ad73ed
TTN
7062002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
707
708 * tools.texi (guile-1.4 guile-snarf): Remove this node.
709 (How guile-snarf works): Update usage and description to
710 no longer mention "--compat=1.4" and instead "-d" and "-D".
711 (Macros guile-snarf recognizes): Add list of deprecated macros
712 and blurb. Add cindex for deprecated macros.
713
198586ed
NJ
7142002-03-15 Neil Jerram <neil@ossau.uklinux.net>
715
387d418c
NJ
716 * scheme-utility.texi (Hooks): Reviewed and updated.
717
718 * scheme-options.texi (Feature Tracking): New section.
719
720 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
721 description of corresponding C functions.
722
198586ed
NJ
723 * scheme-utility.texi (Object Properties): Revamp documentation on
724 object properties.
725
726 * scheme-memory.texi (Weak References): Update reference to Object
727 Properties node.
728
729 * guile.texi: Add macros for describing version information.
730
731 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
732 scheme-procedures.texi: Automatic updates from snarfed libguile
733 docstrings.
734
13b68204
TTN
7352002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
736
737 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
738
2287fb53
TTN
739 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
740 new processing steps. Update usage example, makefile frag.
741
742 (guile-1.4 guile-snarf): New subsubsection under
743 "Init Snarfing with guile-snarf".
744
413d32b6
NJ
7452002-03-12 Neil Jerram <neil@ossau.uklinux.net>
746
21b83aab
NJ
747 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
748 Automatic updates from snarfed libguile docstrings.
749
413d32b6
NJ
750 * data-rep.texi, guile.texi, scheme-evaluation.texi,
751 scheme-options.texi, scheme-translation.texi: Various minor
752 enhancements ported from the stable CVS branch.
753
1ebf1566
TTN
7542002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
755
756 * tools.texi (Miscellaneous Tools): New node/chapter.
757 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
758 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
759 (Executable Modules): Now a section under "Miscellaneous Tools".
760
761 * guile.texi (Miscellaneous Tools): Add under "Part II".
762 Implement by including tools.texi.
763
764 * Makefile.am (guile_TEXINFOS): Add tools.texi.
765
7662002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
767
768 * tools.texi: New file.
769
a3f0622d
NJ
7702002-03-03 Neil Jerram <neil@ossau.uklinux.net>
771
772 * autoconf.texi (Autoconf Background): Insert missing `of'.
773
228a24ef
DH
7742002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
775
776 * api.txt, data-rep.texi: Renamed the struct scm_cell to
777 scm_t_cell.
778
779 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
780 scm_alloc_double_cell to scm_double_cell.
781
eee065c4
MV
7822002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
783
784 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
785 section.
786
621f22b1
MV
7872002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
788
789 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
790 scm_must_malloc and free in example code. Updated text for the
791 new memory management functions.
792
793 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
794 of to scm_must_malloc.
795
edb810bb
SJ
7962002-02-27 Stefan Jahn <stefan@lkcc.org>
797
798 * gh.texi (scm transition summary): Documented some more
799 gh equivalents and removed appropriate FIXME's.
800
327d4dd3
TTN
8012002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
802
803 * Makefile.am: Update path to pre-inst-guile automake frag.
804
8794fdca
RB
8052002-02-24 Rob Browning <rlb@defaultvalue.org>
806
807 * .cvsignore: add autoconf-macros.texi.
808
809 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
810
bd75ebc3
MV
8112002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
812
813 * scheme-memory.texi (Memory Blocks): New section.
814
5e9d88a4
TTN
8152002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
816
817 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
818
819 (GUILE): Delete var.
820 (autoconf-macros.texi): Use $(preinstguiletool).
821
7c5c2796
TTN
8222002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
823
824 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
825 (Autoconf Support): Add new sections to menu.
826
402e687c
MV
8272002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
828
829 * scheme-data.texi (Symbol Uninterned): Added node.
830
f74fa0a0
SJ
8312002-01-29 Stefan Jahn <stefan@lkcc.org>
832
833 * gh.texi (scm transition summary): Documented gh equivalents
834 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
835 and removed the appropriate FIXME's.
836
68cf83e0
MV
8372002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
838
839 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
840 when invoking the uninstalled guile executable.
841
5b156bcd
TTN
8422002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
843
844 * Makefile.am (autoconf-macros.texi): Fix build bug:
845 Write this file to srcdir. Thanks to I. N. Golubev.
846
8430281a
GH
8472002-01-08 Gary Houston <ghouston@arglist.com>
848
849 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
850 when building autoconf-macros.texi. There are still problems with
851 modules and running makeinfo when builddir != srcdir.
852
a3e49ac1
TTN
8532002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
854
855 * data-rep.texi, gh.texi, guile.texi, intro.texi,
856 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
857 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
858 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
859 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
860 scheme-modules.texi, scheme-procedures.texi,
861 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
862 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
863
4902ea64
NJ
8642002-01-07 Neil Jerram <neil@ossau.uklinux.net>
865
866 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
867 `do'). Thanks to Fabrice Bauzac.
868
f1597833
TTN
8692002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
870
871 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
872
4d9678fd
TTN
8732002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
874
875 * guile.texi (Part II): Add "Autoconf Support"; include
876 autoconf.texi.
877
878 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
879 autoconf-macros.texi.
880 (autoconf.texi, autoconf-macros.texi): New rules.
881
882 * autoconf.texi: New file.
883
0fabb425
MV
8842001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
885
886 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
887 "Pierre". Thanks to Ron Peterson!
888
226297eb
NJ
8892001-12-22 Neil Jerram <neil@ossau.uklinux.net>
890
891 * program.texi (Programming Overview): Chapter renamed from
892 `Programming Options'; some new material added.
893
a7a7bb95
NJ
8942001-12-07 Neil Jerram <neil@ossau.uklinux.net>
895
896 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
897 broadened so that this chapter discusses the Guile API as a whole.
898
899 * program.texi (Available Functionality): Revise so that text
900 reads better.
901
902 * guile.texi (Programming Intro): New introductory text.
903
904 * scheme-ideas.texi (Definition): Reorder reference bullets in
905 ascending page number order.
906
923d5b87
MG
9072001-12-04 Martin Grabmueller <mg@glug.org>
908
909 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
910 either.
911
2a946b44
NJ
9122001-12-01 Neil Jerram <neil@ossau.uklinux.net>
913
4c731ece
NJ
914 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
915
916 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
917
2a946b44
NJ
918 * scheme-data.texi (Variables): Node moved to modules chapter.
919 (Symbol Read Syntax): New node, with syntax-related material taken
920 from old Symbols node.
921 (Symbol Primitives): Renamed from `Symbols'.
922 (Symbols and Variables): Renamed to `Symbols'.
923 (Symbol Props): Renamed from `Symbol Tables'.
924 (Symbols): General review, improvements and additional material
925 throughout this section.
4c731ece
NJ
926 (Other Data Types): New material: links to object types documented
927 elsewhere. Also renamed node to `Other Types'.
928 (Data Types): Split into two: `Simple Data Types' and `Compound
929 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
930
931 * guile.texi: Updated Notes comment.
932
933 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
934 part, as the Rx interface is not core Guile.
935
9362001-11-30 Neil Jerram <neil@ossau.uklinux.net>
937
938 * scheme-data.texi (String Miscellanea): Removed, moving doc for
939 string-ci->symbol into the node on Symbols.
940
941 * Makefile.am (ETAGS_ARGS): Added.
942
943 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
944 intern-symbol, string->obarray-symbol, symbol-binding,
945 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
946 of which no longer exist.
947
5f7dd1ca
TTN
9482001-11-25 Thien-Thi Nguyen <ttn@glug.org>
949
950 * posix.texi: Fix spelling. Thanks to Chris Cramer.
951 Reword `getpass' intro blurb.
952
c276c3e3
NJ
9532001-11-23 Neil Jerram <neil@ossau.uklinux.net>
954
955 * program.texi (Program Control): Remove spurious placeholder
956 text.
957
19a35d19
TTN
9582001-11-20 Thien-Thi Nguyen <ttn@glug.org>
959
960 * scheme-options.texi (Install Config):
961 Tweak `%load-path' verb to not imply it's a proc.
962 Add documentation for `%guile-build-info'.
963
d4e5a409
NJ
9642001-11-19 Neil Jerram <neil@ossau.uklinux.net>
965
966 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
967 doc for builtin-bindings (no longer exists).
968 (Variables): Expanded existing description of variables. Removed
969 doc for builtin-variable (no longer exists).
970
971 * scheme-binding.texi (Top Level): New docs for define, scm_define
972 and scm_c_define. Also clarified point about interchangeability
973 of define and set!.
974
694a9bb3
NJ
9752001-11-18 Neil Jerram <neil@ossau.uklinux.net>
976
977 * scheme-data.texi (Vectors): Autoupdate docs for
978 vector-move-left! and vector-move-right!.
979
8f85c0c6
NJ
9802001-11-16 Neil Jerram <neil@ossau.uklinux.net>
981
982 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
983 new-docstrings.texi, posix.texi, scheme-binding.texi,
984 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
985 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
986 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
987 scheme-scheduling.texi, scheme-translation.texi,
988 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
989 category for "primitive" and "procedure" @deffn's to {Scheme
990 Procedure}; add @deffnx lines for {C Function}s; automatic updates
991 from libguile docstring changes.
992
993 * scheme-memory.texi (Garbage Collection): Removed doc for removed
994 `unhash-name'.
995
ef394643
TTN
9962001-11-14 Thien-Thi Nguyen <ttn@glug.org>
997
998 * scheme-procedures.texi: Spell "library" correctly.
999
72dd0a03
NJ
10002001-11-13 Neil Jerram <neil@ossau.uklinux.net>
1001
1002 * new-docstrings.texi, scheme-data.texi: Merge recent doc
1003 improvements from stable branch.
1004
1005 * scheme-options.texi: Automatic updates from docstring changes in
1006 libguile's C source code.
1007
b56b5983
NJ
10082001-11-12 Neil Jerram <neil@ossau.uklinux.net>
1009
1010 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
1011 updates for struct? and struct-vtable?.
1012 (String Searching): Add missing "for". Thanks to Scott Lenser.
1013
9401323e
NJ
10142001-11-08 Neil Jerram <neil@ossau.uklinux.net>
1015
1016 * guile.texi (Top): Added new chapter `Programming Options'.
1017
1018 * program.texi: New file.
1019
1020 * Makefile.am (guile_TEXINFOS): Added program.texi.
1021
10222001-11-07 Neil Jerram <neil@ossau.uklinux.net>
1023
1024 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
1025 scheme-data.texi, scheme-binding.texi, posix.texi,
1026 new-docstrings.texi: Automatic updates from improved libguile
1027 docstrings.
1028
10292001-11-04 Neil Jerram <neil@ossau.uklinux.net>
1030
1031 * preface.texi: Use MANUAL_EDITION variable.
1032 (Manual Layout): Updated to reflect reorg.
1033
1034 * guile.texi (MANUAL_EDITION): New variable, with value
1035 incremented from 1.0 to 1.1 to reflect the reorg described here.
1036 (Top): Use MANUAL_EDITION variable.
1037
1038 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
1039 @unnumbered rather than @chapter for these indices.
1040
1041 * guile.texi (Top): A little top-level reshuffling, with the aims
1042 that: (1) the `Guile Scheme' (reference) part of the manual
1043 becomes the `Guile API Reference', and covers both Scheme and C
1044 interfaces; (2) non-API-reference material such as the `Basic
1045 Ideas in Scheme' chapter is collected together to form a new part
1046 `Programming with Guile'. This new part will contain general
1047 documentation on using and programming Guile in both Scheme and C,
1048 including - for example - awareness of GC when C programming, how
1049 to use the snarf macros, how to debug ...
1050 (Top): Move inclusion of scheme-indices.texi so that all indices
1051 appear together in the printed manual.
1052
1053 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
1054 debugging.texi.
ef394643 1055
9401323e
NJ
1056 * appendices.texi: Removed.
1057
1058 * debugging.texi (Debugger User Interface): New file, same as the
1059 material that used to be in appendices.texi, but now a chapter in
1060 Part II rather than an appendix.
1061
1062 * appendices.texi (Obtaining and Installing Guile): Moved to
1063 become a chapter in ...
1064 * intro.texi: ... Part I: Introduction to Guile.
1065
1066 * scm.texi (I/O Extensions): Moved to become a section of ...
1067 * scheme-io.texi (Input and Output): ... this chapter.
1068
1069 * scm.texi (Handling Errors): Moved to become a section of ...
1070 * scheme-control.texi (Control Mechanisms): ... this chapter.
1071
ca26b87d
TTN
10722001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1073
1074 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
1075 time and clock resolution, SRFI-19 Time object and accessors,
1076 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
1077 procedures, SRFI-19 Date object and accessors, SRFI-19
1078 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
1079 to string/string to date converters): New nodes.
04bbd6ce 1080 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 1081
7ab89df1
MV
10822001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
1083
1084 * scripts.texi: Document `--debug' and `--no-debug'.
1085
c2c67382
GH
10862001-10-27 Gary Houston <ghouston@arglist.com>
1087
a42b5e5b
GH
1088 * guile.texi, scsh.texi: removed obsolete guile-scsh material
1089 and updated links (I don't know if it should remain in the
1090 main menu. It's like slib I think.)
1091
c2c67382
GH
1092 * minor updates to the slib installation notes.
1093
a599743c
NJ
10942001-10-05 Neil Jerram <neil@ossau.uklinux.net>
1095
1096 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
1097 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
1098 noticing that they'd disappeared!)
1099
74e0de86
TTN
11002001-10-05 Thien-Thi Nguyen <ttn@glug.org>
1101
1102 * scheme-io.texi (Writing): Add entry for `display'.
1103 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
1104
40f316d0
MG
11052001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1106
1107 * srfi-modules.texi (SRFI-13): Tyop fix.
1108 (SRFI-13): Changed paragraph about bindings both in the code and
1109 in SRFI-13.
1110
1111 * misc-modules.texi (Formatted Output): Tyop fix.
1112 (Formatted Output): Document ~g properly.
1113
1114 Thanks to Alex Schroeder for pointing out the typos and sending
1115 suggestions.
74e0de86 1116
523f81ba
TTN
11172001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1118
1119 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
1120 Thanks to suggestion by Alex Schroeder.
1121
6c997de2
NJ
11222001-08-30 Neil Jerram <neil@ossau.uklinux.net>
1123
255ea784
NJ
1124 * guile.texi (Top): Group all index nodes together so that
1125 `Info-index' works more effectively in Info. Thanks to Eric
1126 Hanchrow for the report and fix.
1127
6c997de2
NJ
1128 * scheme-data.texi (Random, String Syntax, String Modification,
1129 Regular Expressions), scheme-ideas.texi (Definition),
1130 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
1131 scm.texi (Transforming Scheme name to C name, Port
1132 Implementation): Various typo fixes and clarifications merged from
1133 the stable CVS branch.
1134
b45898ca
NJ
11352001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1136
1137 * intro.texi: Merged wording fixes from stable CVS branch.
1138
1139 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
1140
1141 * guile.texi: Incorporate text previously in separate AUTHORS
1142 file.
1143
11442001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1145
1146 The change log for files in this directory continues backwards
1147 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
1148 prior to this date was contained in a single directory.