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