*** empty log message ***
[bpt/guile.git] / doc / ref / ChangeLog
1 2003-11-17 Marius Vollmer <mvo@zagadka.de>
2
3 * scheme-modules.texi: Document '@' and '@@'.
4
5 * scripts.texi: Mention that "-e (@ ...)" also works.
6
7 2003-11-15 Kevin Ryde <user42@zip.com.au>
8
9 * scheme-data.texi (Random): Add *random-state* variable, put note at
10 the top of the node about it being the default, rather than just in
11 the description of random.
12
13 2003-11-13 Marius Vollmer <mvo@zagadka.de>
14
15 * preface.texi (Manual Layout): Wrap POSIX, API, and SLIB in
16 @acronym. Change from paragraph format (somewhat clumsy-looking
17 on paper, at least) to @table format, with headers @strong. Made
18 example modules complete sentences. From Stephen Compall, thanks!
19
20 2003-11-09 Kevin Ryde <user42@zip.com.au>
21
22 * misc-modules.texi (Pretty Printing): Add new keyword options, break
23 example to avoid long line.
24
25 * scheme-data.texi (Random): In random, use @code for *random-state*.
26 Reported by Stephen Compall.
27
28 * srfi-modules.texi (SRFI-1 Filtering and Partitioning): Move filter
29 and filter! ...
30 * scheme-compound.texi (List Modification): ... to here, now that
31 they're implemented in the core.
32
33 2003-11-03 Kevin Ryde <user42@zip.com.au>
34
35 * misc-modules.texi (File Tree Walk): New chapter.
36 * guile.texi: Add it.
37
38 2003-10-18 Kevin Ryde <user42@zip.com.au>
39
40 * gh.texi (Calling Scheme procedures from C, scm transition summary):
41 Refer to scm_list_n, not the old name scm_listify.
42 (scm transition summary): For gh_apply, recommend scm_apply_0, which
43 is now documented.
44
45 * gh.texi (Defining new Scheme procedures in C): Don't use
46 @strong{Note:}, latest makeinfo will complain it looks like a cross
47 reference.
48
49 * posix.texi (Time): Correction to strftime glibc cross reference
50 node, now "Formatting Calendar Time".
51
52 * srfi-modules.texi (SRFI-1 Searching): In break, note conflict with
53 binding established by `while'.
54
55 2003-10-09 Kevin Ryde <user42@zip.com.au>
56
57 * scheme-compound.texi (Hash Table Reference): Decribe rehashing, note
58 no hashx-remove!, describe make-hash-table size parameter.
59
60 2003-10-06 Marius Vollmer <mvo@zagadka.de>
61
62 * scheme-memory.texi: Added a short explanation of the GC and the
63 conservative stack scanning.
64 (scm_gc_protect_object, scm_gc_unprotect_object,
65 scm_permanent_object): New.
66
67 * data-rep.texi, scheme-memory.texi (scm_remember_upto_here_1,
68 scm_remember_upto_here_2): Moved from data-rep.texi to
69 scheme-memory.texi.
70
71 2003-10-02 Kevin Ryde <user42@zip.com.au>
72
73 * scheme-io.texi (String Ports): In call-with-output-string, note proc
74 should not close the port. In get-output-string, note string must be
75 gotten before closing the port.
76
77 2003-09-21 Kevin Ryde <user42@zip.com.au>
78
79 * posix.texi (File System): In access?, reword a bit, clarify real
80 versus effective ID handling, cross reference glibc on that, and
81 recommend against access tests in library functions.
82
83 2003-09-13 Kevin Ryde <user42@zip.com.au>
84
85 * posix.texi (File System): In stat:dev and stat:mode, clarify that
86 both are numbers.
87
88 * posix.texi (Network Address Conversion): Under IPv4, describe
89 numeric representation in Guile, add INADDR_LOOPBACK and
90 INADDR_BROADCAST, add commented-out INADDR_NONE.
91
92 * scheme-compound.texi (Append/Reverse): Merge reverse and reverse!,
93 describe newtail parameter for reverse!, remove confusing caveat about
94 head becoming tail for reverse!.
95
96 * scheme-io.texi (Reading): In port-column, port-line,
97 set-port-column! and set-port-line!, port parameter must be given,
98 there's no default to current input.
99
100 * scheme-io.texi (Reading): Add scm_c_read.
101 (Writing): Add scm_c_write.
102
103 * srfi-modules.texi (SRFI-1 Constructors): Add list-copy.
104
105 * srfi-modules.texi (SRFI-19): Rewrite, adding descriptions of all
106 functions, and a bit of an introduction.
107
108 2003-09-03 Kevin Ryde <user42@zip.com.au>
109
110 * scheme-data.texi (Keyword Primitives): Add examples to
111 make-keyword-from-dash-symbol and keyword-dash-symbol. Add
112 scm_c_make_keyword.
113
114 * scheme-data.texi (Symbol Primitives): In gensym, cross reference
115 uninterned symbols, use @w{} on " g" prefix to avoid any chance of a
116 line break obscuring it.
117
118 2003-08-30 Kevin Ryde <user42@zip.com.au>
119
120 * data-rep.texi (Remembering During Operations): Note
121 scm_remember_upto_here_1 applies only to C automatic variables.
122
123 * guile.texi: Move @contents to usual place after title page, and
124 after first menu since that looks nice in html.
125
126 * posix.texi (Ports and File Descriptors): In pipe PIPE_BUF, use
127 @defvar, reword a bit for clarity, cross reference glibc.
128
129 * posix.texi (Network Sockets and Communication): In socket, use
130 @defvar for protocol variables, cross reference for getprotobyname,
131 note it's usually connect and accept that establishes communication.
132
133 * posix.texi (Network Sockets and Communication): In socketpair,
134 clarify the return is a pair with ports in car and cdr, note
135 connection is full duplex, refer to socket for parameters, refer to
136 PF_UNIX rather than AF_UNIX.
137
138 * scheme-compound.texi (Append/Reverse): Merge append and append!,
139 shown parameters as lst1 ... lstN, describe list argument for
140 scm_append and scm_append_x and note that it's unmodified.
141
142 * scheme-compound.texi (Hash Table Reference): Add hashx- case
143 insensitive string example, add cross references to symbol-hash,
144 string-hash, string-hash-ci, and char-set-hash.
145
146 * scheme-control.texi (Multiple Values): In values, show args as "arg1
147 ... argN". In scm_values, note args is a list and returned object
148 shares structure with it.
149
150 * scheme-control.texi (Catch): Add scm_internal_catch.
151 (Lazy Catch): Add scm_internal_lazy_catch.
152
153 * scheme-data.texi (Arithmetic): Use a table for scheme to C libm
154 equivalences, add C99 trunc.
155
156 * scheme-procedures.texi (Lambda): Note ". rest" list argument is
157 always newly created.
158
159 * srfi-modules.texi (SRFI-1 Association Lists): In alist-delete and
160 alist-delete!, note argument order for the equality calls per SRFI-1
161 spec.
162
163 2003-08-26 Kevin Ryde <user42@zip.com.au>
164
165 * scheme-data.texi (Scientific): Add two-argument atan.
166
167 * tools.texi (How guile-snarf works): Need @@ for texinfo in example.
168
169 2003-08-17 Kevin Ryde <user42@zip.com.au>
170
171 * scheme-compound.texi (Hash Table Reference): Collect up groups of
172 functions to avoid duplication. Revise notes on hashx functions and
173 on vector implementation. In make-hash-table, size is now optional.
174 Add hash-map and hash-for-each.
175
176 2003-08-14 Kevin Ryde <user42@zip.com.au>
177
178 * scheme-control.texi (while do): Update `while' for code rewrite, in
179 particular describe break and continue.
180
181 2003-08-09 Kevin Ryde <user42@zip.com.au>
182
183 * scheme-memory.texi (Memory Blocks): Add index entries for deprecated
184 scm_must_malloc and friends.
185
186 2003-07-29 Kevin Ryde <user42@zip.com.au>
187
188 * scheme-compound.texi (List Constructors): Remove scm_cons_star,
189 since it's not very helpful.
190
191 * scheme-utility.texi (Property Primitives): In primitive-property-ref,
192 note parameters to not-found-proc, use hyphens rather than underscores
193 for that parameter name.
194 In primitive-property-set!, VAL is the value parameter not CODE.
195
196 2003-07-24 Kevin Ryde <user42@zip.com.au>
197
198 * scheme-control.texi (Dynamic Wind): Untabify.
199 (Multiple Values): Use @result.
200 Reported by Stephen Compall <s11@member.fsf.org>.
201
202 * scheme-control.texi (Continuations): Rewrite with more detail.
203
204 * scheme-scheduling.texi (System asyncs): Add index entries for C
205 functions.
206
207 * scheme-scheduling.texi (Parallel Forms): New section.
208
209 2003-07-18 Kevin Ryde <user42@zip.com.au>
210
211 * scheme-compound.texi (List Constructors): In list, use "elem1
212 ... elemN". Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
213 scm_list_5, scm_list_n. Remove scm_list, since it's a no-op.
214 * guile.texi (nicode): New macro.
215
216 * scheme-evaluation.texi (Fly Evaluation): In apply, reword for
217 clarity, drop the "append" example. Add scm_apply, scm_apply_0,
218 scm_apply_1, scm_apply_2, scm_apply_3.
219 Add scm_call_0, scm_call_1, scm_call_2, scm_call_3.
220 In apply:nconc2last, move down after "apply", reword for clarity, note
221 correspondence to apply params.
222
223 * srfi-modules.texi (SRFI-0): Add cond-expand index entry.
224 (SRFI-9): Add define-record-type index entry.
225
226 2003-07-12 Kevin Ryde <user42@zip.com.au>
227
228 * srfi-modules.texi (SRFI-1 Constructors): In iota, reword a bit for
229 clarity and add a couple of examples.
230
231 2003-07-10 Kevin Ryde <user42@zip.com.au>
232
233 * deprecated.texi (Deprecated): Add scm_remember.
234
235 2003-06-22 Kevin Ryde <user42@zip.com.au>
236
237 * data-rep.texi (Remembering During Operations): Refer to all "Guile
238 library functions" as provoking gc.
239
240 2003-06-19 Kevin Ryde <user42@zip.com.au>
241
242 * scheme-io.texi (File Ports): Describe call-with-input-file and
243 call-with-output-file together. Describe with-input-from-file,
244 with-output-to-file and with-error-to-file together, and add that they
245 use dynamic-wind on the current port setting and keep the port open in
246 support of captured continuations.
247 (Closing): Describe close-input-port and close-output-port together,
248 tweak the wording slightly.
249
250 2003-06-14 Kevin Ryde <user42@zip.com.au>
251
252 * data-rep.texi (Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
253 and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations".
254
255 * scheme-data.texi (Arithmetic): round is to nearest even.
256
257 2003-06-12 Kevin Ryde <user42@zip.com.au>
258
259 * data-rep.texi (Remembering During Operations): New section.
260
261 * scheme-data.texi (Primitive Numerics): Add atan2, pow, asinh, acosh
262 and atanh to scheme<->C table. Note asinh, acosh and atanh are C99,
263 and scm_asinh, scm_acosh and scm_atanh are equivalents. Cross ref
264 glibc "Mathematics". Reword this end part for clarity.
265
266 * scheme-memory.texi (Memory Blocks): Use {} around types for
267 @deftypefn, for correct name in indexes.
268 * scheme-utility.texi (C Hooks): Ditto.
269 * gh.texi (Scheme to C): Ditto.
270
271 * gh.texi (Scheme to C): In gh_scm2newstr, lenp is size_t* not int*.
272 This changed in guile 1.6, the docs weren't updated.
273
274 2003-06-09 Marius Vollmer <mvo@zagadka.de>
275
276 From Mike Gran <spikegran@earthlink.net>. Thanks!
277
278 * preface.texi: Minor punctuation mistakes. Hyphens should link
279 compound adjectives. Commas should be placed after a "therefore"
280 that begins a sentence. Commas should not be used to separate a
281 list of only 2 dependent clauses.
282
283 2003-06-07 Kevin Ryde <user42@zip.com.au>
284
285 * scheme-data.texi (Arithmetic): Cross reference glibc floor and ceil.
286
287 2003-06-05 Kevin Ryde <user42@zip.com.au>
288
289 * posix.texi (File System): stat:rdev and stat:blocks can return #f,
290 stat:blksize returns a sensible size if the field is not available.
291
292 * scheme-compound.texi (Array Mapping): Reword for clarity, and in
293 particular have the same parameter names in the text and prototypes.
294
295 * scheme-evaluation.texi (Delayed Evaluation): Add delay, reword
296 promise? and force a bit, describe recursive forcing of a promise by
297 its own code.
298
299 * scheme-io.texi (Ports): Add notes on garbage collection, and on
300 explicitly closing file ports.
301 (File Ports): Cross reference Ports node on explicit closing.
302
303 * posix.texi (Network Sockets and Communication): Cross reference
304 Ports node on explicit closing.
305
306 * scheme-scheduling.texi (Futures): New section.
307
308 * srfi-modules.texi (SRFI-13 Miscellaneous): In string-replace, note
309 that start1 and end1 optional is a Guile extension.
310
311 2003-05-30 Kevin Ryde <user42@zip.com.au>
312
313 * deprecated.texi: Add substring-move-left! and substring-move-right!.
314
315 * scheme-io.texi (Default Ports): Remove duplicate descriptions of
316 set-current-output-port and set-current-error-port.
317
318 2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
319
320 * scheme-compound.texi: Clarified that vectors need to be quoted.
321
322 2003-05-26 Kevin Ryde <user42@zip.com.au>
323
324 * posix.texi (Locales): Clarify setlocale a bit, list all categories,
325 cross reference to libc.
326
327 2003-05-24 Kevin Ryde <user42@zip.com.au>
328
329 * scheme-procedures.texi: Add index entries lambda, optargs, syncase.
330
331 * scsh.texi (The Scheme shell (scsh)): Add index entries.
332
333 2003-05-22 Kevin Ryde <user42@zip.com.au>
334
335 * srfi-modules.texi (SRFI-2): Rewrite and-let*, describing plain
336 expression clauses and improving the examples.
337
338 2003-05-17 Marius Vollmer <mvo@zagadka.de>
339
340 * posix.texi (socket): Use PF_ instead of AF_ prefix.
341
342 2003-05-16 Kevin Ryde <user42@zip.com.au>
343
344 * guile.texi: Use @copying, show copyright and permissions at start of
345 info and html.
346
347 * srfi-modules.texi (SRFI-1 Deleting): Rewrite delete and
348 delete-duplicates, adding behaviour details specified by srfi-1.
349
350 2003-05-12 Kevin Ryde <user42@zip.com.au>
351
352 * preface.texi (Guile License): Refer to COPYING.LIB.
353
354 * repl-modules.texi (Loading Readline Support, Readline Options):
355 Index entries for readline functions.
356
357 * scheme-control.texi (Handling Errors): Fix regexp error key, should
358 be `regular-expression-syntax'.
359
360 * scheme-data.texi (Complex): Show z argument in prototypes.
361
362 2003-05-10 Kevin Ryde <user42@zip.com.au>
363
364 * scheme-data.texi (Reals and Rationals): Fix typo @result{#f}, and
365 put @result outside @code.
366
367 * scheme-data.texi (Bitwise Operations): Note negatives are treated as
368 infinite precision twos complement. Revise `ash' to emphasise this
369 for right shifts of negatives. Describe integer-length behaviour on
370 negatives. Add `...' to logand, logior, logxor since they take
371 multiple parameters.
372 * guile.texi (m): New macro.
373
374 * scheme-control.texi (Handling Errors): Revise C support section to
375 get index entries, and clarify parameters. Remove scm_regex_error, no
376 longer exists and wasn't available to applications.
377
378 * scheme-control.texi (Handling Errors): Index entries for error keys.
379
380 2003-05-08 Kevin Ryde <user42@zip.com.au>
381
382 * scheme-data.texi (Bitwise Operations): Fix lognot to ones-complement.
383
384 * slib.texi (JACAL): Fix @ref title.
385 Add index entries, use @file and @code variously.
386
387 2003-05-06 Kevin Ryde <user42@zip.com.au>
388
389 * scheme-scheduling.texi (C level thread interface): Use @deftypefn
390 not @deftypefun, to get function names (not types) indexed.
391
392 * scheme-options.texi (Build Config): Add index entries for
393 %guile-build-info keys.
394
395 2003-05-04 Kevin Ryde <user42@zip.com.au>
396
397 * scheme-data.texi (Integer Operations): Describe how quotient,
398 remainder and modulo round their results.
399
400 * scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
401 in @rnindex. In port-column, use @: after i.e.
402 (Writing): In get-print-state, two spaces after full stop. Add write,
403 revise display.
404
405 * srfi-modules.texi (SRFI-1 Length Append etc): Add count.
406 (SRFI-1 Fold and Map): In reduce, fix typo "... variant of fold", add
407 "f" to fold call shown. In reduce-right, use @code on "reduce".
408
409 * data-rep.texi, gh.texi: Add spaces after some @defun names.
410 * posix.texi (Processes): Fix typo "hhhh".
411
412 2003-05-01 Neil Jerram <neil@ossau.uklinux.net>
413
414 * posix.texi: Add index entries for many variables and functions,
415 either using @defvar/@deffn or @vindex/@pindex. (Patch supplied
416 by Kevin Ryde.)
417
418 2003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
419
420 * posix.texi (scm_c_port_for_each): Added.
421
422 2003-04-26 Neil Jerram <neil@ossau.uklinux.net>
423
424 * scheme-data.texi (Symbol Primitives): Document scm_str2symbol
425 and scm_mem2symbol.
426
427 * data-rep.texi (Describing a New Type): Clarify that
428 scm_make_smob_type_mfpe is deprecated. (Thanks to
429 tomas@fabula.de.)
430
431 * scheme-control.texi (Handling Errors): Remove scm_sysmissing,
432 long since gone from libguile. (Thanks to Kevin Ryde.)
433
434 2003-04-05 Marius Vollmer <mvo@zagadka.de>
435
436 * preface.texi: Reflect change to LGPL.
437
438 2003-03-27 Rob Browning <rlb@defaultvalue.org>
439
440 * scheme-io.texi (Reading): clarify character ordering in port for
441 unread-string.
442
443 2003-03-07 Rob Browning <rlb@defaultvalue.org>
444
445 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
446 choke TeX (thanks to Dale P. Smith).
447
448 * preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
449 don't choke TeX (thanks to Dale P. Smith).
450
451 2003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
452
453 * scheme-scheduling.texi (Low level thread primitives): Fixed typo
454 in broadcast-condition-variable.
455
456 2002-12-08 Rob Browning <rlb@defaultvalue.org>
457
458 * scheme-options.texi (Build Config): add effective-version docs.
459
460 2002-11-17 Neil Jerram <neil@ossau.uklinux.net>
461
462 Applied patches from Stephen Compall as follows. (Thanks!)
463
464 2002-11-06 Stephen Compall <rushing@sigecom.net>
465
466 * posix.texi: Changed quotes to match Texinfo expectations.
467
468 Added references to the glibc manual.
469
470 Used proper Texinfo text marking for many keywords, such as @code,
471 @samp, @env, @var.
472
473 Fixed argument metasyntactic variable references in
474 file-manipulation section so the usage in the descriptions matches
475 the usage in the declarations.
476
477 2002-10-26 Stephen Compall <rushing@sigecom.net>
478
479 * scheme-data.texi: Addition and change of many Texinfo tags,
480 particularly usage of @var and @samp, as well as reformatting of
481 some lists into tables and usage of @result.
482
483 Notes about some things I didn't understand, as well as a
484 missing section on non-control characters.
485
486 2002-10-27 Gary Houston <ghouston@arglist.com>
487
488 * scheme-modules.texi (Environments): only available when
489 (ice-9 r5rs) is used.
490 * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
491
492 2002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
493
494 * scheme-scheduling.texi: Updated mutex and condition varable
495 functions.
496
497 2002-10-27 Neil Jerram <neil@ossau.uklinux.net>
498
499 * debugging.texi (Debugging Features): Rewritten.
500
501 2002-10-19 Neil Jerram <neil@ossau.uklinux.net>
502
503 * new-docstrings.texi, scheme-binding.texi, scheme-io.texi,
504 scheme-scheduling.texi, posix.texi: Automatic docstring updates.
505
506 2002-10-14 Marius Vollmer <mvo@zagadka.ping.de>
507
508 * intro.texi (Whirlwind Tour): Added pointer to examples
509 directory.
510
511 2002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
512
513 * scheme-scheduling.texi (System Asyncs): Updated.
514
515 2002-10-07 Marius Vollmer <mvo@zagadka.ping.de>
516
517 * scheme-scheduling.texi (Asyncs): Updated.
518 * posix.texi (sigaction): Updated.
519
520 2002-10-03 Neil Jerram <neil@ossau.uklinux.net>
521
522 * posix.texi (Processes), scheme-options.texi (Common Feature
523 Symbols): Refer to provided? rather than deprecated feature?.
524
525 2002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
526
527 * tools.texi (How guile-snarf works): Updated.
528 (Writing your own snarfing macros): New.
529
530 2002-09-25 Neil Jerram <neil@ossau.uklinux.net>
531
532 * scheme-debug.texi (Debugging): Make sections into nodes.
533 (Debugging Options): Node removed.
534
535 * scheme-options.texi (Feature Tracking): Brought forward before
536 sections on options.
537 (Runtime Options): New section, to group options-related nodes.
538
539 2002-09-24 Neil Jerram <neil@ossau.uklinux.net>
540
541 * scheme-options.texi (Options and Config): Chapter name changed,
542 and intro text improved.
543 (Install Config): Brought forward, and renamed Build
544 Configuration.
545
546 The following doc updates are from Ian Sheldon - thanks!
547
548 * scheme-data.texi (Appending Strings, Regexp Functions, Match
549 Structures): Add examples.
550 (Regular Expressions): Add instruction to use (ice-9 regex)
551 module.
552
553 * slib.texi (SLIB): Remove duplicate `the'.
554
555 2002-09-22 Neil Jerram <neil@ossau.uklinux.net>
556
557 * scheme-options.texi (General option interface): Mention
558 eval-options-interface and debug-options-interface.
559
560 * scheme-debug.texi (Debugging): New node describing source
561 properties.
562
563 2002-09-19 Neil Jerram <neil@ossau.uklinux.net>
564
565 * scheme-utility.texi (Hook Reference): Improvements to hook docs.
566 Thanks to Thien-Thi Nguyen for the patches.
567
568 2002-09-16 Marius Vollmer <mvo@zagadka.ping.de>
569
570 * scheme-data.texi (Symbol Props): It's "set-symbol-property!",
571 not "set-symbol-property". Thanks to Pieter Pareit!
572
573 2002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
574
575 * scheme-data.texi: Tell them to use 'provided?' instead of
576 '*feaures*'.
577
578 2002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
579
580 * scheme-ideas.texi (Creating a Procedure): Fixed typo. Thanks to
581 Pieter Pareit!
582
583 * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
584 of "libguile.a". Some small fixes/improvements.
585
586 * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
587 it's too generic. Updated 'teach yourself ...' URL.
588
589 2002-08-27 Marius Vollmer <mvo@zagadka.ping.de>
590
591 * scheme-modules.texi: Markup fixes and removal of gh_ references.
592 Thanks to Dale Smith!
593
594 2002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
595
596 * scheme-evaluation.texi (eval-string): Updated.
597
598 * scheme-scheduling.texi (Fluids): Touched up a bit, added
599 with-fluids.
600
601 2002-08-13 Marius Vollmer <mvo@zagadka.ping.de>
602
603 * scheme-modules.texi (More Modules Procedures): Removed.
604 (Accessing Modules from C): New.
605
606 2002-08-10 Gary Houston <ghouston@arglist.com>
607
608 * scheme-procedures.texi: new section Primitive Procedures,
609 documentation for scm_c_make_gsubr and scm_c_define_gsubr.
610 * scheme-modules.texi (Compiled Code Modules): replace
611 gh_new_procedure with scm_c_define_gsubr.
612
613 2002-08-08 Neil Jerram <neil@ossau.uklinux.net>
614
615 * gh.texi (Data types and constants defined by gh): Avoid
616 generating index entry for SCM.
617
618 * posix.texi (Runtime Environment): Remove duplicate doc for
619 setenv.
620
621 * data-rep.texi, scheme-memory.texi, scheme-modules.texi: Merge
622 recent updates from stable branch.
623
624 * posix.texi (File System, Time, Pipes, Network Databases,
625 Internet Socket Examples): Add examples provided by Ian Sheldon.
626
627 2002-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
628
629 * scheme-binding.texi: Don't talk about 'bound?' which is gone.
630 Thanks to Christopher Cramer.
631
632 2002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
633
634 * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
635 correct typos.
636
637 2002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
638
639 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
640 rdelim)) to an example that uses read-line. Thanks to Ralf
641 Mattes!
642
643 * scheme-memory.texi: Added an introductory blurb about GC that I
644 had lying around.
645
646 2002-08-02 Gary Houston <ghouston@arglist.com>
647
648 * scheme-modules.texi: split "Scheme and modules" into
649 "provide and require" and "Environments". Mention R5RS
650 environments.
651
652 2002-07-16 Neil Jerram <neil@ossau.uklinux.net>
653
654 * scheme-options.texi (Debugger options): New subsection
655 describing stack overflow and what to do about it.
656
657 2002-07-10 Gary Houston <ghouston@arglist.com>
658
659 * scheme-modules.texi (Compiled Code Modules): Removed description
660 of scm_register_module_xxx, which no longer exists. A description
661 of current techniques is needed.
662
663 2002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
664
665 * scheme-data.texi (Numbers): Added description of the new values
666 +inf.0, -inf.0 and +nan.0.
667
668 * posix.texi (Runtime Environment): Added entries for 'setenv' and
669 'unsetenv'.
670
671 2002-04-28 Marius Vollmer <mvo@zagadka.ping.de>
672
673 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
674 from gh.texi to data-rep.texi. Both files already had similar
675 descriptions for SCM. Given that gh.texi is deprecated, looking
676 up `SCM' in the index should take one to the primary location
677 rather than deprecated section. Hence this change. Added
678 `@deftp' for scm_t_bits data type so that a proper index entry is
679 added for this. Thanks to Richard Y. Kim!
680
681 * data-rep.texi (Subrs): Changed scm_make_gsubr to
682 scm_c_define_gsubr. Thanks to Richard Y. Kim!
683
684 2002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
685
686 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
687 string-tokenize.
688
689 2002-04-20 Neil Jerram <neil@ossau.uklinux.net>
690
691 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
692 Node moved from a to b.
693
694 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
695 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
696 Tools, Further Reading): Moved to new Part II.
697
698 * preface.texi (Manual Layout): Part numbers updated accordingly.
699
700 * guile.texi (Top): Move API Overview node to beginning of Guile
701 API Reference part.
702 (Part II: Writing and Running Guile Scheme): New part; will
703 contain content from `Programming with Guile' that pertains to
704 writing and using Guile on the Scheme level.
705
706 * scm.texi (API Overview): Renamed from `Guile API'.
707
708 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
709 Debugger User Interface node renamed Debugging Features.
710
711 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
712 material moved to scheme-debug.texi.
713 (Debugging Features): Renamed from `Debugger User Interface'.
714
715 * scheme-debug.texi (Debugging): Rename chapter `Debugging
716 Infrastructure' and reorganize its contents.
717
718 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
719 Errors): Move display-error to error-focussed section.
720
721 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
722 backtrace to user-level debugging chapter.
723
724 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
725 Properties): Move procedure-name, procedure-source and
726 procedure-environment to procedures chapter.
727
728 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
729 Blocks): Move malloc-stats to memory management chapter.
730
731 * scheme-procedures.texi (Syntax Rules): Remove mention of
732 use-modules for loading syncase; only use-syntax really works.
733 Thanks to Panagiotis Vossos for spotting this.
734
735 * program.texi (Scheme vs C): New node, with existing material
736 taken from chapter intro.
737 (Programming Overview): New intro para to introduce example of
738 Guile integration:
739 (Extending Dia): New node.
740
741 2002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
742
743 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
744 guile.tps, guile.vrs, guile.tmp.
745
746 2002-04-01 Neil Jerram <neil@ossau.uklinux.net>
747
748 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
749 Guile Extensions index.
750
751 * guile.texi: Removed Guile Extensions index.
752
753 * scheme-indices.texi (Guile Extensions Index): Removed.
754
755 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
756 macros; they're not actually useful after all. Update copyright
757 years.
758
759 * scheme-compound.texi (Vectors): Make subsections into nodes.
760 (Vectors): Review, slightly reorg and clarify docs in this
761 section.
762
763 * scheme-data.texi (Symbols): Reorganized node substructure and
764 added lots of explanatory text around the @deffn's.
765
766 2002-03-29 Neil Jerram <neil@ossau.uklinux.net>
767
768 * scheme-modules.texi (Variables): Mention obarrays.
769
770 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
771 markers for deprecated symbol items.
772 (Symbol Props): Remove doc for obsolete 2 arg version of
773 symbol-interned?.
774 (String Miscellanea): Removed, since it only contained duplicate
775 doc for string-ci->symbol.
776 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
777 section removed.
778
779 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
780 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
781 eval2 and read-and-eval!.
782
783 * data-rep.texi (Describing a New Type), scheme-compound.texi
784 (Append/Reverse), scheme-procedures.texi (Internal Macros):
785 Trivial updates to sync with stable branch.
786
787 2002-03-27 Neil Jerram <neil@ossau.uklinux.net>
788
789 * scheme-compound.texi (List Searching): Remove docs for
790 `scm_sloppy_mem*', which no longer exist.
791
792 2002-03-24 Neil Jerram <neil@ossau.uklinux.net>
793
794 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
795 Package): Use @ifnottex instead of @ifinfo, so that HTML
796 generation works correctly.
797
798 2002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
799
800 * tools.texi: Updated to reflect changes to the guile-snarf tool.
801
802 2002-03-16 Neil Jerram <neil@ossau.uklinux.net>
803
804 * scheme-utility.texi (Hooks): Further updates. New material on
805 GC hooks.
806
807 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
808 eval2 and read-and-eval!.
809
810 * deprecated.texi (Deprecated): Remove docs about previously
811 deprecated items that have now been removed.
812
813 2002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
814
815 * tools.texi (guile-1.4 guile-snarf): Remove this node.
816 (How guile-snarf works): Update usage and description to
817 no longer mention "--compat=1.4" and instead "-d" and "-D".
818 (Macros guile-snarf recognizes): Add list of deprecated macros
819 and blurb. Add cindex for deprecated macros.
820
821 2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
822
823 * scheme-utility.texi (Hooks): Reviewed and updated.
824
825 * scheme-options.texi (Feature Tracking): New section.
826
827 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
828 description of corresponding C functions.
829
830 * scheme-utility.texi (Object Properties): Revamp documentation on
831 object properties.
832
833 * scheme-memory.texi (Weak References): Update reference to Object
834 Properties node.
835
836 * guile.texi: Add macros for describing version information.
837
838 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
839 scheme-procedures.texi: Automatic updates from snarfed libguile
840 docstrings.
841
842 2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
843
844 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
845
846 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
847 new processing steps. Update usage example, makefile frag.
848
849 (guile-1.4 guile-snarf): New subsubsection under
850 "Init Snarfing with guile-snarf".
851
852 2002-03-12 Neil Jerram <neil@ossau.uklinux.net>
853
854 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
855 Automatic updates from snarfed libguile docstrings.
856
857 * data-rep.texi, guile.texi, scheme-evaluation.texi,
858 scheme-options.texi, scheme-translation.texi: Various minor
859 enhancements ported from the stable CVS branch.
860
861 2002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
862
863 * tools.texi (Miscellaneous Tools): New node/chapter.
864 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
865 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
866 (Executable Modules): Now a section under "Miscellaneous Tools".
867
868 * guile.texi (Miscellaneous Tools): Add under "Part II".
869 Implement by including tools.texi.
870
871 * Makefile.am (guile_TEXINFOS): Add tools.texi.
872
873 2002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
874
875 * tools.texi: New file.
876
877 2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
878
879 * autoconf.texi (Autoconf Background): Insert missing `of'.
880
881 2002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
882
883 * api.txt, data-rep.texi: Renamed the struct scm_cell to
884 scm_t_cell.
885
886 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
887 scm_alloc_double_cell to scm_double_cell.
888
889 2002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
890
891 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
892 section.
893
894 2002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
895
896 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
897 scm_must_malloc and free in example code. Updated text for the
898 new memory management functions.
899
900 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
901 of to scm_must_malloc.
902
903 2002-02-27 Stefan Jahn <stefan@lkcc.org>
904
905 * gh.texi (scm transition summary): Documented some more
906 gh equivalents and removed appropriate FIXME's.
907
908 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
909
910 * Makefile.am: Update path to pre-inst-guile automake frag.
911
912 2002-02-24 Rob Browning <rlb@defaultvalue.org>
913
914 * .cvsignore: add autoconf-macros.texi.
915
916 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
917
918 2002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
919
920 * scheme-memory.texi (Memory Blocks): New section.
921
922 2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
923
924 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
925
926 (GUILE): Delete var.
927 (autoconf-macros.texi): Use $(preinstguiletool).
928
929 2002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
930
931 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
932 (Autoconf Support): Add new sections to menu.
933
934 2002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
935
936 * scheme-data.texi (Symbol Uninterned): Added node.
937
938 2002-01-29 Stefan Jahn <stefan@lkcc.org>
939
940 * gh.texi (scm transition summary): Documented gh equivalents
941 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
942 and removed the appropriate FIXME's.
943
944 2002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
945
946 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
947 when invoking the uninstalled guile executable.
948
949 2002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
950
951 * Makefile.am (autoconf-macros.texi): Fix build bug:
952 Write this file to srcdir. Thanks to I. N. Golubev.
953
954 2002-01-08 Gary Houston <ghouston@arglist.com>
955
956 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
957 when building autoconf-macros.texi. There are still problems with
958 modules and running makeinfo when builddir != srcdir.
959
960 2002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
961
962 * data-rep.texi, gh.texi, guile.texi, intro.texi,
963 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
964 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
965 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
966 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
967 scheme-modules.texi, scheme-procedures.texi,
968 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
969 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
970
971 2002-01-07 Neil Jerram <neil@ossau.uklinux.net>
972
973 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
974 `do'). Thanks to Fabrice Bauzac.
975
976 2002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
977
978 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
979
980 2002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
981
982 * guile.texi (Part II): Add "Autoconf Support"; include
983 autoconf.texi.
984
985 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
986 autoconf-macros.texi.
987 (autoconf.texi, autoconf-macros.texi): New rules.
988
989 * autoconf.texi: New file.
990
991 2001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
992
993 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
994 "Pierre". Thanks to Ron Peterson!
995
996 2001-12-22 Neil Jerram <neil@ossau.uklinux.net>
997
998 * program.texi (Programming Overview): Chapter renamed from
999 `Programming Options'; some new material added.
1000
1001 2001-12-07 Neil Jerram <neil@ossau.uklinux.net>
1002
1003 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
1004 broadened so that this chapter discusses the Guile API as a whole.
1005
1006 * program.texi (Available Functionality): Revise so that text
1007 reads better.
1008
1009 * guile.texi (Programming Intro): New introductory text.
1010
1011 * scheme-ideas.texi (Definition): Reorder reference bullets in
1012 ascending page number order.
1013
1014 2001-12-04 Martin Grabmueller <mg@glug.org>
1015
1016 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
1017 either.
1018
1019 2001-12-01 Neil Jerram <neil@ossau.uklinux.net>
1020
1021 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
1022
1023 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
1024
1025 * scheme-data.texi (Variables): Node moved to modules chapter.
1026 (Symbol Read Syntax): New node, with syntax-related material taken
1027 from old Symbols node.
1028 (Symbol Primitives): Renamed from `Symbols'.
1029 (Symbols and Variables): Renamed to `Symbols'.
1030 (Symbol Props): Renamed from `Symbol Tables'.
1031 (Symbols): General review, improvements and additional material
1032 throughout this section.
1033 (Other Data Types): New material: links to object types documented
1034 elsewhere. Also renamed node to `Other Types'.
1035 (Data Types): Split into two: `Simple Data Types' and `Compound
1036 Data Types'. Introductory blurbs rewritten accordingly.
1037
1038 * guile.texi: Updated Notes comment.
1039
1040 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
1041 part, as the Rx interface is not core Guile.
1042
1043 2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
1044
1045 * scheme-data.texi (String Miscellanea): Removed, moving doc for
1046 string-ci->symbol into the node on Symbols.
1047
1048 * Makefile.am (ETAGS_ARGS): Added.
1049
1050 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
1051 intern-symbol, string->obarray-symbol, symbol-binding,
1052 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
1053 of which no longer exist.
1054
1055 2001-11-25 Thien-Thi Nguyen <ttn@glug.org>
1056
1057 * posix.texi: Fix spelling. Thanks to Chris Cramer.
1058 Reword `getpass' intro blurb.
1059
1060 2001-11-23 Neil Jerram <neil@ossau.uklinux.net>
1061
1062 * program.texi (Program Control): Remove spurious placeholder
1063 text.
1064
1065 2001-11-20 Thien-Thi Nguyen <ttn@glug.org>
1066
1067 * scheme-options.texi (Install Config):
1068 Tweak `%load-path' verb to not imply it's a proc.
1069 Add documentation for `%guile-build-info'.
1070
1071 2001-11-19 Neil Jerram <neil@ossau.uklinux.net>
1072
1073 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
1074 doc for builtin-bindings (no longer exists).
1075 (Variables): Expanded existing description of variables. Removed
1076 doc for builtin-variable (no longer exists).
1077
1078 * scheme-binding.texi (Top Level): New docs for define, scm_define
1079 and scm_c_define. Also clarified point about interchangeability
1080 of define and set!.
1081
1082 2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
1083
1084 * scheme-data.texi (Vectors): Autoupdate docs for
1085 vector-move-left! and vector-move-right!.
1086
1087 2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
1088
1089 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
1090 new-docstrings.texi, posix.texi, scheme-binding.texi,
1091 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
1092 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
1093 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
1094 scheme-scheduling.texi, scheme-translation.texi,
1095 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
1096 category for "primitive" and "procedure" @deffn's to {Scheme
1097 Procedure}; add @deffnx lines for {C Function}s; automatic updates
1098 from libguile docstring changes.
1099
1100 * scheme-memory.texi (Garbage Collection): Removed doc for removed
1101 `unhash-name'.
1102
1103 2001-11-14 Thien-Thi Nguyen <ttn@glug.org>
1104
1105 * scheme-procedures.texi: Spell "library" correctly.
1106
1107 2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
1108
1109 * new-docstrings.texi, scheme-data.texi: Merge recent doc
1110 improvements from stable branch.
1111
1112 * scheme-options.texi: Automatic updates from docstring changes in
1113 libguile's C source code.
1114
1115 2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
1116
1117 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
1118 updates for struct? and struct-vtable?.
1119 (String Searching): Add missing "for". Thanks to Scott Lenser.
1120
1121 2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
1122
1123 * guile.texi (Top): Added new chapter `Programming Options'.
1124
1125 * program.texi: New file.
1126
1127 * Makefile.am (guile_TEXINFOS): Added program.texi.
1128
1129 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
1130
1131 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
1132 scheme-data.texi, scheme-binding.texi, posix.texi,
1133 new-docstrings.texi: Automatic updates from improved libguile
1134 docstrings.
1135
1136 2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
1137
1138 * preface.texi: Use MANUAL_EDITION variable.
1139 (Manual Layout): Updated to reflect reorg.
1140
1141 * guile.texi (MANUAL_EDITION): New variable, with value
1142 incremented from 1.0 to 1.1 to reflect the reorg described here.
1143 (Top): Use MANUAL_EDITION variable.
1144
1145 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
1146 @unnumbered rather than @chapter for these indices.
1147
1148 * guile.texi (Top): A little top-level reshuffling, with the aims
1149 that: (1) the `Guile Scheme' (reference) part of the manual
1150 becomes the `Guile API Reference', and covers both Scheme and C
1151 interfaces; (2) non-API-reference material such as the `Basic
1152 Ideas in Scheme' chapter is collected together to form a new part
1153 `Programming with Guile'. This new part will contain general
1154 documentation on using and programming Guile in both Scheme and C,
1155 including - for example - awareness of GC when C programming, how
1156 to use the snarf macros, how to debug ...
1157 (Top): Move inclusion of scheme-indices.texi so that all indices
1158 appear together in the printed manual.
1159
1160 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
1161 debugging.texi.
1162
1163 * appendices.texi: Removed.
1164
1165 * debugging.texi (Debugger User Interface): New file, same as the
1166 material that used to be in appendices.texi, but now a chapter in
1167 Part II rather than an appendix.
1168
1169 * appendices.texi (Obtaining and Installing Guile): Moved to
1170 become a chapter in ...
1171 * intro.texi: ... Part I: Introduction to Guile.
1172
1173 * scm.texi (I/O Extensions): Moved to become a section of ...
1174 * scheme-io.texi (Input and Output): ... this chapter.
1175
1176 * scm.texi (Handling Errors): Moved to become a section of ...
1177 * scheme-control.texi (Control Mechanisms): ... this chapter.
1178
1179 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1180
1181 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
1182 time and clock resolution, SRFI-19 Time object and accessors,
1183 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
1184 procedures, SRFI-19 Date object and accessors, SRFI-19
1185 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
1186 to string/string to date converters): New nodes.
1187 (SRFI Support): Add "SRFI-19" to menu.
1188
1189 2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
1190
1191 * scripts.texi: Document `--debug' and `--no-debug'.
1192
1193 2001-10-27 Gary Houston <ghouston@arglist.com>
1194
1195 * guile.texi, scsh.texi: removed obsolete guile-scsh material
1196 and updated links (I don't know if it should remain in the
1197 main menu. It's like slib I think.)
1198
1199 * minor updates to the slib installation notes.
1200
1201 2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
1202
1203 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
1204 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
1205 noticing that they'd disappeared!)
1206
1207 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
1208
1209 * scheme-io.texi (Writing): Add entry for `display'.
1210 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
1211
1212 2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1213
1214 * srfi-modules.texi (SRFI-13): Tyop fix.
1215 (SRFI-13): Changed paragraph about bindings both in the code and
1216 in SRFI-13.
1217
1218 * misc-modules.texi (Formatted Output): Tyop fix.
1219 (Formatted Output): Document ~g properly.
1220
1221 Thanks to Alex Schroeder for pointing out the typos and sending
1222 suggestions.
1223
1224 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1225
1226 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
1227 Thanks to suggestion by Alex Schroeder.
1228
1229 2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
1230
1231 * guile.texi (Top): Group all index nodes together so that
1232 `Info-index' works more effectively in Info. Thanks to Eric
1233 Hanchrow for the report and fix.
1234
1235 * scheme-data.texi (Random, String Syntax, String Modification,
1236 Regular Expressions), scheme-ideas.texi (Definition),
1237 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
1238 scm.texi (Transforming Scheme name to C name, Port
1239 Implementation): Various typo fixes and clarifications merged from
1240 the stable CVS branch.
1241
1242 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1243
1244 * intro.texi: Merged wording fixes from stable CVS branch.
1245
1246 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
1247
1248 * guile.texi: Incorporate text previously in separate AUTHORS
1249 file.
1250
1251 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1252
1253 The change log for files in this directory continues backwards
1254 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
1255 prior to this date was contained in a single directory.