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