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