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