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