2000-11-07 Gary Houston <ghouston@arglist.com>
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
f304437e
DH
12000-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * syncase.scm (eval): string=? requires a string argument.
4 Thanks to Dale P. Smith for the patch.
5
b4ad0dda
NJ
62000-10-15 Neil Jerram <neil@ossau.uklinux.net>
7
8 * optargs.scm: Fix typos in commentary for bound? and lambda*.
9
4adc3028
DH
102000-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
11
12 * session.scm (apropos, apropos-fold): regexp-exec does not
13 accept symbol arguments any more. Thanks to Dale P. Smith for the
14 patch.
15
deaecea7
GH
162000-09-30 Gary Houston <ghouston@arglist.com>
17
18 * posix.scm (setgrent): pass #t, not #f. thanks to
19 Jacques A. Vidrine.
20
db611983
NJ
212000-09-29 Neil Jerram <neil@ossau.uklinux.net>
22
23 * documentation.scm (find-documentation-in-file): Modified
24 according to changed format of guile-procedures.txt caused by my
25 snarfing/makeinfo changes in libguile.
26
27 * session.scm (help-doc): Improvements to (help) output: (i) a
28 friendlier Emacs-style introduction line; (ii) where the help arg
29 matches multiple documented entries, print an initial list of the
30 entries for which documentation is found, before printing the
31 actual documentation entries themselves.
32
f7b0a8d1
MV
332000-09-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
34
35 * boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
36
a5b265e3
DH
372000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
38
39 * syncase.scm (putprop): Use the high-level property interface.
40
0eee4466
MD
412000-09-12 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
42
43 * psyntax.ss (build-lexical-var): Use gentemp instead of gensym;
44 Convert first argument to a string.
45
46 * calling.scm (excursion-function-syntax,
47 getter-and-setter-syntax,
48 delegating-getter-and-setter-syntax): Call gensym with string
49 argument. (Thanks to Dale P. Smith.)
50
51 * oldprint.scm (print-table-add!): Ditto.
52
53 * boot-9.scm (gentemp): Moved to symbols.c.
54
8c142820
MV
552000-08-27 Marius Vollmer <mvo@zagadka.ping.de>
56
57 * boot-9.scm (make-object-property): New function.
58
0745d387
MD
592000-08-26 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
60
61 * boot-9.scm (make-record-type): Use `string-append' instead of
62 `symbol-append'.
63 (symbol-append): Map `symbol->string' on
64 args.
65 (obarray-symbol-append, obarray-gensym): Simply removed. I don't
66 think I'll announce this in NEWS even. One of the functions never
67 even worked... /mdj.
68 (find-and-link-dynamic-module, keyword->symbol): Use
69 `symbol->string'.
70 (try-module-autoload, process-define-module): Rewrote using R5RS
71 semantics.
72
9f174131
MD
732000-08-24 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
74
75 * psyntax.ss (set!): Added generalized set! support to core syntax
76 form set!.
77
5aba8e27
MV
782000-08-19 Marius Vollmer <mvo@zagadka.ping.de>
79
80 * optargs.scm (#\&): Changed #:allow-other-keys-value to
81 #:allow-other-keys. Thanks to Bill Schottstaedt!
82
6219924c
MV
832000-08-17 Marius Vollmer <mvo@zagadka.ping.de>
84
85 * optargs.scm (#\&): Emit warning about `#&' being deprecated.
86
76ef92f3
MV
872000-08-16 Marius Vollmer <mvo@zagadka.ping.de>
88
89 * optargs.scm: Replaced `#&' reader syntax with keywords.
90
d6f37755
MD
912000-08-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
92
93 * format.scm (format:obj->str): Made tail-recursive. (Thanks to
94