New file.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
4aea9e7b
RB
12001-07-09 Rob Browning <rlb@defaultvalue.org>
2
3 * boot-9.scm: Fixed the sense of the error message when read-eval?
4 is #f. Thanks to Matthias for catching this.
5
8630fdfc
RB
62001-07-06 Rob Browning <rlb@defaultvalue.org>
7
8 * boot-9.scm: added fix suggested by Matthias for #. read
9 extension -- now only works if read-eval? is not #f.
10
197edeea
DH
112001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
12
13 * arrays.scm: Don't install a read-hash-extension for 'b': #b
14 is already defined by R5RS. Further, there is already a working
15 read syntax for bitvectors, starting with #*.
16
5dc13e98
MG
172001-06-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
18
19 * Makefile.am (ice9_sources): Removed tags.scm.
20
21 * tags.scm: Removed file.
22
941614c6
NJ
232001-06-29 Neil Jerram <neil@ossau.uklinux.net>
24
25 Changes to support tracing other than inside the repl-stack that
26 is set up by the REPL code in boot-9.scm.
27
28 * debug.scm (trace-entry, trace-exit): Conditionalize tracing on
29 whether the current stack id is in `traced-stack-ids'.
30 (traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack):
31 New.
32
4cda41f6
MV
332001-06-27 Marius Vollmer <mvo@zagadka.ping.de>
34
35 * common-list.scm (member-if): Put in docstring for member-if, it
36 was a cut-n-paste error previously.
37
d95c0b76
NJ
382001-06-26 Neil Jerram <neil@ossau.uklinux.net>
39
40 * debug.scm (trace): Set evaluator trap options to handle tracing.
41 Don't reset trace-level to 0.
42
43 * boot-9.scm (lazy-handler-dispatch): Remove enter-frame-handler,
44 apply-frame-handler and exit-frame-handler. (They're replaced by
45 evaluator trap options.)
46
fc7a9e81
ML
472001-06-25 Michael Livshin <mlivshin@bigfoot.com>
48
49 * streams.scm (stream-for-each-many): typo fix.
50
f6581113
MV
512001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
52
53 * boot-9.scm (re-export-syntax): New.
54
eb6c2de8
MV
552001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
56
57 * boot-9.scm (system-error-errno): New.
58
0f002b27
MV
592001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
60
61 * common-list.scm (remove-if, remove-if-not): Fix typo: use
62 `pred', not `pred?', in the body.
63
60850aed
TTN
642001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
65
95717232
TTN
66 * match.scm:
67 No longer use module `(ice-9 slib)'.
68 Use module `(ice-9 pretty-print)'.
69 No longer require `pretty-print'.
70
71 (slib:error): Delete.
72 (match:error, match:syntax-err): Rewrite.
73
74 Thanks to Dale P. Smith.
75
b4b50361 76 * README: New file.
95717232 77
60850aed
TTN
78 * common-list.scm:
79 Clean up some docstrings; nfc.
80 Add Commentary.
81 Update copyright.
82
7c95e366
MV
832001-06-11 Marius Vollmer <mvo@zagadka.ping.de>
84
85 * boot-9.scm: Use `begin-deprecated' instead of testing
86 `include-deprecated-features' when conditionally using the (ice-9
87 rdelim) module. See below.
88
495c67e5
GH
892001-06-10 Gary Houston <ghouston@arglist.com>
90
91 * boot-9.scm: use the (ice-9 rdelim) module if
92 include-deprecated-features is true.
93
6a9003d3
MV
942001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
95
96 * pretty-print.scm (generic-write): Use `object->string' to print
97 unknown objects.
98
99 * optargs.scm (lambda*): Make sure that BODY is always put into a
100 real body context so that it can contain internal definitions.
101