* boot-9.scm (load-compiled): New variable, initialized in the VM.
[bpt/guile.git] / doc / ChangeLog
CommitLineData
505392ae
NJ
12001-04-13 Neil Jerram <neil@ossau.uklinux.net>
2
3 * data-rep.texi (Unpacking the SCM type): New section, taken from
4 Dirk Herrmann's description of SCM and scm_bits_t in api.txt.
5 (Immediate Datatypes, Non-immediate Datatypes): Remove obsolete
6 notes about needing to call SCM_NIMP.
7
a58c0d5f
NJ
82001-04-11 Neil Jerram <neil@ossau.uklinux.net>
9
10 * scheme-procedures.texi (Procedures with Setters): Fix dvi
11 building syntax error. Thanks to Dale P. Smith for the report and
12 patch.
13
ac0b7ebd
MG
142001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
15
16 * scheme-scheduling.texi (Arbiters): New explanatory text.
17 (Asyncs): New explanations and documentation.
18 (Scheduling): Added menu entry descriptions.
19 (Fluids): New documentation.
20
f4f2b29a
MG
212001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
22
23 * scheme-procedures.texi (Lambda): Documented the lambda form.
24 (Procedure Properties): Concept and usage explanation added.
25 (Procedures with Setters): Explain by example, introduce
26 definitions.
27
28 * scheme-data.texi (Symbols and Variables): Split and reorganized
29 this section.
30 (Symbols): New introductory text.
31 (Characters): Added char-ci* procedures to rn index.
32
2b6aab94
NJ
332001-04-10 Neil Jerram <neil@ossau.uklinux.net>
34
19aad96c
NJ
35 * scm.texi (Handling Errors): Improve Texinfo markup. Thanks to
36 Dale P. Smith for the patch!
37
2b6aab94
NJ
38 * api.txt (Accessing Cell Entries): Fix typo.
39
5411d882
NJ
402001-04-09 Neil Jerram <neil@ossau.uklinux.net>
41
89d04205
NJ
42 * deprecated.texi (Shared And Read Only Strings): New section for
43 deprecated string stuff. I've also updated the text a bit to
44 reflect current usage of "read only" strings.
45
46 * scheme-data.texi (Shared Substrings, Read Only Strings): Moved
47 to deprecated.texi.
48
5411d882
NJ
49 * deprecated.texi, posix.texi, scheme-binding.texi,
50 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
51 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
52 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
53 scheme-scheduling.texi, scheme-translation.texi,
54 scheme-utility.texi: Remove `@c docstring' comments, since they
55 aren't used any more by the docstring tracking utilities.
56
5c4b24e1
MG
572001-04-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
58
59 * scheme-data.texi (Pairs): New data type and procedure
60 description.
61 (Lists): Added new subsections for grouping the list procedures.
62 (Hooks): Added new nodes for hook subsections.
63 (String Syntax): New node, factoring out read syntax.
64 (Strings): Some blurb about allowed characters, zero-termination
65 etc.
66 (Keywords): Added menu descriptions.
67
682001-04-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
69
70 * scheme-indices.texi (R5RS Index): Print index `rn', not `r5'.
71
72 * guile.texi: The index formerly known as `r5' is now called `rn'.
73
74 * scheme-utility.texi, scheme-procedures.texi, scheme-io.texi,
75 scheme-evaluation.texi, scheme-control.texi, scheme-data.texi:
76 Changed all @r5index entries to @rnindex.
77
782001-04-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
79
80 * scheme-data.texi (Hooks): Added hook description and
81 constraints.
82
a8944ae1
TTN
832001-04-06 Thien-Thi Nguyen <ttn@revel.glug.org>
84
85 * scheme-scheduling.texi (Higher level thread
86 procedures): Replace some instances of `@var' with `@code'.
87
88 * scheme-scheduling.texi (Higher level thread
89 procedures): Rewrite.
90
2954ad93
MG
912001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
92
93 * scheme-data.texi (Alphabetic Case Mapping),
94 (String Comparison): Rearranged function order.
95 (Vectors): Reorganized, new introductory text, docs about read
96 syntax.
97
ae9f3a15
MG
982001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
99
100 * scheme-options.texi, scheme-procedures.texi,
101 scheme-modules.texi, scheme-memory.texi, scheme-control.texi,
102 scheme-utility.texi, scheme-io.texi, scheme-evaluation.texi,
103 scheme-data.texi: Removed a lot of ARGFIXME's after tweaking
104 docstrings and C source.
105
106 * new-docstrings.texi, scheme-io.texi, scheme-data.texi,
107 posix.texi, scheme-control.texi, scheme-evaluation.texi,
108 scheme-memory.texi, scheme-procedures.texi, scheme-modules.texi,
109 scheme-scheduling.texi: Automated docstring merging.
110
abaec75d
NJ
1112001-04-02 Neil Jerram <neil@ossau.uklinux.net>
112
113 * data-rep.texi (Immediates vs. Non-immediates): Update
114 out-of-date documentation. (Thanks to Dirk Herrmann for the
115 report!)
116 (Immediates vs Non-immediates): Renamed without the dot, since the
117 dot causes `info' not to be able to display this node!
118
119 * Makefile.am (guile_TEXINFOS): Add in a few more source files
120 that had got left out.
121
a4318577
NJ
1222001-03-30 Neil Jerram <neil@ossau.uklinux.net>
123
b0839672
NJ
124 * scheme-reading.texi (Further Reading): Add bullets to further
125 reading list.
126
127 * gh.texi: Insert page break before chapter. Remove page breaks
128 within the chapter.
129
130 * Makefile.am: Add script-getopt.texi.
131
132 * guile.texi (Top): Include and link to new script-getopt.texi
133 chapter.
134
135 * script-getopt.texi: New chapter on command line handling.
136 (Written and contributed by Martin Grabmueller, revised by me.)
137
a4318577
NJ
138 * intro.texi (Modules and Extensions): Fix typo.
139
b576faf1
MG
1402001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
141
142 * scheme-data.texi (Strings): Reorganized the whole `Strings'
143 section and wrote introductory material for each new subsection.
144
62532db3
MV
1452001-03-25 Marius Vollmer <mvo@zagadka.ping.de>
146
147 * intro.texi (Modules and Extensions): Some short text about
148 dynamic libraries and modules.
149
780ee65e
NJ
1502001-03-23 Neil Jerram <neil@ossau.uklinux.net>
151
8d009ee4
NJ
152 * intro.texi (Writing Extensions for Guile), scheme-data.texi
153 (Lists): Fix typos.
154
028321d4
NJ
155 * guile-tut.texi, ChangeLog-guile-doc-tutorial: Added to CVS. It
156 seems that I somehow missed these out when I moved everything from
157 guile-doc to guile-core.
158
780ee65e
NJ
159 * posix.texi, scheme-data.texi, scheme-evaluation.texi,
160 scheme-io.texi, scheme-memory.texi: Automatic docstring updates.
161
162 * new-docstrings.texi: New file. Holds snarfed docstrings that
163 have not yet been incorporated into the reference manual.
164
13c2013d
MG
1652001-03-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
166
167 * scheme-options.texi (Evaluator options): Added evaluator
168 options, corrected docs for evaluator trap options.
169
170 * scheme-evaluation.texi (Scheme Read): New docs for read-options,
171 read-enable, read-disable and read-set! and cross references to
172 option nodes.
173 (Evaluator Options): New docs for eval-options, eval-enable,
174 eval-disable and eval-set!, traps, trap-enable, trap-disable and
175 trap-set! and cross references to option nodes.
176 (Evaluator Behaviour): Renamed node from `Evaluator options' to
177 avoid name clash.
178
179 * scheme-io.texi (String Ports): Added docs for SRFI-6 procedures.
180 (Void Ports): Corrected introductory comment.
181
fcaedf99
MG
1822001-03-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
183
184 * scheme-data.texi (Arithmetic): Documented the arithmetic
185 procedures.
186 (Integer Operations): Added documentation.
187 (Comparison): Added documentation.
188 (Complex): Added documentation.
189 (Symbols and Variables): Comment out `builtin-bindings', which is
190 removed according to NEWS.
191 (Pairs): Added documentation.
192
193 * scheme-io.texi: Added R5RS index entries for all R5RS
194 procedures.
195 (File Ports): New docs for `call-with-input-file',
196 `call-with-output-file', `with-input-from-file',
197 `with-output-to-file', `with-error-to-file'.
198
199 * scheme-control.texi, scheme-utility.texi,
200 * scheme-procedures.texi: Added R5RS index entries for all R5RS
201 procedures.
202
203 * scheme-evaluation.texi (Fly Evaluation): Added documentation for
204 `apply'. Added R5RS index entries for all R5RS procedures.
205
206 * scheme-data.texi: Added R5RS index entries for all R5RS
207 procedures. Removed R5RS index entries for `ass{q,v,occ}-set!'.
208 Removed explicit entries into the function entries. They are
209 automagic.
210 (Vectors): Added documentation for `make-vector', `vector-ref' and
211 `vector-set!'.
212
c4f810a4
MV
2132001-03-12 Marius Vollmer <mvo@zagadka.ping.de>
214
215 * intro.texi: Changed to reflect current practice better. Added
216 stuff about writing Guile Extensions (aka dynamically loaded
217 shared libraries).
218
04426527
MD
2192001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
220
221 * goops.texi (VERSION): Bumped to version 0.3.
222
7d435120 223 * goops-tutorial.texi, goops.texi: Updated to reflect new
04426527
MD
224 define-method syntax.
225
4bc59ee7
NJ
2262001-03-09 Neil Jerram <neil@ossau.uklinux.net>
227
fff043ab
NJ
228 * Makefile.am: Change HTML to HTMLDOC, now that we're part of a
229 wider distribution.
230
c2dc2842
NJ
231 Moving documentation files from guile-doc and guile-doc into
232 guile-core/doc:
4aa8647c
NJ
233
234 * env.texi, indices.texi, mbapi.texi, mltext.texi, scripts.texi,
235 scsh.texi, tcltk.texi, hierarchy.txt, scheme-indices.texi,
236 slib.texi, deprecated.texi, scheme-binding.texi, appendices.texi,
237 scheme-intro.texi, goops.texi, extend.texi, gh.texi, intro.texi,
238 preface.texi, scm.texi, goops-tutorial.texi, hierarchy.eps,
239 r4rs.texi, r5rs.texi, texinfo.tex, scheme-reading.texi,
240 data-rep.texi, scheme-utility.texi, posix.texi,
241 scheme-control.texi, scheme-debug.texi, scheme-evaluation.texi,
242 scheme-io.texi, scheme-memory.texi, scheme-modules.texi,
243 scheme-options.texi, scheme-procedures.texi,
244 scheme-scheduling.texi, scheme-translation.texi, guile.texi,
9cca936f
NJ
245 scheme-data.texi, scheme-ideas.texi, expect.texi,
246 ChangeLog-guile-doc-ref, guile-tut.texi,
c2dc2842
NJ
247 ChangeLog-guile-doc-tutorial, AUTHORS, BUGS, NEWS, THANKS: New
248 files.
9cca936f 249
c2dc2842 250 * .cvsignore, Makefile.am, README: Merged.
4aa8647c 251
c2dc2842 252 * sources: New subdirectory.
a8944ae1 253
da00aada
NJ
254 Both the following files are about to be replaced by files from
255 guile-doc/ref.
a8944ae1 256
da00aada
NJ
257 * texinfo.tex: Removed.
258
4bc59ee7
NJ
259 * data-rep.texi: Removed.
260
07347b49
NJ
2612001-02-15 Neil Jerram <neil@ossau.uklinux.net>
262
14dd0e27
NJ
263 * README: Explain retirement of `data-rep.texi'.
264
265 * Makefile.am (info_TEXINFOS, data_rep_TEXINFOS): Removed.
266
07347b49
NJ
267 * data-rep.texi: Replace this copy of data-rep.texi with a notice
268 indicating that it has been retired. The master copy of
269 data-rep.texi is at guile-doc/ref/data-rep.texi.
270
bd7d4f40
MV
2712001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
272
273 * data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
274 things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
275 P. Smith!
276
c6c2ea9f
MD
2772000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
278
279 * mop.text: Preliminary documentation of the GOOPS meta object
280 protocol.
281
6de50a52
NJ
2822000-07-28 Neil Jerram <neil@ossau.uklinux.net>
283
284 * data-rep.texi (Garbage Collection): Fix "accomodate" spelling
285 mistake.
a8944ae1 286
685c0d71
DH
2872000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
288
289 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
290
31987551
MD
2912000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
292
293 * data-rep.texi: Center discussion around the standard interface
294 for smob type creation (scm_make_smob_type) and warn about the
295 ongoing discussion which may result in deprecating
296 scm_make_smob_type_mfpe in next release of Guile.
297
ae09e7ac
DH
2982000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
299
300 * data-rep.texi: Updated the macro names for operating on
301 characters.
302
d87d3650
DH
3032000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
304
305 * api.txt: Added a first attempt for a description of the newly
306 designed low level API.
307
106428b3
MV
3082000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
309
310 * Makefile.am (version.texi): Override automake's rule for
311 version.texi so that it gets created even in non-maintainer-mode.
312
078e9092
GB
313Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
314
315 * version.texi, stamp-vti: Removed -- these are auto-generated.
316
899a7b3c
MD
3172000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
318
fb4956c9
MD
319 * Makefile.am (dist-hook): Updated to include oldfmt.c in
320 distribution archive.
321
899a7b3c
MD
322 * README: Updated with note about oldfmt.c.
323
324 * oldfmt.c: New file: Used by application writers to adapt to
325 new-style error format strings.
326
741d6079
GH
3271999-12-06 Gary Houston <ghouston@freewire.co.uk>
328
329 * data-rep.texi: change dircategory to match change in guile-doc
330 and scm.
331
0c1221ab
JB
3321999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
333
334 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
335 script to create generated files like this one.
336
e1f20ec6
JB
3371999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
338
339 * Makefile.in: Regenerated.
340
544b9232
MD
341Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
342
343 * data-rep.texi: Updated SMOB docs to talk about
344 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
345 and macros.
a8944ae1 346
cceae55d
JB
3471999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
348
349 * Makefile.in: Regenerated.
350
33432c79
JB
3511998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
352
353 * COPYING: New file.
354 * Makefile.in: Regenerated.
355
356 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
357 * Makefile.in: Regenerated.
358
3e66cf9f
JB
3591998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
360
361 * Makefile.in: Regenerated, after change to qthreads.m4.
362
8ff90e04
JB
3631998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
364
365 * stamp-vti: Regenerated.
366
367 * hacks.el: Some handy helper functions for working on the manual.
368
369 * data-rep.texi: Extended to accomodate a full running example,
370 provided with the manual.
371 * example-smob: A new subdirectory, containing example files for
372 the manual chapter on smobs.
373 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
374 target, to get the example-smob directory into the distribution.
375 * Makefile.in: Regenerated.
a8944ae1 376
59619fea
JB
3771998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
378
379 * .cvsignore: New file, containing data-rep.info. I'm not sure
380 whether we want to check this file into CVS, because it's
381 generated; if you find compelling reasons it should be, let me
382 know.
383
2f2cef71
JB
3841998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
385
386 * New directory for documentation.
387 * README: New file.
388 * data-rep.texi: It's not a real manual, but it's better than
389 nothing.
390 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
391 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
392 files.