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