* Enhance snarfing of libguile docstrings and postprocess them with makeinfo.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
f7b0a8d1
MV
12000-09-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2
3 * boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
4
a5b265e3
DH
52000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
6
7 * syncase.scm (putprop): Use the high-level property interface.
8
0eee4466
MD
92000-09-12 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
10
11 * psyntax.ss (build-lexical-var): Use gentemp instead of gensym;
12 Convert first argument to a string.
13
14 * calling.scm (excursion-function-syntax,
15 getter-and-setter-syntax,
16 delegating-getter-and-setter-syntax): Call gensym with string
17 argument. (Thanks to Dale P. Smith.)
18
19 * oldprint.scm (print-table-add!): Ditto.
20
21 * boot-9.scm (gentemp): Moved to symbols.c.
22
8c142820
MV
232000-08-27 Marius Vollmer <mvo@zagadka.ping.de>
24
25 * boot-9.scm (make-object-property): New function.
26
0745d387
MD
272000-08-26 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
28
29 * boot-9.scm (make-record-type): Use `string-append' instead of
30 `symbol-append'.
31 (symbol-append): Map `symbol->string' on
32 args.
33 (obarray-symbol-append, obarray-gensym): Simply removed. I don't
34 think I'll announce this in NEWS even. One of the functions never
35 even worked... /mdj.
36 (find-and-link-dynamic-module, keyword->symbol): Use
37 `symbol->string'.
38 (try-module-autoload, process-define-module): Rewrote using R5RS
39 semantics.
40
9f174131
MD
412000-08-24 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
42
43 * psyntax.ss (set!): Added generalized set! support to core syntax
44 form set!.
45
5aba8e27
MV
462000-08-19 Marius Vollmer <mvo@zagadka.ping.de>
47
48 * optargs.scm (#\&): Changed #:allow-other-keys-value to
49 #:allow-other-keys. Thanks to Bill Schottstaedt!
50
6219924c
MV
512000-08-17 Marius Vollmer <mvo@zagadka.ping.de>
52
53 * optargs.scm (#\&): Emit warning about `#&' being deprecated.
54
76ef92f3
MV
552000-08-16 Marius Vollmer <mvo@zagadka.ping.de>
56
57 * optargs.scm: Replaced `#&' reader syntax with keywords.
58
d6f37755
MD
592000-08-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
60
61 * format.scm (format:obj->str): Made tail-recursive. (Thanks to
62