*** empty log message ***
[bpt/guile.git] / doc / ref / ChangeLog
1 2005-08-06 Kevin Ryde <user42@zip.com.au>
2
3 * api-compound.texi (List Modification): In filter, return may share a
4 tail with the input, as per docstring. In filter!, fix chopped off
5 note of modifying input.
6
7 * api-control.texi (Error Reporting): In strerror, note message is in
8 locale language and charset.
9
10 2005-07-12 Kevin Ryde <user42@zip.com.au>
11
12 * api-data.texi (String Selection): In string-pad, don't say anything
13 about sharing strings, decided against doing that.
14 (Miscellaneous String Operations): Ditto in string-filter and
15 string-delete.
16
17 * api-data.texi (String Selection): Merge descriptions of string-trim,
18 string-trim-right and string-trim-both for brevity.
19
20 2005-06-24 Kevin Ryde <user42@zip.com.au>
21
22 * api-options.texi (Debugger options): Cross reference new Tail Calls
23 node rather than R5RS on tail recursion.
24
25 2005-06-23 Kevin Ryde <user42@zip.com.au>
26
27 * guile.texi, libguile-concepts.texi, libguile-extensions.texi,
28 libguile-linking.texi, libguile-smobs.texi: Spelling errors reported
29 by hyperdivision.
30
31 * api-compound.texi (Pairs, List Syntax): Cross reference Expression
32 Syntax for quoting.
33 * api-control.texi (Lazy Catch): Cross ref for with-fluids.
34 * libguile-linking.texi (A Sample Guile Main Program): Cross reference
35 automake manual for aclocal.
36 * libguile-program.texi (Extending Dia): URL for Dia home page.
37 (Dia Primitives): Cross ref for scm_c_define_gsubr.
38
39 2005-06-12 Marius Vollmer <mvo@zagadka.de>
40
41 * gh.texi: More stuff about transitioning away from GH.
42
43 2005-06-11 Kevin Ryde <user42@zip.com.au>
44
45 * api-data.texi (Miscellaneous String Operations): In string-filter
46 and string-delete, note result may share with input string (as allowed
47 by srfi spec).
48
49 2005-06-06 Kevin Ryde <user42@zip.com.au>
50
51 * api-compound.texi (Array Procedures): In array-in-bounds?,
52 correction to example result.
53
54 * api-init.texi (Initialization), api-scheduling.texi (Blocking):
55 {} groups around "void*" C return types.
56
57 2005-05-04 Kevin Ryde <user42@zip.com.au>
58
59 * srfi-modules.texi (SRFI-1 Selectors): In drop-right, note always a
60 new list. In take-right, note result shares common tail. Per spec.
61
62 2005-05-03 Kevin Ryde <user42@zip.com.au>
63
64 * api-data.texi (String Constructors): Clarify string, list->string
65 and reverse-list->string a bit.
66
67 2005-04-30 Kevin Ryde <user42@zip.com.au>
68
69 * api-io.texi (Default Ports): Describe buffering on standard ports.
70
71 2005-04-23 Kevin Ryde <user42@zip.com.au>
72
73 * api-data.texi (Regexp Functions): Add list-matches and fold-matches.
74
75 * data-rep.texi (Subrs): Note that subr must not modify its rest list.
76
77 2005-04-19 Kevin Ryde <user42@zip.com.au>
78
79 * api-data.texi (Regexp Functions): Clarity flags parameter.
80
81 * misc-modules.texi, guile.texi (Rx Regexps): Remove this section, Rx
82 is not in the core and we don't want to confuse anyone with it and the
83 builtin posix regexps.
84
85 2005-04-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
86
87 * srfi-modules.texi (SRFI-1 Set Operations): use @cross iso. @times.
88
89 * guile.texi: add @cross for @tex
90
91 2005-04-02 Kevin Ryde <user42@zip.com.au>
92
93 * guile.texi (@times): New macro.
94
95 * repl-modules.texi (Readline Support): Cross ref readline manual.
96 (Loading Readline Support): Add GUILE_HISTORY and .inputrc Guile
97 configurables.
98
99 * srfi-modules.texi (SRFI-1 Association Lists): In alist-cons, clarify
100 a bit and cross reference core acons.
101
102 * srfi-modules.texi (SRFI-1 Set Operations): Revise and expand.
103 (SRFI-1 Deleting): In delete, cross reference lset-difference.
104
105 * srfi-modules.texi (SRFI-19): Note Gregorian leap year rules
106 incorrectly extended back prior to 1582.
107
108 2005-03-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
109
110 * api-compound.texi: Fixed some typos and added some docs. Talk
111 about concrete and abstract hash tables.
112
113 2005-03-14 Kevin Ryde <user42@zip.com.au>
114
115 * srfi-modules.texi (SRFI-55): New section.
116 (SRFI-60): New section.
117
118 2005-03-01 Kevin Ryde <user42@zip.com.au>
119
120 * api-compound.texi (Shared Arrays): New section. Rewrite
121 make-shared-array for clarity, adding examples.
122
123 * libguile-concepts.texi (Control Flow): Cross reference Tail Calls.
124
125 2005-02-17 Kevin Ryde <user42@zip.com.au>
126
127 * api-data.texi (Reals and Rationals): Use tex for sqrt2 and pi.
128 (Complex Numbers): Add polar form read syntax.
129
130 2005-02-15 Kevin Ryde <user42@zip.com.au>
131
132 * posix.texi (File System): In tmpnam, clarify security and use of
133 O_EXCL. In mkstemp!, in fact posix doesn't specify permissions.
134
135 * scheme-ideas.texi (Tail Calls): New section.
136
137 2005-02-12 Kevin Ryde <user42@zip.com.au>
138
139 * api-data.texi (String Selection): In string-pad and
140 string-pad-right, clarify which end the padding goes on, and merge
141 descriptions.
142
143 * api-data.texi (Integer Operations): In gcd and lcm, show args.
144 (Arithmetic): In truncate, add missing arg.
145
146 * srfi-modules.texi (SRFI-1 Fold and Map): Rewrite fold, pair-fold and
147 reduce for clarity.
148
149 2005-02-05 Kevin Ryde <user42@zip.com.au>
150
151 * posix.texi (File System): In mkstemp!, in fact posix doesn't specify
152 the permissions mode. Add an example setting 666 less umask.
153
154 2005-02-04 Kevin Ryde <user42@zip.com.au>
155
156 * api-io.texi (File Ports): In port-filename, cannot use after close.
157
158 * posix.texi (Time): In mktime, clarify fields of sbd-time used, and
159 the handling of tm:isdst.
160
161 * srfi-modules.texi (SRFI-0): Add srfi-4, srfi-13 and srfi-14 now in
162 the core.
163
164 2005-01-29 Kevin Ryde <user42@zip.com.au>
165
166 * posix.texi (Signals): In sigaction, add SA_NOCLDSTOP, make it
167 clearer SA_RESTART is a variable.
168
169 2005-01-28 Kevin Ryde <user42@zip.com.au>
170
171 * srfi-modules.texi (SRFI-1 Predicates): Clarify proper-list?,
172 circular-list? and dotted-list?, note any object passes exactly one of
173 those.
174
175 * srfi-modules.texi (SRFI-19 Time/Date conversions): In default
176 tz-offset, note restrictions on a 32-bit system.
177
178 2005-01-24 Kevin Ryde <user42@zip.com.au>
179
180 * api-i18n.texi (Internationalization): Expand and revise a bit for
181 clarity.
182
183 * srfi-modules.texi (SRFI-1 Searching): In member, note `=' called arg
184 order.
185 (SRFI-1 Set Operations): Remove lset-adjoin!, doesn't exist in the
186 code or the srfi spec.
187
188 2005-01-20 Kevin Ryde <user42@zip.com.au>
189
190 * posix.texi (Ports and File Descriptors): In flock, for LOCK_NB note
191 logior for LOCK_NB and EWOULDBLOCK error, and note flock doesn't work
192 over NFS.
193
194 * srfi-modules.texi (SRFI-1 Searching): In list-index, note 0 based
195 index and #f for not found.
196
197 2005-01-15 Kevin Ryde <user42@zip.com.au>
198
199 * api-data.texi (Bitwise Operations): In logtest and logbit?, describe
200 operations in words, not just equivalent expressions. In
201 integer-expt, clarify a bit and note negative k allowed and 0^0==1.
202
203 * api-data.texi (Random): In random:solid-sphere!, there is no return
204 value.
205
206 * api-evaluation.texi (Loading): In %load-hook, need to use set!, and
207 describe #f.
208
209 2005-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
210
211 * scheme-scripts.texi: Describe new 1.4 compatability behavior of
212 -e option.
213
214 2005-01-14 Kevin Ryde <user42@zip.com.au>
215
216 * api-data.texi (Mapping Folding and Unfolding): In
217 string-for-each-index, make it clear iteration is over indices.
218
219 * posix.texi (User Information): Note cuserid gone from POSIX.
220 Prompted by Roland Besserer.
221
222 * srfi-modules.texi (SRFI-39): New section.
223
224 2005-01-10 Kevin Ryde <user42@zip.com.au>
225
226 * srfi-modules.texi: Various index entries.
227 (SRFI-19 Introduction): Note MJD basis is 2400000.5.
228 (SRFI-19 Date): In date-second, clarify leap second usage. In
229 date-year, note negatives for B.C. and no zero. In current-date,
230 don't let it read like it's just UTC which is returned.
231
232 2005-01-08 Kevin Ryde <user42@zip.com.au>
233
234 * api-modules.texi (Creating Guile Modules): Expand define-modules
235 #:autoload, clarify that it's a list of symbols.
236
237 * api-modules.texi (Included Guile Modules): Add expect, format, ftw,
238 getop-long, history, popen, pretty-print, q, readline, receive, regex,
239 streams, syncase, srfi-16, srfi-19 and srfi-31. Remove ice-9 jacal,
240 no such module.
241
242 * posix.texi (File System): In mkstemp!, note 0600 creation mode.
243
244 2005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
245
246 * api-compound.texi: Finished(?) the new array API docs.
247
248 2005-01-02 Kevin Ryde <user42@zip.com.au>
249
250 * posix.texi (Pipes): Expand and clarify a bit. Describe port
251 inheritance. Caution against waitpid WAIT_ANY.
252
253 2004-12-29 Marius Vollmer <mvo@zagadka.de>
254
255 * api-compound.texi (Arrays): Updated for the new 'typed' approach
256 at creating arrays.
257
258 2004-12-28 Kevin Ryde <user42@zip.com.au>
259
260 * api-data.texi (String Predicates): For string-any and string-every,
261 last chars are now tail calls per srfi, and reinstate char_pred can be
262 character or character set (somehow lost in cut and paste).
263
264 * srfi-modules.texi (SRFI-1 Searching): In any and every, revise for
265 clarity, note last call in each is a tail call.
266
267 2004-12-27 Marius Vollmer <mvo@zagadka.de>
268
269 * api-compound.texi (Vectors, Bit Vectors, Uniform Numeric
270 Vectors): Updated for the distinction between read-only and write
271 access to storage locations.
272
273 2004-12-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
274
275 * api-compound.texi (Arrays): Reorganized and 'modernized'.
276
277 2004-12-20 Mikael Djurfeldt <djurfeldt@nada.kth.se>
278
279 * expect.texi (Expect): Removed backslash escapes of regexp
280 operators ( and ) in code example for expect-strings.
281
282 2004-12-14 Kevin Ryde <user42@zip.com.au>
283
284 * api-data.texi (Regexp Functions): Revise regex-substitute and
285 regex-substitute/global for clarity, add some examples.
286
287 * api-procedures.texi (lambda* Reference): Revise for clarity, note
288 how #:rest works with #:key, note previous bindings available to
289 default expressions.
290
291 2004-12-05 Kevin Ryde <user42@zip.com.au>
292
293 * srfi-modules.texi (SRFI-1 Length Append etc): In concatenate, note
294 equivalence to "apply append".
295
296 2004-11-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
297
298 * api-compound.texi (Generalized Vectors): New.
299 (Bit Vectors): More docs.
300 (Uniform Vectors): Call them Uniform numeric vectors.
301
302 2004-10-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
303
304 * api-compound.texi (Uniform Vectors): Added c32 and c64 docs.
305
306 2004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
307
308 * srfi-modules.texi, api-compound.texi: Moved SRFI-4 docs into
309 main part. Moved bit vectors out of array section to make them
310 more visible.
311
312 2004-10-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
313
314 * api-smobs.texi (smob mark function): List admissible functions
315 to call.
316
317 2004-10-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
318
319 * api-data.texi: Removed primitive keyword section, updated
320 keyword docs.
321
322 * api-undocumented.texi: Moved keyword dash-symbol docs here.
323
324 2004-09-26 Kevin Ryde <user42@zip.com.au>
325
326 * api-data.texi (Conversion to/from C): Braces {} around char* return.
327 * api-evaluation.texi (Block Comments): More cindex entries.
328
329 * guile.texi, misc-modules.texi (Streams): New section.
330
331 2004-09-25 Marius Vollmer <mvo@zagadka.de>
332
333 * libguile-smobs.texi, api-smobs.texi: More words abot what a free
334 function is allowed to do.
335
336 2004-09-24 Marius Vollmer <mvo@zagadka.de>
337
338 * libguile-smobs.texi: Bugfix in example code, use SCM_NEWSMOB
339 correctly. Use scm_assert_smob_type instead of SCM_ASSERT
340 baroqueness.
341
342 2004-09-23 Marius Vollmer <mvo@zagadka.de>
343
344 * api-i18n.texi: New file.
345 * Makefile.am (guile_TEXINFOS): Added it.
346 * guile.texi: Include it.
347
348 2004-09-16 Kevin Ryde <user42@zip.com.au>
349
350 * api-utility.texi (Equality): Revise for clarity.
351
352 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
353
354 * api-data.texi (integer-expt): Updated from docstring.
355
356 * Makefile.am (CLEANFILES, MAINTAINERCLEANFILES): Moved
357 autoconf-macros.texi to MAINTAINERCLEANFILES. It is in the
358 tarball and we shouldn't clean it, then.
359
360 2004-09-07 Kevin Ryde <user42@zip.com.au>
361
362 * api-procedures.texi (let-keywords Reference): Typo, should be
363 let-keywords* @defunx.
364
365 * api-scheduling.texi (Parallel Forms): In parallel, letpar, par-map,
366 n-par-map and n-for-each-par-map, describe each form as being in its
367 own thread, not a new thread, since for instance the calling thread is
368 used when only one form. Plus typo in n-for-each-par-map example
369 equivalent for-each + n-par-map.
370
371 * posix.texi (Locales): Use @var for category arg.
372
373 * posix.texi (System Identification): Remove software-type, it doesn't
374 exist in the guile core.
375
376 * srfi-modules.texi (SRFI-10): Revise and expand.
377
378 2004-09-02 Kevin Ryde <user42@zip.com.au>
379
380 * misc-modules.texi (Formatted Output): Excess arguments are ignored.
381 In ~*, correction N parameter cannot be negative. In ~t, note
382 port-column used.
383
384 2004-08-29 Kevin Ryde <user42@zip.com.au>
385
386 * srfi-modules.texi (SRFI-2): Note empty body is #t.
387
388 2004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
389
390 * api-data.texi, srfi-modules.texi: Moved docs for SRFI-14 into
391 main API chapter. Updated docstrings from libguile/.
392
393 2004-08-25 Marius Vollmer <mvo@zagadka.de>
394
395 * api-data.texi, srfi-modules.texi: Moved docs for SRFI-14 into
396 main API chapter. Updated docstrings from libguile/.
397
398 2004-08-24 Marius Vollmer <marius.vollmer@uni-dortmund.de>
399
400 Ran a (docstring-process-module "(guile)") and moved entries from
401 new-docstrings.texi to their appropriate place.
402
403 * api-undocumented.texi: New file.
404
405 2004-08-21 Marius Vollmer <mvo@zagadka.de>
406
407 From Richard Todd, Thanks!
408
409 * scheme-scripts.texi (Invoking Guile): documented new '-L'
410 switch.
411
412 2004-08-20 Marius Vollmer <mvo@zagadka.de>
413
414 * gh.texi: Updated transition section with new recommended things.
415
416 2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
417
418 * api-data.texi (Strings): Document copy-on-write behavior and
419 mutation-sharing substrings.
420 (Symbols): Document scm_from_locale_symbol and
421 scm_from_locale_symboln.
422
423 2004-08-18 Kevin Ryde <user42@zip.com.au>
424
425 * posix.texi (Network Sockets and Communication): Add SOCK_RDM and
426 SOCK_SEQPACKET.
427
428 * posix.texi (Internet Socket Examples): Correction to socket calls,
429 should be PF_INET not AF_INET (though generally the two are the same
430 value).
431
432 2004-08-14 Kevin Ryde <user42@zip.com.au>
433
434 * api-scheduling.texi (Mutexes): New datatype-centric section, adding
435 fair mutexes and collecting up material from ...
436 (Low level thread primitives, Higher level thread procedures, C level
437 thread interface): ... these nodes.
438
439 * srfi-modules.texi (SRFI-13 Predicates): Add string-any and
440 string-every support for char and charset predicates.
441
442 2004-08-11 Marius Vollmer <mvo@zagadka.de>
443
444 * api-data.texi (scm_c_round, scm_c_truncate): Docs for'em.
445
446 2004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
447
448 * api-control.texi: Updated example to use scm_to_locale_string
449 instead of roll-your-own scm_to_string. Also showcase
450 scm_frame_free.
451
452 * api-data.texi: Docs for scm_is_string, scm_to_locale_string*,
453 and scm_from_locale_string*.
454
455 * api-memory.texi: Docs for scm_frame_free.
456
457 2004-08-09 Kevin Ryde <user42@zip.com.au>
458
459 * api-io.texi (File Ports): In open-file, describe the "b" binary flag.
460
461 * slib.texi (SLIB): Add notes on delete-file, provided? and open-file
462 overridden by ice-9 slib module.
463
464 2004-08-05 Kevin Ryde <user42@zip.com.au>
465
466 * api-scheduling.texi (Arbiters): Tweak wording for clarity, note any
467 thread can unlock not just the one which locked.
468
469 * posix.texi (Conventions): Describe system-error args, use @defun for
470 system-error-errno instead of just words.
471
472 * srfi-modules.texi (SRFI-13 Predicates): Tweak wording for clarity.
473 For string-every, note return is #t when no characters. For
474 string-any and string-every, note last pred call is not currently a
475 tail call, contrary to SRFI-13 spec.
476
477 2004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
478
479 * api-data.texi: Added scm_is_real, scm_is_rational,
480 scm_to_double, scm_from_double, numerator, and denominator. Added
481 scm_is_complex, scm_is_number, scm_c_make_rectangular,
482 scm_c_make_polar, scm_c_real_part, scm_c_imag_part,
483 scm_c_magnitude, and scm_c_angle.
484
485 2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
486
487 * gh.texi: Replaced references to scm_num2* with scm_to_* and
488 references to scm_*2num with scm_from_*.
489
490 Renamed many file to make the structure of the manual more evident
491 in the names. Changed all references.
492
493 * scheme-binding.texi: Renamed to api-binding.texi.
494 * scheme-compound.texi: Renamed to api-compound.texi.
495 * scheme-control.texi: Renamed to api-control.texi.
496 * scheme-data.texi: Renamed to api-data.texi.
497 * scheme-debug.texi: Renamed to api-debug.texi.
498 * deprecated.texi: Renamed to api-deprecated.texi.
499 * scheme-evaluation.texi: Renamed to api-evaluation.texi.
500 * ref-init.texi: Renamed to api-init.texi.
501 * scheme-io.texi: Renamed to api-io.texi.
502 * scheme-memory.texi: Renamed to api-memory.texi.
503 * scheme-modules.texi: Renamed to api-modules.texi.
504 * scheme-options.texi: Renamed to api-options.texi.
505 * scm.texi: Renamed to api-overview.texi.
506 * scheme-procedures.texi: Renamed to api-procedures.texi.
507 * scheme-scheduling.texi: Renamed to api-scheduling.texi.
508 * scheme-scm.texi: Renamed to api-scm.texi.
509 * scheme-smobs.texi: Renamed to api-smobs.texi.
510 * scheme-snarf.texi: Renamed to api-snarf.texi.
511 * scheme-translation.texi: Renamed to api-translation.texi.
512 * scheme-utility.texi: Renamed to api-utility.texi.
513 * debugging.texi: Renamed to scheme-debugging.texi.
514 * scripts.texi: Renamed to scheme-scripts.texi.
515 * program.texi: Renamed to libguile-program.texi.
516
517 * api-deprecated.texi: Removed.
518 * intro.texi (Discouraged and Deprecated): General information
519 about deprecation, etc.
520
521 2004-07-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
522
523 * misc-modules.texi (Formatted Output): Changed @w to @w{} in
524 itemize. The former doesn't work for some reason...
525
526 2004-07-28 Kevin Ryde <user42@zip.com.au>
527
528 * misc-modules.texi (Formatted Output): Rewrite, describing escapes
529 and parameters in detail.
530 * guile.texi (@le, @ge): New macros for ifnottex.
531
532 2004-07-24 Kevin Ryde <user42@zip.com.au>
533
534 * guile.texi (@nicode): Use @alias instead of @macro, for correct
535 handling of backslashes.
536
537 * scheme-control.texi (Frames): Add @vindex for SCM_F_WIND_EXPLICITLY.
538
539 * scheme-data.texi (String Syntax): Add all backslash forms accepted.
540 (Regexp Functions): Use @defvar for regexp/icase etc, to emphasise
541 that they're variables not symbols etc.
542
543 * scheme-smobs.texi (Smobs): In SCM_SMOB_OBJECT_LOC,
544 SCM_SMOB_OBJECT_2_LOC, SCM_SMOB_OBJECT_3_LOC, use {} to avoid "*"
545 getting into the index as part of the macro name.
546
547 * srfi-modules.texi (SRFI-0): Revise for clarity, drop BNF in favour
548 of plain description, emphasise this is just for portable programs.
549
550 2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
551
552 * scheme-data.texi (Integers): Talk more about inexact and exact
553 integers.
554
555 2004-07-10 Kevin Ryde <user42@zip.com.au>
556
557 * srfi-modules.texi (SRFI-0): Add srfi-6 to the identifiers provided
558 by default.
559
560 2004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
561
562 * scheme-data.texi (Integers): Added docs for the new scm_is_,
563 scm_to_ and scm_from_ functions for integers.
564
565 * data-rep.texi (How Guile does it): Mark as being in limbo. All
566 the real documentation will be in the nodes "Programming in C" and
567 "API Reference".
568 (Boolean Data): Just refer to node "Booleans".
569
570 * gh.texi: Replace references to SCM_NFALSEP, etc with
571 scm_is_true, etc.
572
573 * scheme-data.texi (Booleans): Flag all function-like definitions
574 as "C Functions".
575
576 2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
577
578 * scheme-data.texi: Remove non-R5RS stuff from the 'rn' index.
579
580 * scheme-utility.texi: Added scm_is_eq, scm_eq_p, scm_eqv_p, and
581 scm_equal_p.
582
583 2004-07-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
584
585 * scheme-data.texi (Booleans): Added reference entries for
586 scm_is_true, scm_is_false, scm_is_bool, scm_from_bool, and
587 scm_to_bool.
588
589 2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
590
591 * Makefile.am: Removed home-grown code for HTML generation.
592 Automake does it for us now.
593
594 * guile.texi, scheme-scm.texi: Do not use TeXinfo markup in
595 section or node names.
596
597 2004-06-20 Rob Browning <rlb@defaultvalue.org>
598
599 * srfi-modules.texi (SRFI-31): add documentation for srfi-31.
600
601 2004-05-19 Kevin Ryde <user42@zip.com.au>
602
603 * Makefile.am (CLEANFILES): Remove guile.cps guile.fns guile.rns
604 guile.tps guile.vrs guile.tmp, cleaned by automake these days.
605
606 2004-05-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
607
608 * scheme-smobs.texi: Updated for new SCM_SMOB_* macros.
609
610 * preface.texi: Moved around the sections so that the manual
611 overview comes first.
612
613 * libguile-smobs.texi: Updated for the new role of scm_t_bits.
614
615 2004-04-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
616
617 * Big reorganization of the whole manual to give it a simpler
618 structure.
619
620 2004-03-25 Kevin Ryde <user42@zip.com.au>
621
622 * slib.texi (SLIB): Amend `require' cross reference node name, is
623 called "Require" in slib 3a1.
624
625 2004-03-23 Kevin Ryde <user42@zip.com.au>
626
627 * scheme-data.texi (Reals and Rationals): Typo in `rationalize'.
628
629 2004-03-04 Kevin Ryde <user42@zip.com.au>
630
631 * posix.texi (Processes): Add setgroups.
632
633 * srfi-modules.texi (SRFI-26): New section.
634
635 2004-02-21 Kevin Ryde <user42@zip.com.au>
636
637 * scheme-evaluation.texi (Expression Syntax): Add @findex entries for
638 quote and quasiquote no longer using @deffn.
639
640 2004-02-20 Marius Vollmer <marius.vollmer@uni-dortmund.de>
641
642 * scheme-evaluation.texi (Expression Syntax): Turned syntax
643 description into a table, @deffn is not really up to the task.
644
645 2004-02-18 Marius Vollmer <mvo@zagadka.de>
646
647 * guile.texi: Replaced list of authors with "The Guile
648 Developers".
649
650 * preface.texi (Contributors to the Manual): New section.
651
652 * scheme-evaluation.texi (Expression Syntax): Use an empty name
653 for the function call syntax definition. Otherwise, TeX complains
654 about unbalanced parenthesis.
655
656 2004-02-18 Kevin Ryde <user42@zip.com.au>
657
658 * scheme-evaluation.texi (Expression Syntax): Fill section with
659 function calling etc, and quote and quasiquote.
660
661 * srfi-modules.texi (SRFI-9): Revise for detail and clarity. Don't
662 use ":foo" for example type name, since that depends on the keyword
663 reading option.
664
665 2004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
666
667 * scheme-compound.texi (Hash Table Reference): Wrote a new entry
668 for hash-for-each-handle.
669
670 2004-02-16 Kevin Ryde <user42@zip.com.au>
671
672 * scheme-compound.texi (Sloppy Alist Functions): Amend error messages
673 shown to match current guile output.
674
675 2004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
676
677 * scheme-compound.texi (Hash Table Reference): Renamed hash-map
678 --> hash-map->list.
679
680 2004-02-15 Kevin Ryde <user42@zip.com.au>
681
682 * scheme-compound.texi (Hash Table Reference): In scm_hash_ref etc,
683 remove note that dflt must be given, it can be SCM_UNSPECIFIED.
684
685 * scheme-control.texi (while do): Expand and clarify `do', in
686 particular note iteration binds fresh locations, rather than values
687 "stored".
688
689 * srfi-modules.texi (SRFI-4): Revise for clarity, give each function
690 explicitly rather than showing TAG so Emacs info-look can find them,
691 merge "SRFI-4 - Read Syntax" and "SRFI-4 - Procedures" into just one
692 node.
693
694 2004-02-12 Kevin Ryde <user42@zip.com.au>
695
696 * scheme-compound.texi (Conventional Arrays): Revise for clarity.
697 In array-equal?, show multiple arguments allowed.
698 (Uniform Arrays): Remove duplicate array?.
699 * guile.texi (cross): New macro.
700
701 * scheme-compound.texi (Uniform Arrays): Note 1/3 prototype for
702 doubles is now an exact fraction.
703
704 * slib.texi (SLIB): Index entry for replacement `system'.
705
706 2004-01-28 Mikael Djurfeldt <mdj@chunk.mit.edu>
707
708 * scheme-compound.texi (Uniform Arrays): Added a FIXME warning
709 that the 1/3 prototype no longer works.
710
711 2004-01-23 Marius Vollmer <mvo@zagadka.de>
712
713 * Makefile.am (guile_TEXINFOS): Added fdl.texi.
714
715 2004-01-21 Marius Vollmer <mvo@zagadka.de>
716
717 Added copyright notices to all TeXinfo files.
718
719 * fdl.texi: New.
720 * guile.texi: Include it as an appendix.
721 * preface.texi: State that the manual is FDL.
722
723 2004-01-20 Kevin Ryde <user42@zip.com.au>
724
725 * preface.texi (Guile License): Note readline is GPL and manual has
726 its own copying terms. Describe briefly what the licenses mean in
727 practice.
728
729 * scheme-scheduling.texi (Higher level thread procedures): In monitor,
730 don't let "newly created" suggest a mutex created on every evaluation.
731 Note what "monitor" means.
732
733 * slib.texi (SLIB): Note `system' redefined by (ice-9 slib). Tweak
734 `require' example.
735
736 2004-01-11 Kevin Ryde <user42@zip.com.au>
737
738 * misc-modules.texi (Queues): New chapter.
739 * guile.texi (Top): Add it.
740
741 2004-01-09 Kevin Ryde <user42@zip.com.au>
742
743 * scheme-compound.texi (Bit Vectors): Revise for clarity, following
744 report by Rouben Rostamian. Remove #b() example, that syntax is not
745 accepted.
746
747 2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
748
749 * scheme-control.texi, scheme-io.tex, scheme-scheduling.texi:
750 Adapt to new 'frame' names. Document scm_c_with_fluid,
751 scm_c_with_fluids, and scm_frame_fluid.
752
753 2004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
754
755 * scheme-control.texi: Document scm_on_unwind_with_scm and
756 scm_on_rewind_with_scm.
757
758 2004-01-05 Marius Vollmer <mvo@zagadka.de>
759
760 * scheme-scheduling.texi: Document scm_with_[un]blocked_asyncs.
761
762 * scheme-io.texi: Document scm_with_current_<foo>_port.
763
764 2004-01-03 Marius Vollmer <mvo@zagadka.de>
765
766 * scheme-control.texi: Document the frames stuff and other random
767 changes.
768
769 2004-01-04 Kevin Ryde <user42@zip.com.au>
770
771 * scheme-scheduling.texi (Threads): Note Guile uses POSIX threads, for
772 concurrency and preemption.
773 (C level thread interface): Note periodic libguile call required for C
774 code in threads, add commented out reminders for SCM_TICK and
775 guile-mode, for when those features are ready.
776
777 * srfi-modules.texi (SRFI-1 Filtering and Partitioning): For partition
778 and partition!, emphasise the multi-value return, note partition may
779 share a tail with the given list.
780
781 * srfi-modules.texi (SRFI-1 Searching, SRFI-1 Deleting, SRFI-1
782 Association Lists): Note how member, delete, delete! and assoc extend
783 the corresponding core functions.
784
785 2003-11-25 Kevin Ryde <user42@zip.com.au>
786
787 * tools.texi (Macros guile-snarf recognizes): Correction to GOOPS
788 cross reference.
789
790 2003-11-19 Marius Vollmer <mvo@zagadka.de>
791
792 * scheme-data.texi: Include exact rationals.
793
794 From Stephen Compall. Thanks!
795
796 * intro.texi (What is Guile?): Add @acronym for POSIX, R5RS, GUI,
797 and HTTP. Conclude linking libguile. Say what one can find *for*.
798
799 * preface.texi (Manual Conventions): Double-quote some statements
800 formerly single-quoted. Remove some redundant quotes around code.
801 Clarify meaning of `iff' further for those that didn't get it the
802 first time 'round (like me). Make graphical indicators samples,
803 not code. Put results of evaluation on the same line as @result
804 symbols. Use @print example as example of total usage, and remind
805 readers not to forget the difference.
806
807 2003-11-17 Marius Vollmer <mvo@zagadka.de>
808
809 * scheme-modules.texi: Document '@' and '@@'.
810
811 * scripts.texi: Mention that "-e (@ ...)" also works.
812
813 2003-11-15 Kevin Ryde <user42@zip.com.au>
814
815 * scheme-data.texi (Random): Add *random-state* variable, put note at
816 the top of the node about it being the default, rather than just in
817 the description of random.
818
819 2003-11-13 Marius Vollmer <mvo@zagadka.de>
820
821 * preface.texi (Manual Layout): Wrap POSIX, API, and SLIB in
822 @acronym. Change from paragraph format (somewhat clumsy-looking
823 on paper, at least) to @table format, with headers @strong. Made
824 example modules complete sentences. From Stephen Compall, thanks!
825
826 2003-11-09 Kevin Ryde <user42@zip.com.au>
827
828 * misc-modules.texi (Pretty Printing): Add new keyword options, break
829 example to avoid long line.
830
831 * scheme-data.texi (Random): In random, use @code for *random-state*.
832 Reported by Stephen Compall.
833
834 * srfi-modules.texi (SRFI-1 Filtering and Partitioning): Move filter
835 and filter! ...
836 * scheme-compound.texi (List Modification): ... to here, now that
837 they're implemented in the core.
838
839 2003-11-03 Kevin Ryde <user42@zip.com.au>
840
841 * misc-modules.texi (File Tree Walk): New chapter.
842 * guile.texi: Add it.
843
844 2003-10-18 Kevin Ryde <user42@zip.com.au>
845
846 * gh.texi (Calling Scheme procedures from C, scm transition summary):
847 Refer to scm_list_n, not the old name scm_listify.
848 (scm transition summary): For gh_apply, recommend scm_apply_0, which
849 is now documented.
850
851 * gh.texi (Defining new Scheme procedures in C): Don't use
852 @strong{Note:}, latest makeinfo will complain it looks like a cross
853 reference.
854
855 * posix.texi (Time): Correction to strftime glibc cross reference
856 node, now "Formatting Calendar Time".
857
858 * srfi-modules.texi (SRFI-1 Searching): In break, note conflict with
859 binding established by `while'.
860
861 2003-10-09 Kevin Ryde <user42@zip.com.au>
862
863 * scheme-compound.texi (Hash Table Reference): Decribe rehashing, note
864 no hashx-remove!, describe make-hash-table size parameter.
865
866 2003-10-06 Marius Vollmer <mvo@zagadka.de>
867
868 * scheme-memory.texi: Added a short explanation of the GC and the
869 conservative stack scanning.
870 (scm_gc_protect_object, scm_gc_unprotect_object,
871 scm_permanent_object): New.
872
873 * data-rep.texi, scheme-memory.texi (scm_remember_upto_here_1,
874 scm_remember_upto_here_2): Moved from data-rep.texi to
875 scheme-memory.texi.
876
877 2003-10-02 Kevin Ryde <user42@zip.com.au>
878
879 * scheme-io.texi (String Ports): In call-with-output-string, note proc
880 should not close the port. In get-output-string, note string must be
881 gotten before closing the port.
882
883 2003-09-21 Kevin Ryde <user42@zip.com.au>
884
885 * posix.texi (File System): In access?, reword a bit, clarify real
886 versus effective ID handling, cross reference glibc on that, and
887 recommend against access tests in library functions.
888
889 2003-09-13 Kevin Ryde <user42@zip.com.au>
890
891 * posix.texi (File System): In stat:dev and stat:mode, clarify that
892 both are numbers.
893
894 * posix.texi (Network Address Conversion): Under IPv4, describe
895 numeric representation in Guile, add INADDR_LOOPBACK and
896 INADDR_BROADCAST, add commented-out INADDR_NONE.
897
898 * scheme-compound.texi (Append/Reverse): Merge reverse and reverse!,
899 describe newtail parameter for reverse!, remove confusing caveat about
900 head becoming tail for reverse!.
901
902 * scheme-io.texi (Reading): In port-column, port-line,
903 set-port-column! and set-port-line!, port parameter must be given,
904 there's no default to current input.
905
906 * scheme-io.texi (Reading): Add scm_c_read.
907 (Writing): Add scm_c_write.
908
909 * srfi-modules.texi (SRFI-1 Constructors): Add list-copy.
910
911 * srfi-modules.texi (SRFI-19): Rewrite, adding descriptions of all
912 functions, and a bit of an introduction.
913
914 2003-09-03 Kevin Ryde <user42@zip.com.au>
915
916 * scheme-data.texi (Keyword Primitives): Add examples to
917 make-keyword-from-dash-symbol and keyword-dash-symbol. Add
918 scm_c_make_keyword.
919
920 * scheme-data.texi (Symbol Primitives): In gensym, cross reference
921 uninterned symbols, use @w{} on " g" prefix to avoid any chance of a
922 line break obscuring it.
923
924 2003-08-30 Kevin Ryde <user42@zip.com.au>
925
926 * data-rep.texi (Remembering During Operations): Note
927 scm_remember_upto_here_1 applies only to C automatic variables.
928
929 * guile.texi: Move @contents to usual place after title page, and
930 after first menu since that looks nice in html.
931
932 * posix.texi (Ports and File Descriptors): In pipe PIPE_BUF, use
933 @defvar, reword a bit for clarity, cross reference glibc.
934
935 * posix.texi (Network Sockets and Communication): In socket, use
936 @defvar for protocol variables, cross reference for getprotobyname,
937 note it's usually connect and accept that establishes communication.
938
939 * posix.texi (Network Sockets and Communication): In socketpair,
940 clarify the return is a pair with ports in car and cdr, note
941 connection is full duplex, refer to socket for parameters, refer to
942 PF_UNIX rather than AF_UNIX.
943
944 * scheme-compound.texi (Append/Reverse): Merge append and append!,
945 shown parameters as lst1 ... lstN, describe list argument for
946 scm_append and scm_append_x and note that it's unmodified.
947
948 * scheme-compound.texi (Hash Table Reference): Add hashx- case
949 insensitive string example, add cross references to symbol-hash,
950 string-hash, string-hash-ci, and char-set-hash.
951
952 * scheme-control.texi (Multiple Values): In values, show args as "arg1
953 ... argN". In scm_values, note args is a list and returned object
954 shares structure with it.
955
956 * scheme-control.texi (Catch): Add scm_internal_catch.
957 (Lazy Catch): Add scm_internal_lazy_catch.
958
959 * scheme-data.texi (Arithmetic): Use a table for scheme to C libm
960 equivalences, add C99 trunc.
961
962 * scheme-procedures.texi (Lambda): Note ". rest" list argument is
963 always newly created.
964
965 * srfi-modules.texi (SRFI-1 Association Lists): In alist-delete and
966 alist-delete!, note argument order for the equality calls per SRFI-1
967 spec.
968
969 2003-08-26 Kevin Ryde <user42@zip.com.au>
970
971 * scheme-data.texi (Scientific): Add two-argument atan.
972
973 * tools.texi (How guile-snarf works): Need @@ for texinfo in example.
974
975 2003-08-17 Kevin Ryde <user42@zip.com.au>
976
977 * scheme-compound.texi (Hash Table Reference): Collect up groups of
978 functions to avoid duplication. Revise notes on hashx functions and
979 on vector implementation. In make-hash-table, size is now optional.
980 Add hash-map and hash-for-each.
981
982 2003-08-14 Kevin Ryde <user42@zip.com.au>
983
984 * scheme-control.texi (while do): Update `while' for code rewrite, in
985 particular describe break and continue.
986
987 2003-08-09 Kevin Ryde <user42@zip.com.au>
988
989 * scheme-memory.texi (Memory Blocks): Add index entries for deprecated
990 scm_must_malloc and friends.
991
992 2003-07-29 Kevin Ryde <user42@zip.com.au>
993
994 * scheme-compound.texi (List Constructors): Remove scm_cons_star,
995 since it's not very helpful.
996
997 * scheme-utility.texi (Property Primitives): In primitive-property-ref,
998 note parameters to not-found-proc, use hyphens rather than underscores
999 for that parameter name.
1000 In primitive-property-set!, VAL is the value parameter not CODE.
1001
1002 2003-07-24 Kevin Ryde <user42@zip.com.au>
1003
1004 * scheme-control.texi (Dynamic Wind): Untabify.
1005 (Multiple Values): Use @result.
1006 Reported by Stephen Compall <s11@member.fsf.org>.
1007
1008 * scheme-control.texi (Continuations): Rewrite with more detail.
1009
1010 * scheme-scheduling.texi (System asyncs): Add index entries for C
1011 functions.
1012
1013 * scheme-scheduling.texi (Parallel Forms): New section.
1014
1015 2003-07-18 Kevin Ryde <user42@zip.com.au>
1016
1017 * scheme-compound.texi (List Constructors): In list, use "elem1
1018 ... elemN". Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
1019 scm_list_5, scm_list_n. Remove scm_list, since it's a no-op.
1020 * guile.texi (nicode): New macro.
1021
1022 * scheme-evaluation.texi (Fly Evaluation): In apply, reword for
1023 clarity, drop the "append" example. Add scm_apply, scm_apply_0,
1024 scm_apply_1, scm_apply_2, scm_apply_3.
1025 Add scm_call_0, scm_call_1, scm_call_2, scm_call_3.
1026 In apply:nconc2last, move down after "apply", reword for clarity, note
1027 correspondence to apply params.
1028
1029 * srfi-modules.texi (SRFI-0): Add cond-expand index entry.
1030 (SRFI-9): Add define-record-type index entry.
1031
1032 2003-07-12 Kevin Ryde <user42@zip.com.au>
1033
1034 * srfi-modules.texi (SRFI-1 Constructors): In iota, reword a bit for
1035 clarity and add a couple of examples.
1036
1037 2003-07-10 Kevin Ryde <user42@zip.com.au>
1038
1039 * deprecated.texi (Deprecated): Add scm_remember.
1040
1041 2003-06-22 Kevin Ryde <user42@zip.com.au>
1042
1043 * data-rep.texi (Remembering During Operations): Refer to all "Guile
1044 library functions" as provoking gc.
1045
1046 2003-06-19 Kevin Ryde <user42@zip.com.au>
1047
1048 * scheme-io.texi (File Ports): Describe call-with-input-file and
1049 call-with-output-file together. Describe with-input-from-file,
1050 with-output-to-file and with-error-to-file together, and add that they
1051 use dynamic-wind on the current port setting and keep the port open in
1052 support of captured continuations.
1053 (Closing): Describe close-input-port and close-output-port together,
1054 tweak the wording slightly.
1055
1056 2003-06-14 Kevin Ryde <user42@zip.com.au>
1057
1058 * data-rep.texi (Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
1059 and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations".
1060
1061 * scheme-data.texi (Arithmetic): round is to nearest even.
1062
1063 2003-06-12 Kevin Ryde <user42@zip.com.au>
1064
1065 * data-rep.texi (Remembering During Operations): New section.
1066
1067 * scheme-data.texi (Primitive Numerics): Add atan2, pow, asinh, acosh
1068 and atanh to scheme<->C table. Note asinh, acosh and atanh are C99,
1069 and scm_asinh, scm_acosh and scm_atanh are equivalents. Cross ref
1070 glibc "Mathematics". Reword this end part for clarity.
1071
1072 * scheme-memory.texi (Memory Blocks): Use {} around types for
1073 @deftypefn, for correct name in indexes.
1074 * scheme-utility.texi (C Hooks): Ditto.
1075 * gh.texi (Scheme to C): Ditto.
1076
1077 * gh.texi (Scheme to C): In gh_scm2newstr, lenp is size_t* not int*.
1078 This changed in guile 1.6, the docs weren't updated.
1079
1080 2003-06-09 Marius Vollmer <mvo@zagadka.de>
1081
1082 From Mike Gran <spikegran@earthlink.net>. Thanks!
1083
1084 * preface.texi: Minor punctuation mistakes. Hyphens should link
1085 compound adjectives. Commas should be placed after a "therefore"
1086 that begins a sentence. Commas should not be used to separate a
1087 list of only 2 dependent clauses.
1088
1089 2003-06-07 Kevin Ryde <user42@zip.com.au>
1090
1091 * scheme-data.texi (Arithmetic): Cross reference glibc floor and ceil.
1092
1093 2003-06-05 Kevin Ryde <user42@zip.com.au>
1094
1095 * posix.texi (File System): stat:rdev and stat:blocks can return #f,
1096 stat:blksize returns a sensible size if the field is not available.
1097
1098 * scheme-compound.texi (Array Mapping): Reword for clarity, and in
1099 particular have the same parameter names in the text and prototypes.
1100
1101 * scheme-evaluation.texi (Delayed Evaluation): Add delay, reword
1102 promise? and force a bit, describe recursive forcing of a promise by
1103 its own code.
1104
1105 * scheme-io.texi (Ports): Add notes on garbage collection, and on
1106 explicitly closing file ports.
1107 (File Ports): Cross reference Ports node on explicit closing.
1108
1109 * posix.texi (Network Sockets and Communication): Cross reference
1110 Ports node on explicit closing.
1111
1112 * scheme-scheduling.texi (Futures): New section.
1113
1114 * srfi-modules.texi (SRFI-13 Miscellaneous): In string-replace, note
1115 that start1 and end1 optional is a Guile extension.
1116
1117 2003-05-30 Kevin Ryde <user42@zip.com.au>
1118
1119 * deprecated.texi: Add substring-move-left! and substring-move-right!.
1120
1121 * scheme-io.texi (Default Ports): Remove duplicate descriptions of
1122 set-current-output-port and set-current-error-port.
1123
1124 2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
1125
1126 * scheme-compound.texi: Clarified that vectors need to be quoted.
1127
1128 2003-05-26 Kevin Ryde <user42@zip.com.au>
1129
1130 * posix.texi (Locales): Clarify setlocale a bit, list all categories,
1131 cross reference to libc.
1132
1133 2003-05-24 Kevin Ryde <user42@zip.com.au>
1134
1135 * scheme-procedures.texi: Add index entries lambda, optargs, syncase.
1136
1137 * scsh.texi (The Scheme shell (scsh)): Add index entries.
1138
1139 2003-05-22 Kevin Ryde <user42@zip.com.au>
1140
1141 * srfi-modules.texi (SRFI-2): Rewrite and-let*, describing plain
1142 expression clauses and improving the examples.
1143
1144 2003-05-17 Marius Vollmer <mvo@zagadka.de>
1145
1146 * posix.texi (socket): Use PF_ instead of AF_ prefix.
1147
1148 2003-05-16 Kevin Ryde <user42@zip.com.au>
1149
1150 * guile.texi: Use @copying, show copyright and permissions at start of
1151 info and html.
1152
1153 * srfi-modules.texi (SRFI-1 Deleting): Rewrite delete and
1154 delete-duplicates, adding behaviour details specified by srfi-1.
1155
1156 2003-05-12 Kevin Ryde <user42@zip.com.au>
1157
1158 * preface.texi (Guile License): Refer to COPYING.LIB.
1159
1160 * repl-modules.texi (Loading Readline Support, Readline Options):
1161 Index entries for readline functions.
1162
1163 * scheme-control.texi (Handling Errors): Fix regexp error key, should
1164 be `regular-expression-syntax'.
1165
1166 * scheme-data.texi (Complex): Show z argument in prototypes.
1167
1168 2003-05-10 Kevin Ryde <user42@zip.com.au>
1169
1170 * scheme-data.texi (Reals and Rationals): Fix typo @result{#f}, and
1171 put @result outside @code.
1172
1173 * scheme-data.texi (Bitwise Operations): Note negatives are treated as
1174 infinite precision twos complement. Revise `ash' to emphasise this
1175 for right shifts of negatives. Describe integer-length behaviour on
1176 negatives. Add `...' to logand, logior, logxor since they take
1177 multiple parameters.
1178 * guile.texi (m): New macro.
1179
1180 * scheme-control.texi (Handling Errors): Revise C support section to
1181 get index entries, and clarify parameters. Remove scm_regex_error, no
1182 longer exists and wasn't available to applications.
1183
1184 * scheme-control.texi (Handling Errors): Index entries for error keys.
1185
1186 2003-05-08 Kevin Ryde <user42@zip.com.au>
1187
1188 * scheme-data.texi (Bitwise Operations): Fix lognot to ones-complement.
1189
1190 * slib.texi (JACAL): Fix @ref title.
1191 Add index entries, use @file and @code variously.
1192
1193 2003-05-06 Kevin Ryde <user42@zip.com.au>
1194
1195 * scheme-scheduling.texi (C level thread interface): Use @deftypefn
1196 not @deftypefun, to get function names (not types) indexed.
1197
1198 * scheme-options.texi (Build Config): Add index entries for
1199 %guile-build-info keys.
1200
1201 2003-05-04 Kevin Ryde <user42@zip.com.au>
1202
1203 * scheme-data.texi (Integer Operations): Describe how quotient,
1204 remainder and modulo round their results.
1205
1206 * scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
1207 in @rnindex. In port-column, use @: after i.e.
1208 (Writing): In get-print-state, two spaces after full stop. Add write,
1209 revise display.
1210
1211 * srfi-modules.texi (SRFI-1 Length Append etc): Add count.
1212 (SRFI-1 Fold and Map): In reduce, fix typo "... variant of fold", add
1213 "f" to fold call shown. In reduce-right, use @code on "reduce".
1214
1215 * data-rep.texi, gh.texi: Add spaces after some @defun names.
1216 * posix.texi (Processes): Fix typo "hhhh".
1217
1218 2003-05-01 Neil Jerram <neil@ossau.uklinux.net>
1219
1220 * posix.texi: Add index entries for many variables and functions,
1221 either using @defvar/@deffn or @vindex/@pindex. (Patch supplied
1222 by Kevin Ryde.)
1223
1224 2003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1225
1226 * posix.texi (scm_c_port_for_each): Added.
1227
1228 2003-04-26 Neil Jerram <neil@ossau.uklinux.net>
1229
1230 * scheme-data.texi (Symbol Primitives): Document scm_str2symbol
1231 and scm_mem2symbol.
1232
1233 * data-rep.texi (Describing a New Type): Clarify that
1234 scm_make_smob_type_mfpe is deprecated. (Thanks to
1235 tomas@fabula.de.)
1236
1237 * scheme-control.texi (Handling Errors): Remove scm_sysmissing,
1238 long since gone from libguile. (Thanks to Kevin Ryde.)
1239
1240 2003-04-23 Rob Browning <rlb@defaultvalue.org>
1241
1242 * posix.texi (Processes): add documentation for system*.
1243
1244 2003-04-05 Marius Vollmer <mvo@zagadka.de>
1245
1246 * preface.texi: Reflect change to LGPL.
1247
1248 2003-03-27 Rob Browning <rlb@defaultvalue.org>
1249
1250 * scheme-io.texi (Reading): clarify character ordering in port for
1251 unread-string.
1252
1253 2003-03-07 Rob Browning <rlb@defaultvalue.org>
1254
1255 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
1256 choke TeX (thanks to Dale P. Smith).
1257
1258 * preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
1259 don't choke TeX (thanks to Dale P. Smith).
1260
1261 2003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1262
1263 * scheme-scheduling.texi (Low level thread primitives): Fixed typo
1264 in broadcast-condition-variable.
1265
1266 2002-12-08 Rob Browning <rlb@defaultvalue.org>
1267
1268 * scheme-options.texi (Build Config): add effective-version docs.
1269
1270 2002-11-17 Neil Jerram <neil@ossau.uklinux.net>
1271
1272 Applied patches from Stephen Compall as follows. (Thanks!)
1273
1274 2002-11-06 Stephen Compall <rushing@sigecom.net>
1275
1276 * posix.texi: Changed quotes to match Texinfo expectations.
1277
1278 Added references to the glibc manual.
1279
1280 Used proper Texinfo text marking for many keywords, such as @code,
1281 @samp, @env, @var.
1282
1283 Fixed argument metasyntactic variable references in
1284 file-manipulation section so the usage in the descriptions matches
1285 the usage in the declarations.
1286
1287 2002-10-26 Stephen Compall <rushing@sigecom.net>
1288
1289 * scheme-data.texi: Addition and change of many Texinfo tags,
1290 particularly usage of @var and @samp, as well as reformatting of
1291 some lists into tables and usage of @result.
1292
1293 Notes about some things I didn't understand, as well as a
1294 missing section on non-control characters.
1295
1296 2002-10-27 Gary Houston <ghouston@arglist.com>
1297
1298 * scheme-modules.texi (Environments): only available when
1299 (ice-9 r5rs) is used.
1300 * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
1301
1302 2002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
1303
1304 * scheme-scheduling.texi: Updated mutex and condition varable
1305 functions.
1306
1307 2002-10-27 Neil Jerram <neil@ossau.uklinux.net>
1308
1309 * debugging.texi (Debugging Features): Rewritten.
1310
1311 2002-10-19 Neil Jerram <neil@ossau.uklinux.net>
1312
1313 * new-docstrings.texi, scheme-binding.texi, scheme-io.texi,
1314 scheme-scheduling.texi, posix.texi: Automatic docstring updates.
1315
1316 2002-10-14 Marius Vollmer <mvo@zagadka.ping.de>
1317
1318 * intro.texi (Whirlwind Tour): Added pointer to examples
1319 directory.
1320
1321 2002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
1322
1323 * scheme-scheduling.texi (System Asyncs): Updated.
1324
1325 2002-10-07 Marius Vollmer <mvo@zagadka.ping.de>
1326
1327 * scheme-scheduling.texi (Asyncs): Updated.
1328 * posix.texi (sigaction): Updated.
1329
1330 2002-10-03 Neil Jerram <neil@ossau.uklinux.net>
1331
1332 * posix.texi (Processes), scheme-options.texi (Common Feature
1333 Symbols): Refer to provided? rather than deprecated feature?.
1334
1335 2002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
1336
1337 * tools.texi (How guile-snarf works): Updated.
1338 (Writing your own snarfing macros): New.
1339
1340 2002-09-25 Neil Jerram <neil@ossau.uklinux.net>
1341
1342 * scheme-debug.texi (Debugging): Make sections into nodes.
1343 (Debugging Options): Node removed.
1344
1345 * scheme-options.texi (Feature Tracking): Brought forward before
1346 sections on options.
1347 (Runtime Options): New section, to group options-related nodes.
1348
1349 2002-09-24 Neil Jerram <neil@ossau.uklinux.net>
1350
1351 * scheme-options.texi (Options and Config): Chapter name changed,
1352 and intro text improved.
1353 (Install Config): Brought forward, and renamed Build
1354 Configuration.
1355
1356 The following doc updates are from Ian Sheldon - thanks!
1357
1358 * scheme-data.texi (Appending Strings, Regexp Functions, Match
1359 Structures): Add examples.
1360 (Regular Expressions): Add instruction to use (ice-9 regex)
1361 module.
1362
1363 * slib.texi (SLIB): Remove duplicate `the'.
1364
1365 2002-09-22 Neil Jerram <neil@ossau.uklinux.net>
1366
1367 * scheme-options.texi (General option interface): Mention
1368 eval-options-interface and debug-options-interface.
1369
1370 * scheme-debug.texi (Debugging): New node describing source
1371 properties.
1372
1373 2002-09-19 Neil Jerram <neil@ossau.uklinux.net>
1374
1375 * scheme-utility.texi (Hook Reference): Improvements to hook docs.
1376 Thanks to Thien-Thi Nguyen for the patches.
1377
1378 2002-09-16 Marius Vollmer <mvo@zagadka.ping.de>
1379
1380 * scheme-data.texi (Symbol Props): It's "set-symbol-property!",
1381 not "set-symbol-property". Thanks to Pieter Pareit!
1382
1383 2002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
1384
1385 * scheme-data.texi: Tell them to use 'provided?' instead of
1386 '*feaures*'.
1387
1388 2002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
1389
1390 * scheme-ideas.texi (Creating a Procedure): Fixed typo. Thanks to
1391 Pieter Pareit!
1392
1393 * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
1394 of "libguile.a". Some small fixes/improvements.
1395
1396 * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
1397 it's too generic. Updated 'teach yourself ...' URL.
1398
1399 2002-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1400
1401 * scheme-modules.texi: Markup fixes and removal of gh_ references.
1402 Thanks to Dale Smith!
1403
1404 2002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
1405
1406 * scheme-evaluation.texi (eval-string): Updated.
1407
1408 * scheme-scheduling.texi (Fluids): Touched up a bit, added
1409 with-fluids.
1410
1411 2002-08-13 Marius Vollmer <mvo@zagadka.ping.de>
1412
1413 * scheme-modules.texi (More Modules Procedures): Removed.
1414 (Accessing Modules from C): New.
1415
1416 2002-08-10 Gary Houston <ghouston@arglist.com>
1417
1418 * scheme-procedures.texi: new section Primitive Procedures,
1419 documentation for scm_c_make_gsubr and scm_c_define_gsubr.
1420 * scheme-modules.texi (Compiled Code Modules): replace
1421 gh_new_procedure with scm_c_define_gsubr.
1422
1423 2002-08-08 Neil Jerram <neil@ossau.uklinux.net>
1424
1425 * gh.texi (Data types and constants defined by gh): Avoid
1426 generating index entry for SCM.
1427
1428 * posix.texi (Runtime Environment): Remove duplicate doc for
1429 setenv.
1430
1431 * data-rep.texi, scheme-memory.texi, scheme-modules.texi: Merge
1432 recent updates from stable branch.
1433
1434 * posix.texi (File System, Time, Pipes, Network Databases,
1435 Internet Socket Examples): Add examples provided by Ian Sheldon.
1436
1437 2002-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1438
1439 * scheme-binding.texi: Don't talk about 'bound?' which is gone.
1440 Thanks to Christopher Cramer.
1441
1442 2002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1443
1444 * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
1445 correct typos.
1446
1447 2002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1448
1449 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
1450 rdelim)) to an example that uses read-line. Thanks to Ralf
1451 Mattes!
1452
1453 * scheme-memory.texi: Added an introductory blurb about GC that I
1454 had lying around.
1455
1456 2002-08-02 Gary Houston <ghouston@arglist.com>
1457
1458 * scheme-modules.texi: split "Scheme and modules" into
1459 "provide and require" and "Environments". Mention R5RS
1460 environments.
1461
1462 2002-07-16 Neil Jerram <neil@ossau.uklinux.net>
1463
1464 * scheme-options.texi (Debugger options): New subsection
1465 describing stack overflow and what to do about it.
1466
1467 2002-07-10 Gary Houston <ghouston@arglist.com>
1468
1469 * scheme-modules.texi (Compiled Code Modules): Removed description
1470 of scm_register_module_xxx, which no longer exists. A description
1471 of current techniques is needed.
1472
1473 2002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
1474
1475 * scheme-data.texi (Numbers): Added description of the new values
1476 +inf.0, -inf.0 and +nan.0.
1477
1478 * posix.texi (Runtime Environment): Added entries for 'setenv' and
1479 'unsetenv'.
1480
1481 2002-04-28 Marius Vollmer <mvo@zagadka.ping.de>
1482
1483 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
1484 from gh.texi to data-rep.texi. Both files already had similar
1485 descriptions for SCM. Given that gh.texi is deprecated, looking
1486 up `SCM' in the index should take one to the primary location
1487 rather than deprecated section. Hence this change. Added
1488 `@deftp' for scm_t_bits data type so that a proper index entry is
1489 added for this. Thanks to Richard Y. Kim!
1490
1491 * data-rep.texi (Subrs): Changed scm_make_gsubr to
1492 scm_c_define_gsubr. Thanks to Richard Y. Kim!
1493
1494 2002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
1495
1496 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
1497 string-tokenize.
1498
1499 2002-04-20 Neil Jerram <neil@ossau.uklinux.net>
1500
1501 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
1502 Node moved from a to b.
1503
1504 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
1505 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
1506 Tools, Further Reading): Moved to new Part II.
1507
1508 * preface.texi (Manual Layout): Part numbers updated accordingly.
1509
1510 * guile.texi (Top): Move API Overview node to beginning of Guile
1511 API Reference part.
1512 (Part II: Writing and Running Guile Scheme): New part; will
1513 contain content from `Programming with Guile' that pertains to
1514 writing and using Guile on the Scheme level.
1515
1516 * scm.texi (API Overview): Renamed from `Guile API'.
1517
1518 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
1519 Debugger User Interface node renamed Debugging Features.
1520
1521 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
1522 material moved to scheme-debug.texi.
1523 (Debugging Features): Renamed from `Debugger User Interface'.
1524
1525 * scheme-debug.texi (Debugging): Rename chapter `Debugging
1526 Infrastructure' and reorganize its contents.
1527
1528 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
1529 Errors): Move display-error to error-focussed section.
1530
1531 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
1532 backtrace to user-level debugging chapter.
1533
1534 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
1535 Properties): Move procedure-name, procedure-source and
1536 procedure-environment to procedures chapter.
1537
1538 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
1539 Blocks): Move malloc-stats to memory management chapter.
1540
1541 * scheme-procedures.texi (Syntax Rules): Remove mention of
1542 use-modules for loading syncase; only use-syntax really works.
1543 Thanks to Panagiotis Vossos for spotting this.
1544
1545 * program.texi (Scheme vs C): New node, with existing material
1546 taken from chapter intro.
1547 (Programming Overview): New intro para to introduce example of
1548 Guile integration:
1549 (Extending Dia): New node.
1550
1551 2002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
1552
1553 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
1554 guile.tps, guile.vrs, guile.tmp.
1555
1556 2002-04-01 Neil Jerram <neil@ossau.uklinux.net>
1557
1558 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
1559 Guile Extensions index.
1560
1561 * guile.texi: Removed Guile Extensions index.
1562
1563 * scheme-indices.texi (Guile Extensions Index): Removed.
1564
1565 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
1566 macros; they're not actually useful after all. Update copyright
1567 years.
1568
1569 * scheme-compound.texi (Vectors): Make subsections into nodes.
1570 (Vectors): Review, slightly reorg and clarify docs in this
1571 section.
1572
1573 * scheme-data.texi (Symbols): Reorganized node substructure and
1574 added lots of explanatory text around the @deffn's.
1575
1576 2002-03-29 Neil Jerram <neil@ossau.uklinux.net>
1577
1578 * scheme-modules.texi (Variables): Mention obarrays.
1579
1580 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
1581 markers for deprecated symbol items.
1582 (Symbol Props): Remove doc for obsolete 2 arg version of
1583 symbol-interned?.
1584 (String Miscellanea): Removed, since it only contained duplicate
1585 doc for string-ci->symbol.
1586 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
1587 section removed.
1588
1589 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
1590 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
1591 eval2 and read-and-eval!.
1592
1593 * data-rep.texi (Describing a New Type), scheme-compound.texi
1594 (Append/Reverse), scheme-procedures.texi (Internal Macros):
1595 Trivial updates to sync with stable branch.
1596
1597 2002-03-27 Neil Jerram <neil@ossau.uklinux.net>
1598
1599 * scheme-compound.texi (List Searching): Remove docs for
1600 `scm_sloppy_mem*', which no longer exist.
1601
1602 2002-03-24 Neil Jerram <neil@ossau.uklinux.net>
1603
1604 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
1605 Package): Use @ifnottex instead of @ifinfo, so that HTML
1606 generation works correctly.
1607
1608 2002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
1609
1610 * tools.texi: Updated to reflect changes to the guile-snarf tool.
1611
1612 2002-03-16 Neil Jerram <neil@ossau.uklinux.net>
1613
1614 * scheme-utility.texi (Hooks): Further updates. New material on
1615 GC hooks.
1616
1617 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
1618 eval2 and read-and-eval!.
1619
1620 * deprecated.texi (Deprecated): Remove docs about previously
1621 deprecated items that have now been removed.
1622
1623 2002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
1624
1625 * tools.texi (guile-1.4 guile-snarf): Remove this node.
1626 (How guile-snarf works): Update usage and description to
1627 no longer mention "--compat=1.4" and instead "-d" and "-D".
1628 (Macros guile-snarf recognizes): Add list of deprecated macros
1629 and blurb. Add cindex for deprecated macros.
1630
1631 2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
1632
1633 * scheme-utility.texi (Hooks): Reviewed and updated.
1634
1635 * scheme-options.texi (Feature Tracking): New section.
1636
1637 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
1638 description of corresponding C functions.
1639
1640 * scheme-utility.texi (Object Properties): Revamp documentation on
1641 object properties.
1642
1643 * scheme-memory.texi (Weak References): Update reference to Object
1644 Properties node.
1645
1646 * guile.texi: Add macros for describing version information.
1647
1648 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
1649 scheme-procedures.texi: Automatic updates from snarfed libguile
1650 docstrings.
1651
1652 2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
1653
1654 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
1655
1656 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
1657 new processing steps. Update usage example, makefile frag.
1658
1659 (guile-1.4 guile-snarf): New subsubsection under
1660 "Init Snarfing with guile-snarf".
1661
1662 2002-03-12 Neil Jerram <neil@ossau.uklinux.net>
1663
1664 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
1665 Automatic updates from snarfed libguile docstrings.
1666
1667 * data-rep.texi, guile.texi, scheme-evaluation.texi,
1668 scheme-options.texi, scheme-translation.texi: Various minor
1669 enhancements ported from the stable CVS branch.
1670
1671 2002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
1672
1673 * tools.texi (Miscellaneous Tools): New node/chapter.
1674 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
1675 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
1676 (Executable Modules): Now a section under "Miscellaneous Tools".
1677
1678 * guile.texi (Miscellaneous Tools): Add under "Part II".
1679 Implement by including tools.texi.
1680
1681 * Makefile.am (guile_TEXINFOS): Add tools.texi.
1682
1683 2002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
1684
1685 * tools.texi: New file.
1686
1687 2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
1688
1689 * autoconf.texi (Autoconf Background): Insert missing `of'.
1690
1691 2002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1692
1693 * api.txt, data-rep.texi: Renamed the struct scm_cell to
1694 scm_t_cell.
1695
1696 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
1697 scm_alloc_double_cell to scm_double_cell.
1698
1699 2002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
1700
1701 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
1702 section.
1703
1704 2002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
1705
1706 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
1707 scm_must_malloc and free in example code. Updated text for the
1708 new memory management functions.
1709
1710 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
1711 of to scm_must_malloc.
1712
1713 2002-02-27 Stefan Jahn <stefan@lkcc.org>
1714
1715 * gh.texi (scm transition summary): Documented some more
1716 gh equivalents and removed appropriate FIXME's.
1717
1718 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1719
1720 * Makefile.am: Update path to pre-inst-guile automake frag.
1721
1722 2002-02-24 Rob Browning <rlb@defaultvalue.org>
1723
1724 * .cvsignore: add autoconf-macros.texi.
1725
1726 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
1727
1728 2002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
1729
1730 * scheme-memory.texi (Memory Blocks): New section.
1731
1732 2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1733
1734 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
1735
1736 (GUILE): Delete var.
1737 (autoconf-macros.texi): Use $(preinstguiletool).
1738
1739 2002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1740
1741 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
1742 (Autoconf Support): Add new sections to menu.
1743
1744 2002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1745
1746 * scheme-data.texi (Symbol Uninterned): Added node.
1747
1748 2002-01-29 Stefan Jahn <stefan@lkcc.org>
1749
1750 * gh.texi (scm transition summary): Documented gh equivalents
1751 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
1752 and removed the appropriate FIXME's.
1753
1754 2002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1755
1756 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
1757 when invoking the uninstalled guile executable.
1758
1759 2002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
1760
1761 * Makefile.am (autoconf-macros.texi): Fix build bug:
1762 Write this file to srcdir. Thanks to I. N. Golubev.
1763
1764 2002-01-08 Gary Houston <ghouston@arglist.com>
1765
1766 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
1767 when building autoconf-macros.texi. There are still problems with
1768 modules and running makeinfo when builddir != srcdir.
1769
1770 2002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
1771
1772 * data-rep.texi, gh.texi, guile.texi, intro.texi,
1773 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
1774 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
1775 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
1776 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
1777 scheme-modules.texi, scheme-procedures.texi,
1778 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
1779 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
1780
1781 2002-01-07 Neil Jerram <neil@ossau.uklinux.net>
1782
1783 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
1784 `do'). Thanks to Fabrice Bauzac.
1785
1786 2002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1787
1788 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
1789
1790 2002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
1791
1792 * guile.texi (Part II): Add "Autoconf Support"; include
1793 autoconf.texi.
1794
1795 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
1796 autoconf-macros.texi.
1797 (autoconf.texi, autoconf-macros.texi): New rules.
1798
1799 * autoconf.texi: New file.
1800
1801 2001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
1802
1803 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
1804 "Pierre". Thanks to Ron Peterson!
1805
1806 2001-12-22 Neil Jerram <neil@ossau.uklinux.net>
1807
1808 * program.texi (Programming Overview): Chapter renamed from
1809 `Programming Options'; some new material added.
1810
1811 2001-12-07 Neil Jerram <neil@ossau.uklinux.net>
1812
1813 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
1814 broadened so that this chapter discusses the Guile API as a whole.
1815
1816 * program.texi (Available Functionality): Revise so that text
1817 reads better.
1818
1819 * guile.texi (Programming Intro): New introductory text.
1820
1821 * scheme-ideas.texi (Definition): Reorder reference bullets in
1822 ascending page number order.
1823
1824 2001-12-04 Martin Grabmueller <mg@glug.org>
1825
1826 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
1827 either.
1828
1829 2001-12-01 Neil Jerram <neil@ossau.uklinux.net>
1830
1831 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
1832
1833 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
1834
1835 * scheme-data.texi (Variables): Node moved to modules chapter.
1836 (Symbol Read Syntax): New node, with syntax-related material taken
1837 from old Symbols node.
1838 (Symbol Primitives): Renamed from `Symbols'.
1839 (Symbols and Variables): Renamed to `Symbols'.
1840 (Symbol Props): Renamed from `Symbol Tables'.
1841 (Symbols): General review, improvements and additional material
1842 throughout this section.
1843 (Other Data Types): New material: links to object types documented
1844 elsewhere. Also renamed node to `Other Types'.
1845 (Data Types): Split into two: `Simple Data Types' and `Compound
1846 Data Types'. Introductory blurbs rewritten accordingly.
1847
1848 * guile.texi: Updated Notes comment.
1849
1850 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
1851 part, as the Rx interface is not core Guile.
1852
1853 2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
1854
1855 * scheme-data.texi (String Miscellanea): Removed, moving doc for
1856 string-ci->symbol into the node on Symbols.
1857
1858 * Makefile.am (ETAGS_ARGS): Added.
1859
1860 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
1861 intern-symbol, string->obarray-symbol, symbol-binding,
1862 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
1863 of which no longer exist.
1864
1865 2001-11-25 Thien-Thi Nguyen <ttn@glug.org>
1866
1867 * posix.texi: Fix spelling. Thanks to Chris Cramer.
1868 Reword `getpass' intro blurb.
1869
1870 2001-11-23 Neil Jerram <neil@ossau.uklinux.net>
1871
1872 * program.texi (Program Control): Remove spurious placeholder
1873 text.
1874
1875 2001-11-20 Thien-Thi Nguyen <ttn@glug.org>
1876
1877 * scheme-options.texi (Install Config):
1878 Tweak `%load-path' verb to not imply it's a proc.
1879 Add documentation for `%guile-build-info'.
1880
1881 2001-11-19 Neil Jerram <neil@ossau.uklinux.net>
1882
1883 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
1884 doc for builtin-bindings (no longer exists).
1885 (Variables): Expanded existing description of variables. Removed
1886 doc for builtin-variable (no longer exists).
1887
1888 * scheme-binding.texi (Top Level): New docs for define, scm_define
1889 and scm_c_define. Also clarified point about interchangeability
1890 of define and set!.
1891
1892 2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
1893
1894 * scheme-data.texi (Vectors): Autoupdate docs for
1895 vector-move-left! and vector-move-right!.
1896
1897 2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
1898
1899 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
1900 new-docstrings.texi, posix.texi, scheme-binding.texi,
1901 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
1902 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
1903 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
1904 scheme-scheduling.texi, scheme-translation.texi,
1905 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
1906 category for "primitive" and "procedure" @deffn's to {Scheme
1907 Procedure}; add @deffnx lines for {C Function}s; automatic updates
1908 from libguile docstring changes.
1909
1910 * scheme-memory.texi (Garbage Collection): Removed doc for removed
1911 `unhash-name'.
1912
1913 2001-11-14 Thien-Thi Nguyen <ttn@glug.org>
1914
1915 * scheme-procedures.texi: Spell "library" correctly.
1916
1917 2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
1918
1919 * new-docstrings.texi, scheme-data.texi: Merge recent doc
1920 improvements from stable branch.
1921
1922 * scheme-options.texi: Automatic updates from docstring changes in
1923 libguile's C source code.
1924
1925 2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
1926
1927 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
1928 updates for struct? and struct-vtable?.
1929 (String Searching): Add missing "for". Thanks to Scott Lenser.
1930
1931 2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
1932
1933 * guile.texi (Top): Added new chapter `Programming Options'.
1934
1935 * program.texi: New file.
1936
1937 * Makefile.am (guile_TEXINFOS): Added program.texi.
1938
1939 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
1940
1941 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
1942 scheme-data.texi, scheme-binding.texi, posix.texi,
1943 new-docstrings.texi: Automatic updates from improved libguile
1944 docstrings.
1945
1946 2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
1947
1948 * preface.texi: Use MANUAL_EDITION variable.
1949 (Manual Layout): Updated to reflect reorg.
1950
1951 * guile.texi (MANUAL_EDITION): New variable, with value
1952 incremented from 1.0 to 1.1 to reflect the reorg described here.
1953 (Top): Use MANUAL_EDITION variable.
1954
1955 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
1956 @unnumbered rather than @chapter for these indices.
1957
1958 * guile.texi (Top): A little top-level reshuffling, with the aims
1959 that: (1) the `Guile Scheme' (reference) part of the manual
1960 becomes the `Guile API Reference', and covers both Scheme and C
1961 interfaces; (2) non-API-reference material such as the `Basic
1962 Ideas in Scheme' chapter is collected together to form a new part
1963 `Programming with Guile'. This new part will contain general
1964 documentation on using and programming Guile in both Scheme and C,
1965 including - for example - awareness of GC when C programming, how
1966 to use the snarf macros, how to debug ...
1967 (Top): Move inclusion of scheme-indices.texi so that all indices
1968 appear together in the printed manual.
1969
1970 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
1971 debugging.texi.
1972
1973 * appendices.texi: Removed.
1974
1975 * debugging.texi (Debugger User Interface): New file, same as the
1976 material that used to be in appendices.texi, but now a chapter in
1977 Part II rather than an appendix.
1978
1979 * appendices.texi (Obtaining and Installing Guile): Moved to
1980 become a chapter in ...
1981 * intro.texi: ... Part I: Introduction to Guile.
1982
1983 * scm.texi (I/O Extensions): Moved to become a section of ...
1984 * scheme-io.texi (Input and Output): ... this chapter.
1985
1986 * scm.texi (Handling Errors): Moved to become a section of ...
1987 * scheme-control.texi (Control Mechanisms): ... this chapter.
1988
1989 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1990
1991 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
1992 time and clock resolution, SRFI-19 Time object and accessors,
1993 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
1994 procedures, SRFI-19 Date object and accessors, SRFI-19
1995 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
1996 to string/string to date converters): New nodes.
1997 (SRFI Support): Add "SRFI-19" to menu.
1998
1999 2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
2000
2001 * scripts.texi: Document `--debug' and `--no-debug'.
2002
2003 2001-10-27 Gary Houston <ghouston@arglist.com>
2004
2005 * guile.texi, scsh.texi: removed obsolete guile-scsh material
2006 and updated links (I don't know if it should remain in the
2007 main menu. It's like slib I think.)
2008
2009 * minor updates to the slib installation notes.
2010
2011 2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
2012
2013 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
2014 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
2015 noticing that they'd disappeared!)
2016
2017 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
2018
2019 * scheme-io.texi (Writing): Add entry for `display'.
2020 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
2021
2022 2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2023
2024 * srfi-modules.texi (SRFI-13): Tyop fix.
2025 (SRFI-13): Changed paragraph about bindings both in the code and
2026 in SRFI-13.
2027
2028 * misc-modules.texi (Formatted Output): Tyop fix.
2029 (Formatted Output): Document ~g properly.
2030
2031 Thanks to Alex Schroeder for pointing out the typos and sending
2032 suggestions.
2033
2034 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
2035
2036 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
2037 Thanks to suggestion by Alex Schroeder.
2038
2039 2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
2040
2041 * guile.texi (Top): Group all index nodes together so that
2042 `Info-index' works more effectively in Info. Thanks to Eric
2043 Hanchrow for the report and fix.
2044
2045 * scheme-data.texi (Random, String Syntax, String Modification,
2046 Regular Expressions), scheme-ideas.texi (Definition),
2047 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
2048 scm.texi (Transforming Scheme name to C name, Port
2049 Implementation): Various typo fixes and clarifications merged from
2050 the stable CVS branch.
2051
2052 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
2053
2054 * intro.texi: Merged wording fixes from stable CVS branch.
2055
2056 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
2057
2058 * guile.texi: Incorporate text previously in separate AUTHORS
2059 file.
2060
2061 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
2062
2063 The change log for files in this directory continues backwards
2064 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
2065 prior to this date was contained in a single directory.