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