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