Updated my record.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
5dc13e98
MG
12001-06-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * Makefile.am (ice9_sources): Removed tags.scm.
4
5 * tags.scm: Removed file.
6
941614c6
NJ
72001-06-29 Neil Jerram <neil@ossau.uklinux.net>
8
9 Changes to support tracing other than inside the repl-stack that
10 is set up by the REPL code in boot-9.scm.
11
12 * debug.scm (trace-entry, trace-exit): Conditionalize tracing on
13 whether the current stack id is in `traced-stack-ids'.
14 (traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack):
15 New.
16
4cda41f6
MV
172001-06-27 Marius Vollmer <mvo@zagadka.ping.de>
18
19 * common-list.scm (member-if): Put in docstring for member-if, it
20 was a cut-n-paste error previously.
21
d95c0b76
NJ
222001-06-26 Neil Jerram <neil@ossau.uklinux.net>
23
24 * debug.scm (trace): Set evaluator trap options to handle tracing.
25 Don't reset trace-level to 0.
26
27 * boot-9.scm (lazy-handler-dispatch): Remove enter-frame-handler,
28 apply-frame-handler and exit-frame-handler. (They're replaced by
29 evaluator trap options.)
30
fc7a9e81
ML
312001-06-25 Michael Livshin <mlivshin@bigfoot.com>
32
33 * streams.scm (stream-for-each-many): typo fix.
34
f6581113
MV
352001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
36
37 * boot-9.scm (re-export-syntax): New.
38
eb6c2de8
MV
392001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
40
41 * boot-9.scm (system-error-errno): New.
42
0f002b27
MV
432001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
44
45 * common-list.scm (remove-if, remove-if-not): Fix typo: use
46 `pred', not `pred?', in the body.
47
60850aed
TTN
482001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
49
95717232
TTN
50 * match.scm:
51 No longer use module `(ice-9 slib)'.
52 Use module `(ice-9 pretty-print)'.
53 No longer require `pretty-print'.
54
55 (slib:error): Delete.
56 (match:error, match:syntax-err): Rewrite.
57
58 Thanks to Dale P. Smith.
59
b4b50361 60 * README: New file.
95717232 61
60850aed
TTN
62 * common-list.scm:
63 Clean up some docstrings; nfc.
64 Add Commentary.
65 Update copyright.
66
7c95e366
MV
672001-06-11 Marius Vollmer <mvo@zagadka.ping.de>
68
69 * boot-9.scm: Use `begin-deprecated' instead of testing
70 `include-deprecated-features' when conditionally using the (ice-9
71 rdelim) module. See below.
72
495c67e5
GH
732001-06-10 Gary Houston <ghouston@arglist.com>
74
75 * boot-9.scm: use the (ice-9 rdelim) module if
76 include-deprecated-features is true.
77
6a9003d3
MV
782001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
79
80 * pretty-print.scm (generic-write): Use `object->string' to print
81 unknown objects.
82
83 * optargs.scm (lambda*): Make sure that BODY is always put into a
84 real body context so that it can contain internal definitions.
85