* Removed an application of SCM_C[AD]R to non pairs.
[bpt/guile.git] / doc / ChangeLog
CommitLineData
2da0d971
MG
12001-04-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * intro.texi (Using Guile Modules): Wrote intro to using modules.
4 (Writing New Modules): New intro for writing modules.
5 (Reporting Bugs): Added info about what is a bug and what to
6 include in a bug report (taken and adapted from the Emacs
7 Reference Manual).
8
65f7a650
MG
92001-04-19 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
10
11 * scheme-control.texi (while do): Added documentation for named
12 let.
13
14 * scheme-binding.texi (Internal Definitions): New explanation of
15 `Internal Definitions'.
16 (Top Level): Documented behaviour of top level definitions.
17 (Binding Constructs): New introductory text.
18 (Local Bindings): Explain concept of local bindings. Document
19 let, let* and letrec.
20
212001-04-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
22
23 * scheme-modules.texi (Modules): Added menu descriptions.
24 (Scheme and modules, The Guile module system): Some whitespace
25 cleanup
26 (The Guile module system): Layout fixes, docstring fix for
27 `define-module'.
28
da54ce85
MG
292001-04-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
30
31 * scheme-control.texi (Multiple Values): Documented concept of
32 multiple values, added docs for `receive'.
33 (begin): Documented `begin'.
34 (if cond case): Documented `if', `cond' and `case'.
35 (and or): Documented `and' and `or'.
36 (while do): Documented `do' and `while'.
37
38 * scheme-procedures.texi (Optional Arguments): Split the node,
39 added introductory text, added menu for subsections.
40 (let-optional Reference, let-keywords Reference),
41 (lambda* Reference, define* Reference): Added syntax documentation
42 for all exported procedures from (ice-9 optargs).
43
239d2912
MG
442001-04-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
45
46 * scheme-utility.texi (General Conversion): New node, added
47 `object->string'.
48 (Equality): Added definition and explanation of `sameness'.
49
50 * posix.texi (System Identification): Added `gethostname' and
51 `sethostname'.
52 (Processes): Added `setpriority' and `getpriority'.
53 (User Information): Added `cuserid' and `getlogin'.
54 (Ports and File Descriptors): Added `flock'.
55 (Processes): Added `chroot'.
56 (File System): Added `mkstemp!'.
57 (Encryption): New node, added `crypt' and `getpass'.
58
59 * new-docstrings.texi: Moved several docstrings over to the
60 reference manual (see above which).
61
62 * scheme-data.texi (Data Types), (Numerical Tower): Add explicit
63 @bullet to @itemize to satisfy older `makeinfo'.
64
813c57db
NJ
652001-04-16 Neil Jerram <neil@ossau.uklinux.net>
66
67 * data-rep.texi (Signalling Type Errors): Update SCM_ASSERT doc
68 for recent changes to disallow passing a string parameter as the
69 `pos'. Thanks to Dirk Herrmann for the patch!
70
505392ae
NJ
712001-04-13 Neil Jerram <neil@ossau.uklinux.net>
72
73 * data-rep.texi (Unpacking the SCM type): New section, taken from
74 Dirk Herrmann's description of SCM and scm_bits_t in api.txt.
75 (Immediate Datatypes, Non-immediate Datatypes): Remove obsolete
76 notes about needing to call SCM_NIMP.
77
a58c0d5f
NJ
782001-04-11 Neil Jerram <neil@ossau.uklinux.net>
79
80 * scheme-procedures.texi (Procedures with Setters): Fix dvi
81 building syntax error. Thanks to Dale P. Smith for the report and
82 patch.
83
ac0b7ebd
MG
842001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
85
86 * scheme-scheduling.texi (Arbiters): New explanatory text.
87 (Asyncs): New explanations and documentation.
88 (Scheduling): Added menu entry descriptions.
89 (Fluids): New documentation.
90
f4f2b29a
MG
912001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
92
93 * scheme-procedures.texi (Lambda): Documented the lambda form.
94 (Procedure Properties): Concept and usage explanation added.
95 (Procedures with Setters): Explain by example, introduce
96 definitions.
97
98 * scheme-data.texi (Symbols and Variables): Split and reorganized
99 this section.
100 (Symbols): New introductory text.
101 (Characters): Added char-ci* procedures to rn index.
102
2b6aab94
NJ
1032001-04-10 Neil Jerram <neil@ossau.uklinux.net>
104
19aad96c
NJ
105 * scm.texi (Handling Errors): Improve Texinfo markup. Thanks to
106 Dale P. Smith for the patch!
107
2b6aab94
NJ
108 * api.txt (Accessing Cell Entries): Fix typo.
109
5411d882
NJ
1102001-04-09 Neil Jerram <neil@ossau.uklinux.net>
111
89d04205
NJ
112 * deprecated.texi (Shared And Read Only Strings): New section for
113 deprecated string stuff. I've also updated the text a bit to
114 reflect current usage of "read only" strings.
115
116 * scheme-data.texi (Shared Substrings, Read Only Strings): Moved
117 to deprecated.texi.
118
5411d882
NJ
119 * deprecated.texi, posix.texi, scheme-binding.texi,
120 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
121 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
122 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
123 scheme-scheduling.texi, scheme-translation.texi,
124 scheme-utility.texi: Remove `@c docstring' comments, since they
125 aren't used any more by the docstring tracking utilities.
126
5c4b24e1
MG
1272001-04-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
128
129 * scheme-data.texi (Pairs): New data type and procedure
130 description.
131 (Lists): Added new subsections for grouping the list procedures.
132 (Hooks): Added new nodes for hook subsections.
133 (String Syntax): New node, factoring out read syntax.
134 (Strings): Some blurb about allowed characters, zero-termination
135 etc.
136 (Keywords): Added menu descriptions.
137
1382001-04-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
139
140 * scheme-indices.texi (R5RS Index): Print index `rn', not `r5'.
141
142 * guile.texi: The index formerly known as `r5' is now called `rn'.
143
144 * scheme-utility.texi, scheme-procedures.texi, scheme-io.texi,
145 scheme-evaluation.texi, scheme-control.texi, scheme-data.texi:
146 Changed all @r5index entries to @rnindex.
147
1482001-04-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
149
150 * scheme-data.texi (Hooks): Added hook description and
151 constraints.
152
a8944ae1
TTN
1532001-04-06 Thien-Thi Nguyen <ttn@revel.glug.org>
154
155 * scheme-scheduling.texi (Higher level thread
156 procedures): Replace some instances of `@var' with `@code'.
157
158 * scheme-scheduling.texi (Higher level thread
159 procedures): Rewrite.
160
2954ad93
MG
1612001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
162
163 * scheme-data.texi (Alphabetic Case Mapping),
164 (String Comparison): Rearranged function order.
165 (Vectors): Reorganized, new introductory text, docs about read
166 syntax.
167
ae9f3a15
MG
1682001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
169
170 * scheme-options.texi, scheme-procedures.texi,
171 scheme-modules.texi, scheme-memory.texi, scheme-control.texi,
172 scheme-utility.texi, scheme-io.texi, scheme-evaluation.texi,
173 scheme-data.texi: Removed a lot of ARGFIXME's after tweaking
174 docstrings and C source.
175
176 * new-docstrings.texi, scheme-io.texi, scheme-data.texi,
177 posix.texi, scheme-control.texi, scheme-evaluation.texi,
178 scheme-memory.texi, scheme-procedures.texi, scheme-modules.texi,
179 scheme-scheduling.texi: Automated docstring merging.
180
abaec75d
NJ
1812001-04-02 Neil Jerram <neil@ossau.uklinux.net>
182
183 * data-rep.texi (Immediates vs. Non-immediates): Update
184 out-of-date documentation. (Thanks to Dirk Herrmann for the
185 report!)
186 (Immediates vs Non-immediates): Renamed without the dot, since the
187 dot causes `info' not to be able to display this node!
188
189 * Makefile.am (guile_TEXINFOS): Add in a few more source files
190 that had got left out.
191
a4318577
NJ
1922001-03-30 Neil Jerram <neil@ossau.uklinux.net>
193
b0839672
NJ
194 * scheme-reading.texi (Further Reading): Add bullets to further
195 reading list.
196
197 * gh.texi: Insert page break before chapter. Remove page breaks
198 within the chapter.
199
200 * Makefile.am: Add script-getopt.texi.
201
202 * guile.texi (Top): Include and link to new script-getopt.texi
203 chapter.
204
205 * script-getopt.texi: New chapter on command line handling.
206 (Written and contributed by Martin Grabmueller, revised by me.)
207
a4318577
NJ
208 * intro.texi (Modules and Extensions): Fix typo.
209
b576faf1
MG
2102001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
211
212 * scheme-data.texi (Strings): Reorganized the whole `Strings'
213 section and wrote introductory material for each new subsection.
214
62532db3
MV
2152001-03-25 Marius Vollmer <mvo@zagadka.ping.de>
216
217 * intro.texi (Modules and Extensions): Some short text about
218 dynamic libraries and modules.
219
780ee65e
NJ
2202001-03-23 Neil Jerram <neil@ossau.uklinux.net>
221
8d009ee4
NJ
222 * intro.texi (Writing Extensions for Guile), scheme-data.texi
223 (Lists): Fix typos.
224
028321d4
NJ
225 * guile-tut.texi, ChangeLog-guile-doc-tutorial: Added to CVS. It
226 seems that I somehow missed these out when I moved everything from
227 guile-doc to guile-core.
228
780ee65e
NJ
229 * posix.texi, scheme-data.texi, scheme-evaluation.texi,
230 scheme-io.texi, scheme-memory.texi: Automatic docstring updates.
231
232 * new-docstrings.texi: New file. Holds snarfed docstrings that
233 have not yet been incorporated into the reference manual.
234
13c2013d
MG
2352001-03-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
236
237 * scheme-options.texi (Evaluator options): Added evaluator
238 options, corrected docs for evaluator trap options.
239
240 * scheme-evaluation.texi (Scheme Read): New docs for read-options,
241 read-enable, read-disable and read-set! and cross references to
242 option nodes.
243 (Evaluator Options): New docs for eval-options, eval-enable,
244 eval-disable and eval-set!, traps, trap-enable, trap-disable and
245 trap-set! and cross references to option nodes.
246 (Evaluator Behaviour): Renamed node from `Evaluator options' to
247 avoid name clash.
248
249 * scheme-io.texi (String Ports): Added docs for SRFI-6 procedures.
250 (Void Ports): Corrected introductory comment.
251
fcaedf99
MG
2522001-03-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
253
254 * scheme-data.texi (Arithmetic): Documented the arithmetic
255 procedures.
256 (Integer Operations): Added documentation.
257 (Comparison): Added documentation.
258 (Complex): Added documentation.
259 (Symbols and Variables): Comment out `builtin-bindings', which is
260 removed according to NEWS.
261 (Pairs): Added documentation.
262
263 * scheme-io.texi: Added R5RS index entries for all R5RS
264 procedures.
265 (File Ports): New docs for `call-with-input-file',
266 `call-with-output-file', `with-input-from-file',
267 `with-output-to-file', `with-error-to-file'.
268
269 * scheme-control.texi, scheme-utility.texi,
270 * scheme-procedures.texi: Added R5RS index entries for all R5RS
271 procedures.
272
273 * scheme-evaluation.texi (Fly Evaluation): Added documentation for
274 `apply'. Added R5RS index entries for all R5RS procedures.
275
276 * scheme-data.texi: Added R5RS index entries for all R5RS
277 procedures. Removed R5RS index entries for `ass{q,v,occ}-set!'.
278 Removed explicit entries into the function entries. They are
279 automagic.
280 (Vectors): Added documentation for `make-vector', `vector-ref' and
281 `vector-set!'.
282
c4f810a4
MV
2832001-03-12 Marius Vollmer <mvo@zagadka.ping.de>
284
285 * intro.texi: Changed to reflect current practice better. Added
286 stuff about writing Guile Extensions (aka dynamically loaded
287 shared libraries).
288
04426527
MD
2892001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
290
291 * goops.texi (VERSION): Bumped to version 0.3.
292
7d435120 293 * goops-tutorial.texi, goops.texi: Updated to reflect new
04426527
MD
294 define-method syntax.
295
4bc59ee7
NJ
2962001-03-09 Neil Jerram <neil@ossau.uklinux.net>
297
fff043ab
NJ
298 * Makefile.am: Change HTML to HTMLDOC, now that we're part of a
299 wider distribution.
300
c2dc2842
NJ
301 Moving documentation files from guile-doc and guile-doc into
302 guile-core/doc:
4aa8647c
NJ
303
304 * env.texi, indices.texi, mbapi.texi, mltext.texi, scripts.texi,
305 scsh.texi, tcltk.texi, hierarchy.txt, scheme-indices.texi,
306 slib.texi, deprecated.texi, scheme-binding.texi, appendices.texi,
307 scheme-intro.texi, goops.texi, extend.texi, gh.texi, intro.texi,
308 preface.texi, scm.texi, goops-tutorial.texi, hierarchy.eps,
309 r4rs.texi, r5rs.texi, texinfo.tex, scheme-reading.texi,
310 data-rep.texi, scheme-utility.texi, posix.texi,
311 scheme-control.texi, scheme-debug.texi, scheme-evaluation.texi,
312 scheme-io.texi, scheme-memory.texi, scheme-modules.texi,
313 scheme-options.texi, scheme-procedures.texi,
314 scheme-scheduling.texi, scheme-translation.texi, guile.texi,
9cca936f
NJ
315 scheme-data.texi, scheme-ideas.texi, expect.texi,
316 ChangeLog-guile-doc-ref, guile-tut.texi,
c2dc2842
NJ
317 ChangeLog-guile-doc-tutorial, AUTHORS, BUGS, NEWS, THANKS: New
318 files.
9cca936f 319
c2dc2842 320 * .cvsignore, Makefile.am, README: Merged.
4aa8647c 321
c2dc2842 322 * sources: New subdirectory.
a8944ae1 323
da00aada
NJ
324 Both the following files are about to be replaced by files from
325 guile-doc/ref.
a8944ae1 326
da00aada
NJ
327 * texinfo.tex: Removed.
328
4bc59ee7
NJ
329 * data-rep.texi: Removed.
330
07347b49
NJ
3312001-02-15 Neil Jerram <neil@ossau.uklinux.net>
332
14dd0e27
NJ
333 * README: Explain retirement of `data-rep.texi'.
334
335 * Makefile.am (info_TEXINFOS, data_rep_TEXINFOS): Removed.
336
07347b49
NJ
337 * data-rep.texi: Replace this copy of data-rep.texi with a notice
338 indicating that it has been retired. The master copy of
339 data-rep.texi is at guile-doc/ref/data-rep.texi.
340
bd7d4f40
MV
3412001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
342
343 * data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
344 things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
345 P. Smith!
346
c6c2ea9f
MD
3472000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
348
349 * mop.text: Preliminary documentation of the GOOPS meta object
350 protocol.
351
6de50a52
NJ
3522000-07-28 Neil Jerram <neil@ossau.uklinux.net>
353
354 * data-rep.texi (Garbage Collection): Fix "accomodate" spelling
355 mistake.
a8944ae1 356
685c0d71
DH
3572000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
358
359 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
360
31987551
MD
3612000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
362
363 * data-rep.texi: Center discussion around the standard interface
364 for smob type creation (scm_make_smob_type) and warn about the
365 ongoing discussion which may result in deprecating
366 scm_make_smob_type_mfpe in next release of Guile.
367
ae09e7ac
DH
3682000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
369
370 * data-rep.texi: Updated the macro names for operating on
371 characters.
372
d87d3650
DH
3732000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
374
375 * api.txt: Added a first attempt for a description of the newly
376 designed low level API.
377
106428b3
MV
3782000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
379
380 * Makefile.am (version.texi): Override automake's rule for
381 version.texi so that it gets created even in non-maintainer-mode.
382
078e9092
GB
383Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
384
385 * version.texi, stamp-vti: Removed -- these are auto-generated.
386
899a7b3c
MD
3872000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
388
fb4956c9
MD
389 * Makefile.am (dist-hook): Updated to include oldfmt.c in
390 distribution archive.
391
899a7b3c
MD
392 * README: Updated with note about oldfmt.c.
393
394 * oldfmt.c: New file: Used by application writers to adapt to
395 new-style error format strings.
396
741d6079
GH
3971999-12-06 Gary Houston <ghouston@freewire.co.uk>
398
399 * data-rep.texi: change dircategory to match change in guile-doc
400 and scm.
401
0c1221ab
JB
4021999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
403
404 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
405 script to create generated files like this one.
406
e1f20ec6
JB
4071999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
408
409 * Makefile.in: Regenerated.
410
544b9232
MD
411Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
412
413 * data-rep.texi: Updated SMOB docs to talk about
414 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
415 and macros.
a8944ae1 416
cceae55d
JB
4171999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
418
419 * Makefile.in: Regenerated.
420
33432c79
JB
4211998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
422
423 * COPYING: New file.
424 * Makefile.in: Regenerated.
425
426 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
427 * Makefile.in: Regenerated.
428
3e66cf9f
JB
4291998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
430
431 * Makefile.in: Regenerated, after change to qthreads.m4.
432
8ff90e04
JB
4331998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
434
435 * stamp-vti: Regenerated.
436
437 * hacks.el: Some handy helper functions for working on the manual.
438
439 * data-rep.texi: Extended to accomodate a full running example,
440 provided with the manual.
441 * example-smob: A new subdirectory, containing example files for
442 the manual chapter on smobs.
443 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
444 target, to get the example-smob directory into the distribution.
445 * Makefile.in: Regenerated.
a8944ae1 446
59619fea
JB
4471998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
448
449 * .cvsignore: New file, containing data-rep.info. I'm not sure
450 whether we want to check this file into CVS, because it's
451 generated; if you find compelling reasons it should be, let me
452 know.
453
2f2cef71
JB
4541998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
455
456 * New directory for documentation.
457 * README: New file.
458 * data-rep.texi: It's not a real manual, but it's better than
459 nothing.
460 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
461 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
462 files.