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