(member-if): Put in docstring for member-if, it
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
d95c0b76
NJ
12001-06-26 Neil Jerram <neil@ossau.uklinux.net>
2
3 * debug.scm (trace): Set evaluator trap options to handle tracing.
4 Don't reset trace-level to 0.
5
6 * boot-9.scm (lazy-handler-dispatch): Remove enter-frame-handler,
7 apply-frame-handler and exit-frame-handler. (They're replaced by
8 evaluator trap options.)
9
fc7a9e81
ML
102001-06-25 Michael Livshin <mlivshin@bigfoot.com>
11
12 * streams.scm (stream-for-each-many): typo fix.
13
f6581113
MV
142001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
15
16 * boot-9.scm (re-export-syntax): New.
17
eb6c2de8
MV
182001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
19
20 * boot-9.scm (system-error-errno): New.
21
0f002b27
MV
222001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
23
24 * common-list.scm (remove-if, remove-if-not): Fix typo: use
25 `pred', not `pred?', in the body.
26
60850aed
TTN
272001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
28
95717232
TTN
29 * match.scm:
30 No longer use module `(ice-9 slib)'.
31 Use module `(ice-9 pretty-print)'.
32 No longer require `pretty-print'.
33
34 (slib:error): Delete.
35 (match:error, match:syntax-err): Rewrite.
36
37 Thanks to Dale P. Smith.
38
b4b50361 39 * README: New file.
95717232 40
60850aed
TTN
41 * common-list.scm:
42 Clean up some docstrings; nfc.
43 Add Commentary.
44 Update copyright.
45
7c95e366
MV
462001-06-11 Marius Vollmer <mvo@zagadka.ping.de>
47
48 * boot-9.scm: Use `begin-deprecated' instead of testing
49 `include-deprecated-features' when conditionally using the (ice-9
50 rdelim) module. See below.
51
495c67e5
GH
522001-06-10 Gary Houston <ghouston@arglist.com>
53
54 * boot-9.scm: use the (ice-9 rdelim) module if
55 include-deprecated-features is true.
56
6a9003d3
MV
572001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
58
59 * pretty-print.scm (generic-write): Use `object->string' to print
60 unknown objects.
61
62 * optargs.scm (lambda*): Make sure that BODY is always put into a
63 real body context so that it can contain internal definitions.
64