(scm_inf_p): Synced docstring back from manual.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
3ece39d6
MV
12004-08-21 Marius Vollmer <mvo@zagadka.de>
2
3 From Richard Todd, Thanks!
4
5 * scheme-scripts.texi (Invoking Guile): documented new '-L'
6 switch.
7
61d6ed68
MV
82004-08-20 Marius Vollmer <mvo@zagadka.de>
9
10 * gh.texi: Updated transition section with new recommended things.
11
323a7e80
MV
122004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
13
14 * api-data.texi (Strings): Document copy-on-write behavior and
15 mutation-sharing substrings.
16 (Symbols): Document scm_from_locale_symbol and
17 scm_from_locale_symboln.
18
86ff1823
KR
192004-08-18 Kevin Ryde <user42@zip.com.au>
20
21 * posix.texi (Network Sockets and Communication): Add SOCK_RDM and
22 SOCK_SEQPACKET.
23
24 * posix.texi (Internet Socket Examples): Correction to socket calls,
25 should be PF_INET not AF_INET (though generally the two are the same
26 value).
27
02d9c82a
KR
282004-08-14 Kevin Ryde <user42@zip.com.au>
29
80b707b7
KR
30 * api-scheduling.texi (Mutexes): New datatype-centric section, adding
31 fair mutexes and collecting up material from ...
32 (Low level thread primitives, Higher level thread procedures, C level
33 thread interface): ... these nodes.
34
02d9c82a
KR
35 * srfi-modules.texi (SRFI-13 Predicates): Add string-any and
36 string-every support for char and charset predicates.
37
bb26cc2d
MV
382004-08-11 Marius Vollmer <mvo@zagadka.de>
39
40 * api-data.texi (scm_c_round, scm_c_truncate): Docs for'em.
41
f9751e86
MV
422004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
43
44 * api-control.texi: Updated example to use scm_to_locale_string
45 instead of roll-your-own scm_to_string. Also showcase
46 scm_frame_free.
47
48 * api-data.texi: Docs for scm_is_string, scm_to_locale_string*,
49 and scm_from_locale_string*.
50
51 * api-memory.texi: Docs for scm_frame_free.
52
636d4be5
KR
532004-08-09 Kevin Ryde <user42@zip.com.au>
54
55 * api-io.texi (File Ports): In open-file, describe the "b" binary flag.
56
57 * slib.texi (SLIB): Add notes on delete-file, provided? and open-file
58 overridden by ice-9 slib module.
59
29e61124
KR
602004-08-05 Kevin Ryde <user42@zip.com.au>
61
62 * api-scheduling.texi (Arbiters): Tweak wording for clarity, note any
63 thread can unlock not just the one which locked.
64
65 * posix.texi (Conventions): Describe system-error args, use @defun for
66 system-error-errno instead of just words.
67
68 * srfi-modules.texi (SRFI-13 Predicates): Tweak wording for clarity.
69 For string-every, note return is #t when no characters. For
70 string-any and string-every, note last pred call is not currently a
71 tail call, contrary to SRFI-13 spec.
72
c165cd43
MV
732004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
74
75 * api-data.texi: Added scm_is_real, scm_is_rational,
96d8c217
MV
76 scm_to_double, scm_from_double, numerator, and denominator. Added
77 scm_is_complex, scm_is_number, scm_c_make_rectangular,
c5e45cba 78 scm_c_make_polar, scm_c_real_part, scm_c_imag_part,
96d8c217
MV
79 scm_c_magnitude, and scm_c_angle.
80
8a3befe3
MV
812004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
82
c079ba3b
MV
83 * gh.texi: Replaced references to scm_num2* with scm_to_* and
84 references to scm_*2num with scm_from_*.
85
8a3befe3
MV
86 Renamed many file to make the structure of the manual more evident
87 in the names. Changed all references.
88
89 * scheme-binding.texi: Renamed to api-binding.texi.
90 * scheme-compound.texi: Renamed to api-compound.texi.
91 * scheme-control.texi: Renamed to api-control.texi.
92 * scheme-data.texi: Renamed to api-data.texi.
93 * scheme-debug.texi: Renamed to api-debug.texi.
94 * deprecated.texi: Renamed to api-deprecated.texi.
95 * scheme-evaluation.texi: Renamed to api-evaluation.texi.
96 * ref-init.texi: Renamed to api-init.texi.
97 * scheme-io.texi: Renamed to api-io.texi.
98 * scheme-memory.texi: Renamed to api-memory.texi.
99 * scheme-modules.texi: Renamed to api-modules.texi.
100 * scheme-options.texi: Renamed to api-options.texi.
101 * scm.texi: Renamed to api-overview.texi.
102 * scheme-procedures.texi: Renamed to api-procedures.texi.
103 * scheme-scheduling.texi: Renamed to api-scheduling.texi.
104 * scheme-scm.texi: Renamed to api-scm.texi.
105 * scheme-smobs.texi: Renamed to api-smobs.texi.
106 * scheme-snarf.texi: Renamed to api-snarf.texi.
107 * scheme-translation.texi: Renamed to api-translation.texi.
108 * scheme-utility.texi: Renamed to api-utility.texi.
109 * debugging.texi: Renamed to scheme-debugging.texi.
110 * scripts.texi: Renamed to scheme-scripts.texi.
111 * program.texi: Renamed to libguile-program.texi.
112
f625d00f
MV
113 * api-deprecated.texi: Removed.
114 * intro.texi (Discouraged and Deprecated): General information
115 about deprecation, etc.
116
da1e6e67
MV
1172004-07-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
118
119 * misc-modules.texi (Formatted Output): Changed @w to @w{} in
120 itemize. The former doesn't work for some reason...
121
eab8f8b2
KR
1222004-07-28 Kevin Ryde <user42@zip.com.au>
123
124 * misc-modules.texi (Formatted Output): Rewrite, describing escapes
125 and parameters in detail.
126 * guile.texi (@le, @ge): New macros for ifnottex.
127
34111015
KR
1282004-07-24 Kevin Ryde <user42@zip.com.au>
129
e759bc7c
KR
130 * guile.texi (@nicode): Use @alias instead of @macro, for correct
131 handling of backslashes.
132
317b4c4a
KR
133 * scheme-control.texi (Frames): Add @vindex for SCM_F_WIND_EXPLICITLY.
134
34111015
KR
135 * scheme-data.texi (String Syntax): Add all backslash forms accepted.
136 (Regexp Functions): Use @defvar for regexp/icase etc, to emphasise
137 that they're variables not symbols etc.
138
317b4c4a
KR
139 * scheme-smobs.texi (Smobs): In SCM_SMOB_OBJECT_LOC,
140 SCM_SMOB_OBJECT_2_LOC, SCM_SMOB_OBJECT_3_LOC, use {} to avoid "*"
141 getting into the index as part of the macro name.
142
34111015
KR
143 * srfi-modules.texi (SRFI-0): Revise for clarity, drop BNF in favour
144 of plain description, emphasise this is just for portable programs.
145
0523f1c0
MV
1462004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
147
148 * scheme-data.texi (Integers): Talk more about inexact and exact
149 integers.
150
7f6c5a88
KR
1512004-07-10 Kevin Ryde <user42@zip.com.au>
152
153 * srfi-modules.texi (SRFI-0): Add srfi-6 to the identifiers provided
154 by default.
155
33e57bbd
MV
1562004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
157
11c8f729
MV
158 * scheme-data.texi (Integers): Added docs for the new scm_is_,
159 scm_to_ and scm_from_ functions for integers.
160
39852cea
MV
161 * data-rep.texi (How Guile does it): Mark as being in limbo. All
162 the real documentation will be in the nodes "Programming in C" and
163 "API Reference".
164 (Boolean Data): Just refer to node "Booleans".
165
166 * gh.texi: Replace references to SCM_NFALSEP, etc with
167 scm_is_true, etc.
168
33e57bbd
MV
169 * scheme-data.texi (Booleans): Flag all function-like definitions
170 as "C Functions".
171
c309617c
MV
1722004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
173
174 * scheme-data.texi: Remove non-R5RS stuff from the 'rn' index.
175
176 * scheme-utility.texi: Added scm_is_eq, scm_eq_p, scm_eqv_p, and
177 scm_equal_p.
178
71ab4b50
MV
1792004-07-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
180
181 * scheme-data.texi (Booleans): Added reference entries for
182 scm_is_true, scm_is_false, scm_is_bool, scm_from_bool, and
183 scm_to_bool.
184
e4e4449c
MV
1852004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
186
187 * Makefile.am: Removed home-grown code for HTML generation.
188 Automake does it for us now.
189
190 * guile.texi, scheme-scm.texi: Do not use TeXinfo markup in
191 section or node names.
192
6293838c
RB
1932004-06-20 Rob Browning <rlb@defaultvalue.org>
194
195 * srfi-modules.texi (SRFI-31): add documentation for srfi-31.
196
6123c3bc
KR
1972004-05-19 Kevin Ryde <user42@zip.com.au>
198
199 * Makefile.am (CLEANFILES): Remove guile.cps guile.fns guile.rns
200 guile.tps guile.vrs guile.tmp, cleaned by automake these days.
201
c1e7caf7
MV
2022004-05-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
203
204 * scheme-smobs.texi: Updated for new SCM_SMOB_* macros.
205
206 * preface.texi: Moved around the sections so that the manual
207 overview comes first.
208
209 * libguile-smobs.texi: Updated for the new role of scm_t_bits.
210
3229f68b
MV
2112004-04-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
212
213 * Big reorganization of the whole manual to give it a simpler
214 structure.
215
682fb084
KR
2162004-03-25 Kevin Ryde <user42@zip.com.au>
217
218 * slib.texi (SLIB): Amend `require' cross reference node name, is
219 called "Require" in slib 3a1.
220
c344fddd
KR
2212004-03-23 Kevin Ryde <user42@zip.com.au>
222
223 * scheme-data.texi (Reals and Rationals): Typo in `rationalize'.
224
82ab7b18
KR
2252004-03-04 Kevin Ryde <user42@zip.com.au>
226
227 * posix.texi (Processes): Add setgroups.
228
229 * srfi-modules.texi (SRFI-26): New section.
230
2c143381
KR
2312004-02-21 Kevin Ryde <user42@zip.com.au>
232
238f1919 233 * scheme-evaluation.texi (Expression Syntax): Add @findex entries for
2c143381
KR
234 quote and quasiquote no longer using @deffn.
235
83078c1e
MV
2362004-02-20 Marius Vollmer <marius.vollmer@uni-dortmund.de>
237
238 * scheme-evaluation.texi (Expression Syntax): Turned syntax
239 description into a table, @deffn is not really up to the task.
240
ab32bd34
MV
2412004-02-18 Marius Vollmer <mvo@zagadka.de>
242
243 * guile.texi: Replaced list of authors with "The Guile
244 Developers".
245
246 * preface.texi (Contributors to the Manual): New section.
247
248 * scheme-evaluation.texi (Expression Syntax): Use an empty name
249 for the function call syntax definition. Otherwise, TeX complains
250 about unbalanced parenthesis.
251
573bc473
KR
2522004-02-18 Kevin Ryde <user42@zip.com.au>
253
254 * scheme-evaluation.texi (Expression Syntax): Fill section with
255 function calling etc, and quote and quasiquote.
256
257 * srfi-modules.texi (SRFI-9): Revise for detail and clarity. Don't
258 use ":foo" for example type name, since that depends on the keyword
259 reading option.
260
411a674a
MD
2612004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
262
263 * scheme-compound.texi (Hash Table Reference): Wrote a new entry
264 for hash-for-each-handle.
265
99fcc940
KR
2662004-02-16 Kevin Ryde <user42@zip.com.au>
267
268 * scheme-compound.texi (Sloppy Alist Functions): Amend error messages
269 shown to match current guile output.
270
c78a96e0
MD
2712004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
272
273 * scheme-compound.texi (Hash Table Reference): Renamed hash-map
274 --> hash-map->list.
275
c6e94bec
KR
2762004-02-15 Kevin Ryde <user42@zip.com.au>
277
278 * scheme-compound.texi (Hash Table Reference): In scm_hash_ref etc,
279 remove note that dflt must be given, it can be SCM_UNSPECIFIED.
280
281 * scheme-control.texi (while do): Expand and clarify `do', in
282 particular note iteration binds fresh locations, rather than values
283 "stored".
284
285 * srfi-modules.texi (SRFI-4): Revise for clarity, give each function
286 explicitly rather than showing TAG so Emacs info-look can find them,
287 merge "SRFI-4 - Read Syntax" and "SRFI-4 - Procedures" into just one
288 node.
289
ad94d5ce
KR
2902004-02-12 Kevin Ryde <user42@zip.com.au>
291
292 * scheme-compound.texi (Conventional Arrays): Revise for clarity.
293 In array-equal?, show multiple arguments allowed.
294 (Uniform Arrays): Remove duplicate array?.
295 * guile.texi (cross): New macro.
296
297 * scheme-compound.texi (Uniform Arrays): Note 1/3 prototype for
298 doubles is now an exact fraction.
299
300 * slib.texi (SLIB): Index entry for replacement `system'.
301
328df3e3
MD
3022004-01-28 Mikael Djurfeldt <mdj@chunk.mit.edu>
303
304 * scheme-compound.texi (Uniform Arrays): Added a FIXME warning
305 that the 1/3 prototype no longer works.
306
82b67748
MV
3072004-01-23 Marius Vollmer <mvo@zagadka.de>
308
309 * Makefile.am (guile_TEXINFOS): Added fdl.texi.
310
2153f459
MV
3112004-01-21 Marius Vollmer <mvo@zagadka.de>
312
313 Added copyright notices to all TeXinfo files.
314
315 * fdl.texi: New.
316 * guile.texi: Include it as an appendix.
317 * preface.texi: State that the manual is FDL.
318
165e14cf
KR
3192004-01-20 Kevin Ryde <user42@zip.com.au>
320
321 * preface.texi (Guile License): Note readline is GPL and manual has
322 its own copying terms. Describe briefly what the licenses mean in
323 practice.
324
325 * scheme-scheduling.texi (Higher level thread procedures): In monitor,
326 don't let "newly created" suggest a mutex created on every evaluation.
327 Note what "monitor" means.
328
329 * slib.texi (SLIB): Note `system' redefined by (ice-9 slib). Tweak
330 `require' example.
331
ff96677f
KR
3322004-01-11 Kevin Ryde <user42@zip.com.au>
333
334 * misc-modules.texi (Queues): New chapter.
335 * guile.texi (Top): Add it.
336
c95243c7
KR
3372004-01-09 Kevin Ryde <user42@zip.com.au>
338
339 * scheme-compound.texi (Bit Vectors): Revise for clarity, following
340 report by Rouben Rostamian. Remove #b() example, that syntax is not
341 accepted.
342
fc6bb283
MV
3432004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
344
345 * scheme-control.texi, scheme-io.tex, scheme-scheduling.texi:
346 Adapt to new 'frame' names. Document scm_c_with_fluid,
347 scm_c_with_fluids, and scm_frame_fluid.
348
aacff585
MV
3492004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
350
351 * scheme-control.texi: Document scm_on_unwind_with_scm and
352 scm_on_rewind_with_scm.
353
49c00ecc
MV
3542004-01-05 Marius Vollmer <mvo@zagadka.de>
355
356 * scheme-scheduling.texi: Document scm_with_[un]blocked_asyncs.
357
358 * scheme-io.texi: Document scm_with_current_<foo>_port.
359
dab514a8
MV
3602004-01-03 Marius Vollmer <mvo@zagadka.de>
361
362 * scheme-control.texi: Document the frames stuff and other random
363 changes.
364
441a25d9
KR
3652004-01-04 Kevin Ryde <user42@zip.com.au>
366
ec76b8f9
KR
367 * scheme-scheduling.texi (Threads): Note Guile uses POSIX threads, for
368 concurrency and preemption.
369 (C level thread interface): Note periodic libguile call required for C
370 code in threads, add commented out reminders for SCM_TICK and
371 guile-mode, for when those features are ready.
372
441a25d9
KR
373 * srfi-modules.texi (SRFI-1 Filtering and Partitioning): For partition
374 and partition!, emphasise the multi-value return, note partition may
375 share a tail with the given list.
376
377 * srfi-modules.texi (SRFI-1 Searching, SRFI-1 Deleting, SRFI-1
378 Association Lists): Note how member, delete, delete! and assoc extend
379 the corresponding core functions.
380
16f9b795
KR
3812003-11-25 Kevin Ryde <user42@zip.com.au>
382
383 * tools.texi (Macros guile-snarf recognizes): Correction to GOOPS
384 cross reference.
385
f24809dc
MV
3862003-11-19 Marius Vollmer <mvo@zagadka.de>
387
388 * scheme-data.texi: Include exact rationals.
389
390 From Stephen Compall. Thanks!
391
392 * intro.texi (What is Guile?): Add @acronym for POSIX, R5RS, GUI,
393 and HTTP. Conclude linking libguile. Say what one can find *for*.
394
395 * preface.texi (Manual Conventions): Double-quote some statements
396 formerly single-quoted. Remove some redundant quotes around code.
397 Clarify meaning of `iff' further for those that didn't get it the
398 first time 'round (like me). Make graphical indicators samples,
399 not code. Put results of evaluation on the same line as @result
400 symbols. Use @print example as example of total usage, and remind
401 readers not to forget the difference.
402
aff7e166
MV
4032003-11-17 Marius Vollmer <mvo@zagadka.de>
404
405 * scheme-modules.texi: Document '@' and '@@'.
406
407 * scripts.texi: Mention that "-e (@ ...)" also works.
408
8868e472
KR
4092003-11-15 Kevin Ryde <user42@zip.com.au>
410
411 * scheme-data.texi (Random): Add *random-state* variable, put note at
412 the top of the node about it being the default, rather than just in
413 the description of random.
414
59e8c5a3
MV
4152003-11-13 Marius Vollmer <mvo@zagadka.de>
416
417 * preface.texi (Manual Layout): Wrap POSIX, API, and SLIB in
418 @acronym. Change from paragraph format (somewhat clumsy-looking
419 on paper, at least) to @table format, with headers @strong. Made
420 example modules complete sentences. From Stephen Compall, thanks!
421
a07b5c18
KR
4222003-11-09 Kevin Ryde <user42@zip.com.au>
423
c2337a61
KR
424 * misc-modules.texi (Pretty Printing): Add new keyword options, break
425 example to avoid long line.
426
a07b5c18
KR
427 * scheme-data.texi (Random): In random, use @code for *random-state*.
428 Reported by Stephen Compall.
429
c2337a61
KR
430 * srfi-modules.texi (SRFI-1 Filtering and Partitioning): Move filter
431 and filter! ...
432 * scheme-compound.texi (List Modification): ... to here, now that
433 they're implemented in the core.
434
a5fda890
KR
4352003-11-03 Kevin Ryde <user42@zip.com.au>
436
437 * misc-modules.texi (File Tree Walk): New chapter.
438 * guile.texi: Add it.
439
2ec86560
KR
4402003-10-18 Kevin Ryde <user42@zip.com.au>
441
442 * gh.texi (Calling Scheme procedures from C, scm transition summary):
443 Refer to scm_list_n, not the old name scm_listify.
444 (scm transition summary): For gh_apply, recommend scm_apply_0, which
445 is now documented.
446
447 * gh.texi (Defining new Scheme procedures in C): Don't use
448 @strong{Note:}, latest makeinfo will complain it looks like a cross
449 reference.
450
451 * posix.texi (Time): Correction to strftime glibc cross reference
452 node, now "Formatting Calendar Time".
453
454 * srfi-modules.texi (SRFI-1 Searching): In break, note conflict with
455 binding established by `while'.
456
f09fe637
KR
4572003-10-09 Kevin Ryde <user42@zip.com.au>
458
459 * scheme-compound.texi (Hash Table Reference): Decribe rehashing, note
460 no hashx-remove!, describe make-hash-table size parameter.
461
6b5dc4ee
MV
4622003-10-06 Marius Vollmer <mvo@zagadka.de>
463
464 * scheme-memory.texi: Added a short explanation of the GC and the
465 conservative stack scanning.
466 (scm_gc_protect_object, scm_gc_unprotect_object,
467 scm_permanent_object): New.
468
469 * data-rep.texi, scheme-memory.texi (scm_remember_upto_here_1,
470 scm_remember_upto_here_2): Moved from data-rep.texi to
471 scheme-memory.texi.
472
8552a9c0
KR
4732003-10-02 Kevin Ryde <user42@zip.com.au>
474
475 * scheme-io.texi (String Ports): In call-with-output-string, note proc
476 should not close the port. In get-output-string, note string must be
477 gotten before closing the port.
478
a21ceb52
KR
4792003-09-21 Kevin Ryde <user42@zip.com.au>
480
481 * posix.texi (File System): In access?, reword a bit, clarify real
482 versus effective ID handling, cross reference glibc on that, and
483 recommend against access tests in library functions.
484
9f5e5b56
KR
4852003-09-13 Kevin Ryde <user42@zip.com.au>
486
487 * posix.texi (File System): In stat:dev and stat:mode, clarify that
488 both are numbers.
489
490 * posix.texi (Network Address Conversion): Under IPv4, describe
491 numeric representation in Guile, add INADDR_LOOPBACK and
492 INADDR_BROADCAST, add commented-out INADDR_NONE.
493
494 * scheme-compound.texi (Append/Reverse): Merge reverse and reverse!,
495 describe newtail parameter for reverse!, remove confusing caveat about
496 head becoming tail for reverse!.
497
498 * scheme-io.texi (Reading): In port-column, port-line,
499 set-port-column! and set-port-line!, port parameter must be given,
500 there's no default to current input.
501
502 * scheme-io.texi (Reading): Add scm_c_read.
503 (Writing): Add scm_c_write.
504
505 * srfi-modules.texi (SRFI-1 Constructors): Add list-copy.
506
89990cc6
KR
507 * srfi-modules.texi (SRFI-19): Rewrite, adding descriptions of all
508 functions, and a bit of an introduction.
509
53bb8782
KR
5102003-09-03 Kevin Ryde <user42@zip.com.au>
511
512 * scheme-data.texi (Keyword Primitives): Add examples to
513 make-keyword-from-dash-symbol and keyword-dash-symbol. Add
514 scm_c_make_keyword.
515
516 * scheme-data.texi (Symbol Primitives): In gensym, cross reference
517 uninterned symbols, use @w{} on " g" prefix to avoid any chance of a
518 line break obscuring it.
519
0f008a15
KR
5202003-08-30 Kevin Ryde <user42@zip.com.au>
521
522 * data-rep.texi (Remembering During Operations): Note
523 scm_remember_upto_here_1 applies only to C automatic variables.
524
525 * guile.texi: Move @contents to usual place after title page, and
526 after first menu since that looks nice in html.
527
528 * posix.texi (Ports and File Descriptors): In pipe PIPE_BUF, use
529 @defvar, reword a bit for clarity, cross reference glibc.
530
531 * posix.texi (Network Sockets and Communication): In socket, use
532 @defvar for protocol variables, cross reference for getprotobyname,
533 note it's usually connect and accept that establishes communication.
534
535 * posix.texi (Network Sockets and Communication): In socketpair,
536 clarify the return is a pair with ports in car and cdr, note
537 connection is full duplex, refer to socket for parameters, refer to
538 PF_UNIX rather than AF_UNIX.
539
540 * scheme-compound.texi (Append/Reverse): Merge append and append!,
541 shown parameters as lst1 ... lstN, describe list argument for
542 scm_append and scm_append_x and note that it's unmodified.
543
544 * scheme-compound.texi (Hash Table Reference): Add hashx- case
545 insensitive string example, add cross references to symbol-hash,
546 string-hash, string-hash-ci, and char-set-hash.
547
548 * scheme-control.texi (Multiple Values): In values, show args as "arg1
549 ... argN". In scm_values, note args is a list and returned object
550 shares structure with it.
551
552 * scheme-control.texi (Catch): Add scm_internal_catch.
553 (Lazy Catch): Add scm_internal_lazy_catch.
554
555 * scheme-data.texi (Arithmetic): Use a table for scheme to C libm
556 equivalences, add C99 trunc.
557
558 * scheme-procedures.texi (Lambda): Note ". rest" list argument is
559 always newly created.
560
561 * srfi-modules.texi (SRFI-1 Association Lists): In alist-delete and
562 alist-delete!, note argument order for the equality calls per SRFI-1
563 spec.
564
b71d6c47
KR
5652003-08-26 Kevin Ryde <user42@zip.com.au>
566
567 * scheme-data.texi (Scientific): Add two-argument atan.
568
412d82c4
KR
569 * tools.texi (How guile-snarf works): Need @@ for texinfo in example.
570
5712003-08-17 Kevin Ryde <user42@zip.com.au>
572
573 * scheme-compound.texi (Hash Table Reference): Collect up groups of
574 functions to avoid duplication. Revise notes on hashx functions and
575 on vector implementation. In make-hash-table, size is now optional.
576 Add hash-map and hash-for-each.
577
78c2d49c
KR
5782003-08-14 Kevin Ryde <user42@zip.com.au>
579
580 * scheme-control.texi (while do): Update `while' for code rewrite, in
581 particular describe break and continue.
582
ddff957c
KR
5832003-08-09 Kevin Ryde <user42@zip.com.au>
584
585 * scheme-memory.texi (Memory Blocks): Add index entries for deprecated
586 scm_must_malloc and friends.
587
8e5b4b9e
KR
5882003-07-29 Kevin Ryde <user42@zip.com.au>
589
590 * scheme-compound.texi (List Constructors): Remove scm_cons_star,
591 since it's not very helpful.
592
593 * scheme-utility.texi (Property Primitives): In primitive-property-ref,
594 note parameters to not-found-proc, use hyphens rather than underscores
595 for that parameter name.
596 In primitive-property-set!, VAL is the value parameter not CODE.
597
48513dcd
KR
5982003-07-24 Kevin Ryde <user42@zip.com.au>
599
600 * scheme-control.texi (Dynamic Wind): Untabify.
601 (Multiple Values): Use @result.
602 Reported by Stephen Compall <s11@member.fsf.org>.
603
604 * scheme-control.texi (Continuations): Rewrite with more detail.
605
606 * scheme-scheduling.texi (System asyncs): Add index entries for C
607 functions.
608
609 * scheme-scheduling.texi (Parallel Forms): New section.
610
44e874b5
KR
6112003-07-18 Kevin Ryde <user42@zip.com.au>
612
613 * scheme-compound.texi (List Constructors): In list, use "elem1
614 ... elemN". Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
615 scm_list_5, scm_list_n. Remove scm_list, since it's a no-op.
63708c3b 616 * guile.texi (nicode): New macro.
44e874b5 617
67081a34
KR
618 * scheme-evaluation.texi (Fly Evaluation): In apply, reword for
619 clarity, drop the "append" example. Add scm_apply, scm_apply_0,
620 scm_apply_1, scm_apply_2, scm_apply_3.
621 Add scm_call_0, scm_call_1, scm_call_2, scm_call_3.
622 In apply:nconc2last, move down after "apply", reword for clarity, note
623 correspondence to apply params.
624
0a52dd47
KR
625 * srfi-modules.texi (SRFI-0): Add cond-expand index entry.
626 (SRFI-9): Add define-record-type index entry.
627
0b7d5c6c
KR
6282003-07-12 Kevin Ryde <user42@zip.com.au>
629
630 * srfi-modules.texi (SRFI-1 Constructors): In iota, reword a bit for
631 clarity and add a couple of examples.
632
b58c85ce
KR
6332003-07-10 Kevin Ryde <user42@zip.com.au>
634
635 * deprecated.texi (Deprecated): Add scm_remember.
636
86440448
KR
6372003-06-22 Kevin Ryde <user42@zip.com.au>
638
639 * data-rep.texi (Remembering During Operations): Refer to all "Guile
640 library functions" as provoking gc.
641
67116e5e
KR
6422003-06-19 Kevin Ryde <user42@zip.com.au>
643
644 * scheme-io.texi (File Ports): Describe call-with-input-file and
645 call-with-output-file together. Describe with-input-from-file,
646 with-output-to-file and with-error-to-file together, and add that they
647 use dynamic-wind on the current port setting and keep the port open in
648 support of captured continuations.
649 (Closing): Describe close-input-port and close-output-port together,
650 tweak the wording slightly.
651
df7986ca
KR
6522003-06-14 Kevin Ryde <user42@zip.com.au>
653
67116e5e
KR
654 * data-rep.texi (Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
655 and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations".
656
df7986ca
KR
657 * scheme-data.texi (Arithmetic): round is to nearest even.
658
b72cfff1
KR
6592003-06-12 Kevin Ryde <user42@zip.com.au>
660
661 * data-rep.texi (Remembering During Operations): New section.
662
663 * scheme-data.texi (Primitive Numerics): Add atan2, pow, asinh, acosh
664 and atanh to scheme<->C table. Note asinh, acosh and atanh are C99,
665 and scm_asinh, scm_acosh and scm_atanh are equivalents. Cross ref
666 glibc "Mathematics". Reword this end part for clarity.
667
668 * scheme-memory.texi (Memory Blocks): Use {} around types for
669 @deftypefn, for correct name in indexes.
670 * scheme-utility.texi (C Hooks): Ditto.
671 * gh.texi (Scheme to C): Ditto.
672
673 * gh.texi (Scheme to C): In gh_scm2newstr, lenp is size_t* not int*.
674 This changed in guile 1.6, the docs weren't updated.
675
067067e4
MV
6762003-06-09 Marius Vollmer <mvo@zagadka.de>
677
678 From Mike Gran <spikegran@earthlink.net>. Thanks!
679
680 * preface.texi: Minor punctuation mistakes. Hyphens should link
681 compound adjectives. Commas should be placed after a "therefore"
682 that begins a sentence. Commas should not be used to separate a
683 list of only 2 dependent clauses.
684
ae0bdfe0
KR
6852003-06-07 Kevin Ryde <user42@zip.com.au>
686
687 * scheme-data.texi (Arithmetic): Cross reference glibc floor and ceil.
688
e418bd7c
KR
6892003-06-05 Kevin Ryde <user42@zip.com.au>
690
691 * posix.texi (File System): stat:rdev and stat:blocks can return #f,
692 stat:blksize returns a sensible size if the field is not available.
693
694 * scheme-compound.texi (Array Mapping): Reword for clarity, and in
695 particular have the same parameter names in the text and prototypes.
696
697 * scheme-evaluation.texi (Delayed Evaluation): Add delay, reword
698 promise? and force a bit, describe recursive forcing of a promise by
699 its own code.
700
dc07c1a1
KR
701 * scheme-io.texi (Ports): Add notes on garbage collection, and on
702 explicitly closing file ports.
703 (File Ports): Cross reference Ports node on explicit closing.
704
705 * posix.texi (Network Sockets and Communication): Cross reference
706 Ports node on explicit closing.
707
e418bd7c
KR
708 * scheme-scheduling.texi (Futures): New section.
709
710 * srfi-modules.texi (SRFI-13 Miscellaneous): In string-replace, note
711 that start1 and end1 optional is a Guile extension.
712
c47e2599
KR
7132003-05-30 Kevin Ryde <user42@zip.com.au>
714
715 * deprecated.texi: Add substring-move-left! and substring-move-right!.
716
717 * scheme-io.texi (Default Ports): Remove duplicate descriptions of
718 set-current-output-port and set-current-error-port.
719
42ad901d
DH
7202003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
721
722 * scheme-compound.texi: Clarified that vectors need to be quoted.
723
5e25cd39
KR
7242003-05-26 Kevin Ryde <user42@zip.com.au>
725
726 * posix.texi (Locales): Clarify setlocale a bit, list all categories,
727 cross reference to libc.
728
f9c3ffce
KR
7292003-05-24 Kevin Ryde <user42@zip.com.au>
730
731 * scheme-procedures.texi: Add index entries lambda, optargs, syncase.
732
733 * scsh.texi (The Scheme shell (scsh)): Add index entries.
734
d97f609a
KR
7352003-05-22 Kevin Ryde <user42@zip.com.au>
736
737 * srfi-modules.texi (SRFI-2): Rewrite and-let*, describing plain
738 expression clauses and improving the examples.
739
1ee1076e
MV
7402003-05-17 Marius Vollmer <mvo@zagadka.de>
741
742 * posix.texi (socket): Use PF_ instead of AF_ prefix.
743
f6b77266
KR
7442003-05-16 Kevin Ryde <user42@zip.com.au>
745
746 * guile.texi: Use @copying, show copyright and permissions at start of
747 info and html.
748
749 * srfi-modules.texi (SRFI-1 Deleting): Rewrite delete and
750 delete-duplicates, adding behaviour details specified by srfi-1.
751
332a621b
KR
7522003-05-12 Kevin Ryde <user42@zip.com.au>
753
754 * preface.texi (Guile License): Refer to COPYING.LIB.
755
756 * repl-modules.texi (Loading Readline Support, Readline Options):
757 Index entries for readline functions.
758
759 * scheme-control.texi (Handling Errors): Fix regexp error key, should
760 be `regular-expression-syntax'.
761
762 * scheme-data.texi (Complex): Show z argument in prototypes.
763
9cb16d5d
KR
7642003-05-10 Kevin Ryde <user42@zip.com.au>
765
d25e96a4
KR
766 * scheme-data.texi (Reals and Rationals): Fix typo @result{#f}, and
767 put @result outside @code.
768
769 * scheme-data.texi (Bitwise Operations): Note negatives are treated as
770 infinite precision twos complement. Revise `ash' to emphasise this
771 for right shifts of negatives. Describe integer-length behaviour on
772 negatives. Add `...' to logand, logior, logxor since they take
773 multiple parameters.
056f9269 774 * guile.texi (m): New macro.
d25e96a4 775
9cb16d5d
KR
776 * scheme-control.texi (Handling Errors): Revise C support section to
777 get index entries, and clarify parameters. Remove scm_regex_error, no
778 longer exists and wasn't available to applications.
779
d25e96a4
KR
780 * scheme-control.texi (Handling Errors): Index entries for error keys.
781
80dd1cb0 7822003-05-08 Kevin Ryde <user42@zip.com.au>
49584bf2 783
0c935fce
KR
784 * scheme-data.texi (Bitwise Operations): Fix lognot to ones-complement.
785
49584bf2
KR
786 * slib.texi (JACAL): Fix @ref title.
787 Add index entries, use @file and @code variously.
788
d963e93f
KR
7892003-05-06 Kevin Ryde <user42@zip.com.au>
790
791 * scheme-scheduling.texi (C level thread interface): Use @deftypefn
792 not @deftypefun, to get function names (not types) indexed.
793
794 * scheme-options.texi (Build Config): Add index entries for
795 %guile-build-info keys.
796
272f8235
KR
7972003-05-04 Kevin Ryde <user42@zip.com.au>
798
799 * scheme-data.texi (Integer Operations): Describe how quotient,
800 remainder and modulo round their results.
801
44357057
KR
802 * scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
803 in @rnindex. In port-column, use @: after i.e.
a7b0aa50
KR
804 (Writing): In get-print-state, two spaces after full stop. Add write,
805 revise display.
44357057 806
272f8235
KR
807 * srfi-modules.texi (SRFI-1 Length Append etc): Add count.
808 (SRFI-1 Fold and Map): In reduce, fix typo "... variant of fold", add
809 "f" to fold call shown. In reduce-right, use @code on "reduce".
810
811 * data-rep.texi, gh.texi: Add spaces after some @defun names.
812 * posix.texi (Processes): Fix typo "hhhh".
813
2ce02471
NJ
8142003-05-01 Neil Jerram <neil@ossau.uklinux.net>
815
816 * posix.texi: Add index entries for many variables and functions,
817 either using @defvar/@deffn or @vindex/@pindex. (Patch supplied
818 by Kevin Ryde.)
819
1a61d41b
MV
8202003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
821
822 * posix.texi (scm_c_port_for_each): Added.
823
a95dbade
NJ
8242003-04-26 Neil Jerram <neil@ossau.uklinux.net>
825
d513f5c6
NJ
826 * scheme-data.texi (Symbol Primitives): Document scm_str2symbol
827 and scm_mem2symbol.
828
63bf8015
NJ
829 * data-rep.texi (Describing a New Type): Clarify that
830 scm_make_smob_type_mfpe is deprecated. (Thanks to
831 tomas@fabula.de.)
832
a95dbade
NJ
833 * scheme-control.texi (Handling Errors): Remove scm_sysmissing,
834 long since gone from libguile. (Thanks to Kevin Ryde.)
835
2d697a0a
RB
8362003-04-23 Rob Browning <rlb@defaultvalue.org>
837
838 * posix.texi (Processes): add documentation for system*.
839
fc87c27a
MV
8402003-04-05 Marius Vollmer <mvo@zagadka.de>
841
842 * preface.texi: Reflect change to LGPL.
843
08c7666d
RB
8442003-03-27 Rob Browning <rlb@defaultvalue.org>
845
846 * scheme-io.texi (Reading): clarify character ordering in port for
847 unread-string.
848
dbd6bd29
RB
8492003-03-07 Rob Browning <rlb@defaultvalue.org>
850
851 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
852 choke TeX (thanks to Dale P. Smith).
853
854 * preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
855 don't choke TeX (thanks to Dale P. Smith).
856
1767a0e0
MD
8572003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
858
859 * scheme-scheduling.texi (Low level thread primitives): Fixed typo
860 in broadcast-condition-variable.
861
b2cbe8d8
RB
8622002-12-08 Rob Browning <rlb@defaultvalue.org>
863
864 * scheme-options.texi (Build Config): add effective-version docs.
865
7403e409
NJ
8662002-11-17 Neil Jerram <neil@ossau.uklinux.net>
867
82512be0
NJ
868 Applied patches from Stephen Compall as follows. (Thanks!)
869
870 2002-11-06 Stephen Compall <rushing@sigecom.net>
871
872 * posix.texi: Changed quotes to match Texinfo expectations.
873
874 Added references to the glibc manual.
875
876 Used proper Texinfo text marking for many keywords, such as @code,
877 @samp, @env, @var.
878
879 Fixed argument metasyntactic variable references in
880 file-manipulation section so the usage in the descriptions matches
881 the usage in the declarations.
7403e409
NJ
882
883 2002-10-26 Stephen Compall <rushing@sigecom.net>
884
885 * scheme-data.texi: Addition and change of many Texinfo tags,
886 particularly usage of @var and @samp, as well as reformatting of
887 some lists into tables and usage of @result.
888
889 Notes about some things I didn't understand, as well as a
890 missing section on non-control characters.
891
d703aba5
GH
8922002-10-27 Gary Houston <ghouston@arglist.com>
893
894 * scheme-modules.texi (Environments): only available when
895 (ice-9 r5rs) is used.
896 * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
897
a48c626f
MV
8982002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
899
900 * scheme-scheduling.texi: Updated mutex and condition varable
901 functions.
902
9a69a50e
NJ
9032002-10-27 Neil Jerram <neil@ossau.uklinux.net>
904
905 * debugging.texi (Debugging Features): Rewritten.
906
0a50eeaa
NJ
9072002-10-19 Neil Jerram <neil@ossau.uklinux.net>
908
909 * new-docstrings.texi, scheme-binding.texi, scheme-io.texi,
910 scheme-scheduling.texi, posix.texi: Automatic docstring updates.
911
e7d58d26
MV
9122002-10-14 Marius Vollmer <mvo@zagadka.ping.de>
913
914 * intro.texi (Whirlwind Tour): Added pointer to examples
915 directory.
916
acfa1f52
MV
9172002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
918
919 * scheme-scheduling.texi (System Asyncs): Updated.
920
66894177
MV
9212002-10-07 Marius Vollmer <mvo@zagadka.ping.de>
922
923 * scheme-scheduling.texi (Asyncs): Updated.
924 * posix.texi (sigaction): Updated.
925
66add4eb
NJ
9262002-10-03 Neil Jerram <neil@ossau.uklinux.net>
927
928 * posix.texi (Processes), scheme-options.texi (Common Feature
929 Symbols): Refer to provided? rather than deprecated feature?.
930
ba20db9b
MV
9312002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
932
933 * tools.texi (How guile-snarf works): Updated.
934 (Writing your own snarfing macros): New.
935
c936bede
NJ
9362002-09-25 Neil Jerram <neil@ossau.uklinux.net>
937
938 * scheme-debug.texi (Debugging): Make sections into nodes.
939 (Debugging Options): Node removed.
940
941 * scheme-options.texi (Feature Tracking): Brought forward before
942 sections on options.
943 (Runtime Options): New section, to group options-related nodes.
944
9452002-09-24 Neil Jerram <neil@ossau.uklinux.net>
946
947 * scheme-options.texi (Options and Config): Chapter name changed,
948 and intro text improved.
949 (Install Config): Brought forward, and renamed Build
950 Configuration.
951
952 The following doc updates are from Ian Sheldon - thanks!
953
954 * scheme-data.texi (Appending Strings, Regexp Functions, Match
955 Structures): Add examples.
956 (Regular Expressions): Add instruction to use (ice-9 regex)
957 module.
958
959 * slib.texi (SLIB): Remove duplicate `the'.
960
9612002-09-22 Neil Jerram <neil@ossau.uklinux.net>
962
963 * scheme-options.texi (General option interface): Mention
964 eval-options-interface and debug-options-interface.
965
966 * scheme-debug.texi (Debugging): New node describing source
967 properties.
968
c15030be
NJ
9692002-09-19 Neil Jerram <neil@ossau.uklinux.net>
970
971 * scheme-utility.texi (Hook Reference): Improvements to hook docs.
972 Thanks to Thien-Thi Nguyen for the patches.
973
2047e5d7
MV
9742002-09-16 Marius Vollmer <mvo@zagadka.ping.de>
975
976 * scheme-data.texi (Symbol Props): It's "set-symbol-property!",
977 not "set-symbol-property". Thanks to Pieter Pareit!
978
6f663ebc
MV
9792002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
980
981 * scheme-data.texi: Tell them to use 'provided?' instead of
982 '*feaures*'.
983
af31a24f
MV
9842002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
985
1381c506
MV
986 * scheme-ideas.texi (Creating a Procedure): Fixed typo. Thanks to
987 Pieter Pareit!
988
35e791bd
MV
989 * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
990 of "libguile.a". Some small fixes/improvements.
991
af31a24f
MV
992 * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
993 it's too generic. Updated 'teach yourself ...' URL.
994
44ecca61
MV
9952002-08-27 Marius Vollmer <mvo@zagadka.ping.de>
996
af31a24f 997 * scheme-modules.texi: Markup fixes and removal of gh_ references.
44ecca61
MV
998 Thanks to Dale Smith!
999
29dae8f8
MV
10002002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
1001
1002 * scheme-evaluation.texi (eval-string): Updated.
1003
1004 * scheme-scheduling.texi (Fluids): Touched up a bit, added
1005 with-fluids.
1006
28ab7725
MV
10072002-08-13 Marius Vollmer <mvo@zagadka.ping.de>
1008
1009 * scheme-modules.texi (More Modules Procedures): Removed.
1010 (Accessing Modules from C): New.
1011
f631e15e
GH
10122002-08-10 Gary Houston <ghouston@arglist.com>
1013
08b98c54
GH
1014 * scheme-procedures.texi: new section Primitive Procedures,
1015 documentation for scm_c_make_gsubr and scm_c_define_gsubr.
1016 * scheme-modules.texi (Compiled Code Modules): replace
1017 gh_new_procedure with scm_c_define_gsubr.
f631e15e 1018
bcf009c3
NJ
10192002-08-08 Neil Jerram <neil@ossau.uklinux.net>
1020
395b0a34
NJ
1021 * gh.texi (Data types and constants defined by gh): Avoid
1022 generating index entry for SCM.
1023
1024 * posix.texi (Runtime Environment): Remove duplicate doc for
1025 setenv.
1026
bcf009c3
NJ
1027 * data-rep.texi, scheme-memory.texi, scheme-modules.texi: Merge
1028 recent updates from stable branch.
1029
1030 * posix.texi (File System, Time, Pipes, Network Databases,
1031 Internet Socket Examples): Add examples provided by Ian Sheldon.
1032
00706edc
MV
10332002-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1034
1035 * scheme-binding.texi: Don't talk about 'bound?' which is gone.
1036 Thanks to Christopher Cramer.
1037
ba1b2226
HWN
10382002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1039
1040 * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
1041 correct typos.
1042
3d0f4c62
MV
10432002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1044
1045 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
1046 rdelim)) to an example that uses read-line. Thanks to Ralf
1047 Mattes!
1048
1049 * scheme-memory.texi: Added an introductory blurb about GC that I
1050 had lying around.
1051
c3164ca8
GH
10522002-08-02 Gary Houston <ghouston@arglist.com>
1053
1054 * scheme-modules.texi: split "Scheme and modules" into
1055 "provide and require" and "Environments". Mention R5RS
1056 environments.
1057
3db03338
NJ
10582002-07-16 Neil Jerram <neil@ossau.uklinux.net>
1059
1060 * scheme-options.texi (Debugger options): New subsection
1061 describing stack overflow and what to do about it.
1062
dd235de4
GH
10632002-07-10 Gary Houston <ghouston@arglist.com>
1064
1065 * scheme-modules.texi (Compiled Code Modules): Removed description
1066 of scm_register_module_xxx, which no longer exists. A description
1067 of current techniques is needed.
1068
e717bf46
MV
10692002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
1070
1071 * scheme-data.texi (Numbers): Added description of the new values
1072 +inf.0, -inf.0 and +nan.0.
1073
1074 * posix.texi (Runtime Environment): Added entries for 'setenv' and
1075 'unsetenv'.
1076
10772002-04-28 Marius Vollmer <mvo@zagadka.ping.de>
1078
1079 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
1080 from gh.texi to data-rep.texi. Both files already had similar
1081 descriptions for SCM. Given that gh.texi is deprecated, looking
1082 up `SCM' in the index should take one to the primary location
1083 rather than deprecated section. Hence this change. Added
1084 `@deftp' for scm_t_bits data type so that a proper index entry is
1085 added for this. Thanks to Richard Y. Kim!
1086
1087 * data-rep.texi (Subrs): Changed scm_make_gsubr to
1088 scm_c_define_gsubr. Thanks to Richard Y. Kim!
1089
efb7d2fc
MV
10902002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
1091
1092 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
1093 string-tokenize.
1094
1982a56a
NJ
10952002-04-20 Neil Jerram <neil@ossau.uklinux.net>
1096
ce9d0562
NJ
1097 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
1098 Node moved from a to b.
1099
1100 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
1101 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
1102 Tools, Further Reading): Moved to new Part II.
1103
1104 * preface.texi (Manual Layout): Part numbers updated accordingly.
1105
1106 * guile.texi (Top): Move API Overview node to beginning of Guile
1107 API Reference part.
1108 (Part II: Writing and Running Guile Scheme): New part; will
1109 contain content from `Programming with Guile' that pertains to
1110 writing and using Guile on the Scheme level.
1111
1112 * scm.texi (API Overview): Renamed from `Guile API'.
1113
1114 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
1115 Debugger User Interface node renamed Debugging Features.
1116
1117 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
1118 material moved to scheme-debug.texi.
1119 (Debugging Features): Renamed from `Debugger User Interface'.
1120
f2ba76ae
NJ
1121 * scheme-debug.texi (Debugging): Rename chapter `Debugging
1122 Infrastructure' and reorganize its contents.
1123
1124 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
1125 Errors): Move display-error to error-focussed section.
1126
1127 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
1128 backtrace to user-level debugging chapter.
1129
1130 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
1131 Properties): Move procedure-name, procedure-source and
1132 procedure-environment to procedures chapter.
1133
1134 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
1135 Blocks): Move malloc-stats to memory management chapter.
1136
1137 * scheme-procedures.texi (Syntax Rules): Remove mention of
1138 use-modules for loading syncase; only use-syntax really works.
1139 Thanks to Panagiotis Vossos for spotting this.
1140
1982a56a
NJ
1141 * program.texi (Scheme vs C): New node, with existing material
1142 taken from chapter intro.
1143 (Programming Overview): New intro para to introduce example of
1144 Guile integration:
1145 (Extending Dia): New node.
1146
dc006627
MV
11472002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
1148
1149 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
1150 guile.tps, guile.vrs, guile.tmp.
1151
755de645
NJ
11522002-04-01 Neil Jerram <neil@ossau.uklinux.net>
1153
0624ce33
NJ
1154 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
1155 Guile Extensions index.
1156
1157 * guile.texi: Removed Guile Extensions index.
1158
1159 * scheme-indices.texi (Guile Extensions Index): Removed.
1160
1161 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
1162 macros; they're not actually useful after all. Update copyright
1163 years.
1164
1165 * scheme-compound.texi (Vectors): Make subsections into nodes.
1166 (Vectors): Review, slightly reorg and clarify docs in this
1167 section.
1168
755de645
NJ
1169 * scheme-data.texi (Symbols): Reorganized node substructure and
1170 added lots of explanatory text around the @deffn's.
1171
e8f1ff71
NJ
11722002-03-29 Neil Jerram <neil@ossau.uklinux.net>
1173
755de645
NJ
1174 * scheme-modules.texi (Variables): Mention obarrays.
1175
1176 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
1177 markers for deprecated symbol items.
1178 (Symbol Props): Remove doc for obsolete 2 arg version of
1179 symbol-interned?.
1180 (String Miscellanea): Removed, since it only contained duplicate
1181 doc for string-ci->symbol.
1182 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
1183 section removed.
1184
e8f1ff71
NJ
1185 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
1186 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
1187 eval2 and read-and-eval!.
1188
1189 * data-rep.texi (Describing a New Type), scheme-compound.texi
1190 (Append/Reverse), scheme-procedures.texi (Internal Macros):
1191 Trivial updates to sync with stable branch.
1192
801892e7
NJ
11932002-03-27 Neil Jerram <neil@ossau.uklinux.net>
1194
1195 * scheme-compound.texi (List Searching): Remove docs for
1196 `scm_sloppy_mem*', which no longer exist.
1197
11982002-03-24 Neil Jerram <neil@ossau.uklinux.net>
1199
1200 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
1201 Package): Use @ifnottex instead of @ifinfo, so that HTML
1202 generation works correctly.
1203
e31a525e
MV
12042002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
1205
1206 * tools.texi: Updated to reflect changes to the guile-snarf tool.
1207
c16da59f
NJ
12082002-03-16 Neil Jerram <neil@ossau.uklinux.net>
1209
1210 * scheme-utility.texi (Hooks): Further updates. New material on
1211 GC hooks.
1212
1213 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
1214 eval2 and read-and-eval!.
1215
1216 * deprecated.texi (Deprecated): Remove docs about previously
1217 deprecated items that have now been removed.
1218
34ad73ed
TTN
12192002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
1220
1221 * tools.texi (guile-1.4 guile-snarf): Remove this node.
1222 (How guile-snarf works): Update usage and description to
1223 no longer mention "--compat=1.4" and instead "-d" and "-D".
1224 (Macros guile-snarf recognizes): Add list of deprecated macros
1225 and blurb. Add cindex for deprecated macros.
1226
198586ed
NJ
12272002-03-15 Neil Jerram <neil@ossau.uklinux.net>
1228
387d418c
NJ
1229 * scheme-utility.texi (Hooks): Reviewed and updated.
1230
1231 * scheme-options.texi (Feature Tracking): New section.
1232
1233 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
1234 description of corresponding C functions.
1235
198586ed
NJ
1236 * scheme-utility.texi (Object Properties): Revamp documentation on
1237 object properties.
1238
1239 * scheme-memory.texi (Weak References): Update reference to Object
1240 Properties node.
1241
1242 * guile.texi: Add macros for describing version information.
1243
1244 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
1245 scheme-procedures.texi: Automatic updates from snarfed libguile
1246 docstrings.
1247
13b68204
TTN
12482002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
1249
1250 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
1251
2287fb53
TTN
1252 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
1253 new processing steps. Update usage example, makefile frag.
1254
1255 (guile-1.4 guile-snarf): New subsubsection under
1256 "Init Snarfing with guile-snarf".
1257
413d32b6
NJ
12582002-03-12 Neil Jerram <neil@ossau.uklinux.net>
1259
21b83aab
NJ
1260 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
1261 Automatic updates from snarfed libguile docstrings.
1262
413d32b6
NJ
1263 * data-rep.texi, guile.texi, scheme-evaluation.texi,
1264 scheme-options.texi, scheme-translation.texi: Various minor
1265 enhancements ported from the stable CVS branch.
1266
1ebf1566
TTN
12672002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
1268
1269 * tools.texi (Miscellaneous Tools): New node/chapter.
1270 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
1271 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
1272 (Executable Modules): Now a section under "Miscellaneous Tools".
1273
1274 * guile.texi (Miscellaneous Tools): Add under "Part II".
1275 Implement by including tools.texi.
1276
1277 * Makefile.am (guile_TEXINFOS): Add tools.texi.
1278
12792002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
1280
1281 * tools.texi: New file.
1282
a3f0622d
NJ
12832002-03-03 Neil Jerram <neil@ossau.uklinux.net>
1284
1285 * autoconf.texi (Autoconf Background): Insert missing `of'.
1286
228a24ef
DH
12872002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1288
1289 * api.txt, data-rep.texi: Renamed the struct scm_cell to
1290 scm_t_cell.
1291
1292 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
1293 scm_alloc_double_cell to scm_double_cell.
1294
eee065c4
MV
12952002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
1296
1297 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
1298 section.
1299
621f22b1
MV
13002002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
1301
1302 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
1303 scm_must_malloc and free in example code. Updated text for the
1304 new memory management functions.
1305
1306 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
1307 of to scm_must_malloc.
1308
edb810bb
SJ
13092002-02-27 Stefan Jahn <stefan@lkcc.org>
1310
1311 * gh.texi (scm transition summary): Documented some more
1312 gh equivalents and removed appropriate FIXME's.
1313
327d4dd3
TTN
13142002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1315
1316 * Makefile.am: Update path to pre-inst-guile automake frag.
1317
8794fdca
RB
13182002-02-24 Rob Browning <rlb@defaultvalue.org>
1319
1320 * .cvsignore: add autoconf-macros.texi.
1321
1322 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
1323
bd75ebc3
MV
13242002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
1325
1326 * scheme-memory.texi (Memory Blocks): New section.
1327
5e9d88a4
TTN
13282002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1329
1330 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
1331
1332 (GUILE): Delete var.
1333 (autoconf-macros.texi): Use $(preinstguiletool).
1334
7c5c2796
TTN
13352002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1336
1337 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
1338 (Autoconf Support): Add new sections to menu.
1339
402e687c
MV
13402002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1341
1342 * scheme-data.texi (Symbol Uninterned): Added node.
1343
f74fa0a0
SJ
13442002-01-29 Stefan Jahn <stefan@lkcc.org>
1345
1346 * gh.texi (scm transition summary): Documented gh equivalents
1347 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
1348 and removed the appropriate FIXME's.
1349
68cf83e0
MV
13502002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1351
1352 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
1353 when invoking the uninstalled guile executable.
1354
5b156bcd
TTN
13552002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
1356
1357 * Makefile.am (autoconf-macros.texi): Fix build bug:
1358 Write this file to srcdir. Thanks to I. N. Golubev.
1359
8430281a
GH
13602002-01-08 Gary Houston <ghouston@arglist.com>
1361
1362 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
1363 when building autoconf-macros.texi. There are still problems with
1364 modules and running makeinfo when builddir != srcdir.
1365
a3e49ac1
TTN
13662002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
1367
1368 * data-rep.texi, gh.texi, guile.texi, intro.texi,
1369 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
1370 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
1371 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
1372 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
1373 scheme-modules.texi, scheme-procedures.texi,
1374 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
1375 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
1376
4902ea64
NJ
13772002-01-07 Neil Jerram <neil@ossau.uklinux.net>
1378
1379 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
1380 `do'). Thanks to Fabrice Bauzac.
1381
f1597833
TTN
13822002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1383
1384 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
1385
4d9678fd
TTN
13862002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
1387
1388 * guile.texi (Part II): Add "Autoconf Support"; include
1389 autoconf.texi.
1390
1391 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
1392 autoconf-macros.texi.
1393 (autoconf.texi, autoconf-macros.texi): New rules.
1394
1395 * autoconf.texi: New file.
1396
0fabb425
MV
13972001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
1398
1399 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
1400 "Pierre". Thanks to Ron Peterson!
1401
226297eb
NJ
14022001-12-22 Neil Jerram <neil@ossau.uklinux.net>
1403
1404 * program.texi (Programming Overview): Chapter renamed from
1405 `Programming Options'; some new material added.
1406
a7a7bb95
NJ
14072001-12-07 Neil Jerram <neil@ossau.uklinux.net>
1408
1409 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
1410 broadened so that this chapter discusses the Guile API as a whole.
1411
1412 * program.texi (Available Functionality): Revise so that text
1413 reads better.
1414
1415 * guile.texi (Programming Intro): New introductory text.
1416
1417 * scheme-ideas.texi (Definition): Reorder reference bullets in
1418 ascending page number order.
1419
923d5b87
MG
14202001-12-04 Martin Grabmueller <mg@glug.org>
1421
1422 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
1423 either.
1424
2a946b44
NJ
14252001-12-01 Neil Jerram <neil@ossau.uklinux.net>
1426
4c731ece
NJ
1427 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
1428
1429 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
1430
2a946b44
NJ
1431 * scheme-data.texi (Variables): Node moved to modules chapter.
1432 (Symbol Read Syntax): New node, with syntax-related material taken
1433 from old Symbols node.
1434 (Symbol Primitives): Renamed from `Symbols'.
1435 (Symbols and Variables): Renamed to `Symbols'.
1436 (Symbol Props): Renamed from `Symbol Tables'.
1437 (Symbols): General review, improvements and additional material
1438 throughout this section.
4c731ece
NJ
1439 (Other Data Types): New material: links to object types documented
1440 elsewhere. Also renamed node to `Other Types'.
1441 (Data Types): Split into two: `Simple Data Types' and `Compound
1442 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
1443
1444 * guile.texi: Updated Notes comment.
1445
1446 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
1447 part, as the Rx interface is not core Guile.
1448
14492001-11-30 Neil Jerram <neil@ossau.uklinux.net>
1450
1451 * scheme-data.texi (String Miscellanea): Removed, moving doc for
1452 string-ci->symbol into the node on Symbols.
1453
1454 * Makefile.am (ETAGS_ARGS): Added.
1455
1456 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
1457 intern-symbol, string->obarray-symbol, symbol-binding,
1458 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
1459 of which no longer exist.
1460
5f7dd1ca
TTN
14612001-11-25 Thien-Thi Nguyen <ttn@glug.org>
1462
1463 * posix.texi: Fix spelling. Thanks to Chris Cramer.
1464 Reword `getpass' intro blurb.
1465
c276c3e3
NJ
14662001-11-23 Neil Jerram <neil@ossau.uklinux.net>
1467
1468 * program.texi (Program Control): Remove spurious placeholder
1469 text.
1470
19a35d19
TTN
14712001-11-20 Thien-Thi Nguyen <ttn@glug.org>
1472
1473 * scheme-options.texi (Install Config):
1474 Tweak `%load-path' verb to not imply it's a proc.
1475 Add documentation for `%guile-build-info'.
1476
d4e5a409
NJ
14772001-11-19 Neil Jerram <neil@ossau.uklinux.net>
1478
1479 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
1480 doc for builtin-bindings (no longer exists).
1481 (Variables): Expanded existing description of variables. Removed
1482 doc for builtin-variable (no longer exists).
1483
1484 * scheme-binding.texi (Top Level): New docs for define, scm_define
1485 and scm_c_define. Also clarified point about interchangeability
1486 of define and set!.
1487
694a9bb3
NJ
14882001-11-18 Neil Jerram <neil@ossau.uklinux.net>
1489
1490 * scheme-data.texi (Vectors): Autoupdate docs for
1491 vector-move-left! and vector-move-right!.
1492
8f85c0c6
NJ
14932001-11-16 Neil Jerram <neil@ossau.uklinux.net>
1494
1495 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
1496 new-docstrings.texi, posix.texi, scheme-binding.texi,
1497 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
1498 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
1499 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
1500 scheme-scheduling.texi, scheme-translation.texi,
1501 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
1502 category for "primitive" and "procedure" @deffn's to {Scheme
1503 Procedure}; add @deffnx lines for {C Function}s; automatic updates
1504 from libguile docstring changes.
1505
1506 * scheme-memory.texi (Garbage Collection): Removed doc for removed
1507 `unhash-name'.
1508
ef394643
TTN
15092001-11-14 Thien-Thi Nguyen <ttn@glug.org>
1510
1511 * scheme-procedures.texi: Spell "library" correctly.
1512
72dd0a03
NJ
15132001-11-13 Neil Jerram <neil@ossau.uklinux.net>
1514
1515 * new-docstrings.texi, scheme-data.texi: Merge recent doc
1516 improvements from stable branch.
1517
1518 * scheme-options.texi: Automatic updates from docstring changes in
1519 libguile's C source code.
1520
b56b5983
NJ
15212001-11-12 Neil Jerram <neil@ossau.uklinux.net>
1522
1523 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
1524 updates for struct? and struct-vtable?.
1525 (String Searching): Add missing "for". Thanks to Scott Lenser.
1526
9401323e
NJ
15272001-11-08 Neil Jerram <neil@ossau.uklinux.net>
1528
1529 * guile.texi (Top): Added new chapter `Programming Options'.
1530
1531 * program.texi: New file.
1532
1533 * Makefile.am (guile_TEXINFOS): Added program.texi.
1534
15352001-11-07 Neil Jerram <neil@ossau.uklinux.net>
1536
1537 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
1538 scheme-data.texi, scheme-binding.texi, posix.texi,
1539 new-docstrings.texi: Automatic updates from improved libguile
1540 docstrings.
1541
15422001-11-04 Neil Jerram <neil@ossau.uklinux.net>
1543
1544 * preface.texi: Use MANUAL_EDITION variable.
1545 (Manual Layout): Updated to reflect reorg.
1546
1547 * guile.texi (MANUAL_EDITION): New variable, with value
1548 incremented from 1.0 to 1.1 to reflect the reorg described here.
1549 (Top): Use MANUAL_EDITION variable.
1550
1551 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
1552 @unnumbered rather than @chapter for these indices.
1553
1554 * guile.texi (Top): A little top-level reshuffling, with the aims
1555 that: (1) the `Guile Scheme' (reference) part of the manual
1556 becomes the `Guile API Reference', and covers both Scheme and C
1557 interfaces; (2) non-API-reference material such as the `Basic
1558 Ideas in Scheme' chapter is collected together to form a new part
1559 `Programming with Guile'. This new part will contain general
1560 documentation on using and programming Guile in both Scheme and C,
1561 including - for example - awareness of GC when C programming, how
1562 to use the snarf macros, how to debug ...
1563 (Top): Move inclusion of scheme-indices.texi so that all indices
1564 appear together in the printed manual.
1565
1566 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
1567 debugging.texi.
ef394643 1568
9401323e
NJ
1569 * appendices.texi: Removed.
1570
1571 * debugging.texi (Debugger User Interface): New file, same as the
1572 material that used to be in appendices.texi, but now a chapter in
1573 Part II rather than an appendix.
1574
1575 * appendices.texi (Obtaining and Installing Guile): Moved to
1576 become a chapter in ...
1577 * intro.texi: ... Part I: Introduction to Guile.
1578
1579 * scm.texi (I/O Extensions): Moved to become a section of ...
1580 * scheme-io.texi (Input and Output): ... this chapter.
1581
1582 * scm.texi (Handling Errors): Moved to become a section of ...
1583 * scheme-control.texi (Control Mechanisms): ... this chapter.
1584
ca26b87d
TTN
15852001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1586
1587 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
1588 time and clock resolution, SRFI-19 Time object and accessors,
1589 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
1590 procedures, SRFI-19 Date object and accessors, SRFI-19
1591 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
1592 to string/string to date converters): New nodes.
04bbd6ce 1593 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 1594
7ab89df1
MV
15952001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
1596
1597 * scripts.texi: Document `--debug' and `--no-debug'.
1598
c2c67382
GH
15992001-10-27 Gary Houston <ghouston@arglist.com>
1600
a42b5e5b
GH
1601 * guile.texi, scsh.texi: removed obsolete guile-scsh material
1602 and updated links (I don't know if it should remain in the
1603 main menu. It's like slib I think.)
1604
c2c67382
GH
1605 * minor updates to the slib installation notes.
1606
a599743c
NJ
16072001-10-05 Neil Jerram <neil@ossau.uklinux.net>
1608
1609 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
1610 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
1611 noticing that they'd disappeared!)
1612
74e0de86
TTN
16132001-10-05 Thien-Thi Nguyen <ttn@glug.org>
1614
1615 * scheme-io.texi (Writing): Add entry for `display'.
1616 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
1617
40f316d0
MG
16182001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1619
1620 * srfi-modules.texi (SRFI-13): Tyop fix.
1621 (SRFI-13): Changed paragraph about bindings both in the code and
1622 in SRFI-13.
1623
1624 * misc-modules.texi (Formatted Output): Tyop fix.
1625 (Formatted Output): Document ~g properly.
1626
1627 Thanks to Alex Schroeder for pointing out the typos and sending
1628 suggestions.
74e0de86 1629
523f81ba
TTN
16302001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1631
1632 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
1633 Thanks to suggestion by Alex Schroeder.
1634
6c997de2
NJ
16352001-08-30 Neil Jerram <neil@ossau.uklinux.net>
1636
255ea784
NJ
1637 * guile.texi (Top): Group all index nodes together so that
1638 `Info-index' works more effectively in Info. Thanks to Eric
1639 Hanchrow for the report and fix.
1640
6c997de2
NJ
1641 * scheme-data.texi (Random, String Syntax, String Modification,
1642 Regular Expressions), scheme-ideas.texi (Definition),
1643 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
1644 scm.texi (Transforming Scheme name to C name, Port
1645 Implementation): Various typo fixes and clarifications merged from
1646 the stable CVS branch.
1647
b45898ca
NJ
16482001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1649
1650 * intro.texi: Merged wording fixes from stable CVS branch.
1651
1652 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
1653
1654 * guile.texi: Incorporate text previously in separate AUTHORS
1655 file.
1656
16572001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1658
1659 The change log for files in this directory continues backwards
1660 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
1661 prior to this date was contained in a single directory.