* Makefile.am, readline.scm: Updated copyright notice.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
90ee03da
MG
12001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * r5rs.scm: Use `re-export' instead of `export' for re-exported
4 primitives. Thanks Neil!
5
22647fef
MV
62001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
7
8 * safe-r5rs.scm: Use `re-export' instead of `export' for
9 re-exported core bindings. Do not re-export `numerator',
10 `denominator' and `rationalize' since Guile does not have them.
11 Continue to use `export' for `null-environment'.
12
13 * null.scm: Use `re-export' instead of `export' for re-exported
14 core bindings. Do not export `unquote' and `unquote-splicing'
15 since there aren't definitions for them.
16
17 * boot-9.scm (compile-interface-spec): Bug fix: the keyword
18 argument is "renamer" not "rename".
19
4aea9e7b
RB
202001-07-09 Rob Browning <rlb@defaultvalue.org>
21
22 * boot-9.scm: Fixed the sense of the error message when read-eval?
23 is #f. Thanks to Matthias for catching this.
24
8630fdfc
RB
252001-07-06 Rob Browning <rlb@defaultvalue.org>
26
27 * boot-9.scm: added fix suggested by Matthias for #. read
28 extension -- now only works if read-eval? is not #f.
29
197edeea
DH
302001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
31
32 * arrays.scm: Don't install a read-hash-extension for 'b': #b
33 is already defined by R5RS. Further, there is already a working
34 read syntax for bitvectors, starting with #*.
35
5dc13e98
MG
362001-06-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
37
38 * Makefile.am (ice9_sources): Removed tags.scm.
39
40 * tags.scm: Removed file.
41
941614c6
NJ
422001-06-29 Neil Jerram <neil@ossau.uklinux.net>
43
44 Changes to support tracing other than inside the repl-stack that
45 is set up by the REPL code in boot-9.scm.
46
47 * debug.scm (trace-entry, trace-exit): Conditionalize tracing on
48 whether the current stack id is in `traced-stack-ids'.
49 (traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack):
50 New.
51
4cda41f6
MV
522001-06-27 Marius Vollmer <mvo@zagadka.ping.de>
53
54 * common-list.scm (member-if): Put in docstring for member-if, it
55 was a cut-n-paste error previously.
56
d95c0b76
NJ
572001-06-26 Neil Jerram <neil@ossau.uklinux.net>
58
59 * debug.scm (trace): Set evaluator trap options to handle tracing.
60 Don't reset trace-level to 0.
61
62 * boot-9.scm (lazy-handler-dispatch): Remove enter-frame-handler,
63 apply-frame-handler and exit-frame-handler. (They're replaced by
64 evaluator trap options.)
65
fc7a9e81
ML
662001-06-25 Michael Livshin <mlivshin@bigfoot.com>
67
68 * streams.scm (stream-for-each-many): typo fix.
69
f6581113
MV
702001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
71
72 * boot-9.scm (re-export-syntax): New.
73
eb6c2de8
MV
742001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
75
76 * boot-9.scm (system-error-errno): New.
77
0f002b27
MV
782001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
79
80 * common-list.scm (remove-if, remove-if-not): Fix typo: use
81 `pred', not `pred?', in the body.
82
60850aed
TTN
832001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
84
95717232
TTN
85 * match.scm:
86 No longer use module `(ice-9 slib)'.
87 Use module `(ice-9 pretty-print)'.
88 No longer require `pretty-print'.
89
90 (slib:error): Delete.
91 (match:error, match:syntax-err): Rewrite.
92
93 Thanks to Dale P. Smith.
94
b4b50361 95 * README: New file.
95717232 96
60850aed
TTN
97 * common-list.scm:
98 Clean up some docstrings; nfc.
99 Add Commentary.
100 Update copyright.
101
7c95e366
MV
1022001-06-11 Marius Vollmer <mvo@zagadka.ping.de>
103
104 * boot-9.scm: Use `begin-deprecated' instead of testing
105 `include-deprecated-features' when conditionally using the (ice-9
106 rdelim) module. See below.
107
495c67e5
GH
1082001-06-10 Gary Houston <ghouston@arglist.com>
109
110 * boot-9.scm: use the (ice-9 rdelim) module if
111 include-deprecated-features is true.
112
6a9003d3
MV
1132001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
114
115 * pretty-print.scm (generic-write): Use `object->string' to print
116 unknown objects.
117
118 * optargs.scm (lambda*): Make sure that BODY is always put into a
119 real body context so that it can contain internal definitions.
120