(format): Use 'monitor' properly. Not the definition
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
3f619266
NJ
12002-11-05 Neil Jerram <neil@ossau.uklinux.net>
2
3 * boot-9.scm (define-option-interface): Fix to "simplification"
4 change below.
5
6 * debugger/breakpoints/source.scm: Enable source property
7 recording when module is loaded.
8 (##): Cope with ports whose `filename' is not a string.
9
9124ba8d
NJ
102002-11-04 Neil Jerram <neil@ossau.uklinux.net>
11
0983f67f
NJ
12 * boot-9.scm (define-option-interface): Simplify code-generation
13 code.
14
9124ba8d
NJ
15 * debugger/command-loop.scm (read-and-dispatch-command): Import
16 set-readline-prompt dynamically if we need to. (Previous
17 arrangement didn't work if this module was loaded before (ice-9
18 readline).)
19
eb2c5dcb
MV
202002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
21
22 * format.scm (format): Wrap a monitor around format:format since
23 it is not thread-safe.
24
132fe7af
MV
252002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
26
27 * threads.scm (%thread-handler): Explicitely return '#f'. This
28 value will be returned by join-thread.
29
8ee7506b
NJ
302002-10-26 Neil Jerram <neil@ossau.uklinux.net>
31
32 Merging debugger enhancements previously in separate
33 `guile-debugger' package ...
34
35 * debugger.scm: Factored out into the following constituent parts
36 - see comment in file for more details.
37 (*not-yet-introduced*): New (avoids repeatedly introducing the
38 debugger when entering it from breakpoints).
39 (debug-stack): New.
40 (debug): Rewrite to use more general `debug-stack'.
41
42 * debugger/commands.scm, debugger/command-loop.scm,
43 debugger/state.scm, debugger/utils.scm: New files containing bits
44 of old (ice-9 debugger), plus some rewriting and enhancements for
45 breakpoint support ...
46
47 * debugger/state.scm (state-rtd): Add flags field.
48 (make-state): Extend to optionally take flags.
49 (state-flags): New, accessor for flags field.
50 (set-state-index!, set-stack-index!): New.
51 (write-state-short): Rewritten to print out the current source
52 location in a way that is more easily trackable by Emacs.
53
54 * debugger/commands.scm (assert-continuable, continue, finish,
55 trace-finish, step, next): New debugger commands for continuing
56 execution from a breakpoint.
57
58 * debugger/behaviour.scm, debugger/breakpoints.scm,
59 debugger/breakpoints/procedural.scm,
60 debugger/breakpoints/range.scm, debugger/breakpoints/source.scm,
61 debugger/trap-hooks.scm, debugger/trc.scm: New files - breakpoint
62 support.
63
64 * Makefile.am (SUBDIRS): Add debugger subdirectory.
65
66 * debugger/Makefile.am, debugger/breakpoints/Makefile.am: New.
67
03453b05
MV
682002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
69
70 * threads.scm (%thread-handler): Do not call unmask-signals, that
71 should be unnecessary now.
72
a7785f36
MD
732002-10-20 Mikael Djurfeldt <mdj@linnaeus>
74
75 * boot-9.scm (top-repl): Look for use-emacs-interface in
76 guile-user-module (should it be there?) instead of
77 the-root-module.
78
acfa1f52
MV
792002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
80
81 * boot-9.scm (top-repl): Use 2 as the limit when saving the stack.
82 (error-catching-loop): use call-with-blocked-asyncs and
83 call-with-unblocked-asyncs instead of mask-signals and
84 unmask-signals.
85
34010f56
NJ
862002-10-09 Neil Jerram <neil@ossau.uklinux.net>
87
88 * buffered-input.scm (make-buffered-input-port): Build an
89 input-waiting thunk for just extended version of make-soft-port.
90
9bc54879
RB
912002-10-04 Rob Browning <rlb@defaultvalue.org>
92
93 * boot-9.scm (expt): switch if sense and use negative? rather than
94 >= 0.
95
3538c2b2
MV
962002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
97
98 * boot-9.scm (top-repl): Use "1" instead of "%deliver-signals" to
99 limit the signal stack.
100
f4232aa6
MV
1012002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
102
103 * boot-9.scm (feature?): Added deprecation message.
104
5fc0857e
RB
1052002-09-14 Rob Browning <rlb@defaultvalue.org>
106
107 * boot-9.scm (sqrt): minor indentation fix.
108
cfcdb8e9
MV
1092002-09-05 Marius Vollmer <mvo@zagadka.ping.de>
110
111 * syncase.scm: Set the module transformer of the-syncase-module so
112 that we can use define-syntax.
113 (define-syntax-public): New and exported.
114
1152002-09-04 Marius Vollmer <mvo@zagadka.ping.de>
116
117 * syncase.scm (expansion-eval-closure, env->eval-closure): New.
118 (sc-macro): Set the expansion-eval-closure expanding the form.
119 (putprop, getprop): Use the expansion-eval-closure to find
120 variables instead of the current module.
121
fdf7e1d7
MV
1222002-07-08 Marius Vollmer <mvo@zagadka.ping.de>
123
124 * slib.scm (make-exchanger): Added. Thanks to Clinton Ebadi!
125
7c38399f
DH
1262002-07-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
127
128 * boot-9.scm (define-option-interface): Replaced "macro" by
129 mmacro.
130
1334c61a
GH
1312002-06-01 Gary Houston <ghouston@arglist.com>
132
133 * boot-9.scm (file-set-position): Make third argument optional,
134 for SCM compatibility.
135 (file-position): simplify definition.
136
be87cdb7
MV
1372002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
138
139 * boot-9.scm (file-set-position): Use seek instead of fseek.
140
e717bf46
MV
1412002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
142
143 * format.scm (format:out-inf-nan): New.
144 (format:out-fixed, format:out-expon, format:out-general): Use it
145 to print infs and nans.
146
147 * boot-9.scm (unsetenv): New, for completeness.
148
9ea4ac37
MV
1492002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
150
151 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
152 print long real numbers with large positive and negative
153 exponents.
154
45845efe
MV
1552002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
156
157 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
158
0bd1b44f
TTN
1592002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
160
161 * gap-buffer.scm: New file.
162
163 * Makefile.am (ice9_sources): Add gap-buffer.scm.
164
c87af2d5
RB
1652002-03-12 Rob Browning <rlb@defaultvalue.org>
166
167 * syncase.scm: fix bad let.
168 (gensym): fix failure on non-threaded
169
6c5b8521
TTN
1702002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
171
172 * ftw.scm: New file.
173
174 * Makefile.am (ice9_sources): Add ftw.scm.
175
327d4dd3
TTN
1762002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
177
178 * Makefile.am: Update path to pre-inst-guile automake frag.
179
d51b42e2
TTN
180 * boot-9.scm: Comment grammar fixes; nfc.
181 Thanks to Christopher Cramer.
182
46151112
RB
1832002-02-24 Rob Browning <rlb@defaultvalue.org>
184
185 * syncase.scm (gensym): redefine locally so we can control it's
186 properties. This is in preparation for changing the future public
187 gensym to produce unreadable symbols.
188
189 * psyntax.pp: updated to reflect new syncase.scm.
190
90d4a6b0
TTN
1912002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
192
193 * regex.scm: Add commentary; nfc.
194
0187b4f4
TTN
1952002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
196
197 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
198
199 (psyntax.pp): Use $(preinstguile).
200
dd580bd6
MV
2012002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
202
203 * psyntax.ss (datum->syntax-object): Removed assertion in
204 datum->syntax-object that checked if the first argument, a
205 syntax-object, is an identifier. This was a unconvenient and
206 unnecessary restriction. Thanks to Dorai Sitaram!
207
0e6f7775
MV
2082002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
209
210