Added comments to scm_c_random_bignum
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
c35738c1
MD
12003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
2
231a4ea8
MD
3 * boot-9.scm (make-module): Changed default size from 1021 to 31
4 (since the size now adapts).
5 (macro-table, xformer-table): Changed default size from 523 to 61.
6 (make-module): Don't call make-hash-table with zero size.
7
c35738c1
MD
8 * Makefile.am (ice9_sources): Added weak-vector.scm.
9
10 * weak-vector.scm: New file.
11
12 * boot-9.scm (module-clear!): Use hash-clear!.
13 (module-for-each): Use hash-for-each.
14 (module-map): Use hash-map.
15
f59a096e
MD
162003-02-11 Mikael Djurfeldt <djurfeldt@nada.kth.se>
17
18 * boot-9.scm (make-hash-table): Turned primitive.
19
e963ac2c
MD
202003-01-27 Mikael Djurfeldt <djurfeldt@nada.kth.se>
21
22 * syncase.scm (guile-macro): Strip syntactic information from
23 expression before trying to treat it as a Guile macro call.
24 (Thanks to Kevin Ryde.)
25
c2950e36
MD
262003-01-24 Mikael Djurfeldt <djurfeldt@nada.kth.se>
27
28 * threads.scm (parallel, letpar): Rewritten.
29
f4719f31
MD
302003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
31
32 * threads.scm (par-mapper, n-par-map, n-par-for-each): Use
33 futures.
34
93f26b7b
MD
352003-01-20 Mikael Djurfeldt <djurfeldt@nada.kth.se>
36
51407fa0
MD
37 * occam-channel.scm (alt): New syntax.
38
93f26b7b
MD
39 * psyntax.ss (self-evaluating?): Removed. Guile now provides this
40 operator as a primitive procedure.
41 (build-data): Quote vectors (psyntax.ss requires this).
42
432003-01-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
44
45 * psyntax.ss (self-evaluating?): Allow procedures implanted in
46 source. (Guile uses this internally.)
47
80f225df
MD
482003-01-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
49
50 * psyntax.ss (build-data): Don't quote self-evaluating expressions
51 in output. (We normally *would* like also these expressions to be
52 quoted, but until Guile's native macros and syncase cooperates
53 better, it is less destructive not to quote.)
54 (self-evaluating?): Removed null? (In Guile, the empty list is not
55 self-evaluating).
56 (sc-chi): Export chi as sc-chi.
57 (external-macro): New syntax type.
58
59 * psyntax.pp: Regenerated.
60
61 * compile-psyntax.scm: Set expansion-eval-closure.
7906d57d 62
cf743aea
MD
63 * boot-9.scm (use-syntax): Return *unspecified*.
64
7906d57d
MD
65 * syncase.scm: Set expansion-eval-closure to
66 the-syncase-eval-closure during booting so that variables are
cf743aea
MD
67 created in the correct module.
68 (syncase): Set expansion-eval-closure.
7906d57d
MD
69 (define-syntax define-syntax-public eval-when fluid-let-syntax
70 identifier-syntax let-syntax letrec-syntax syntax syntax-case
71 syntax-rules with-syntax include): Removed definitions (these are
72 created from within psyntax.pp).
80f225df
MD
73 Enable expansion of Guile macros during a syntax-case
74 transformation.
cf743aea 75
60eefd9c
MD
762003-01-10 Mikael Djurfeldt <djurfeldt@nada.kth.se>
77
8411a446 78 * occam-channel.scm (make-channel): Renamed from channel.
fb831451 79 (make-timer): New function.
8411a446 80
60eefd9c
MD
81 * Makefile.am (ice9_sources): Added occam-channel.scm.
82
83 * occam-channel.scm: New file. Implements occam-like channels.
84
db853761
NJ
852002-12-28 Neil Jerram <neil@ossau.uklinux.net>
86
87 * boot-9.scm (module-defined-hook): New hook, run whenever a new
88 module is defined.
89 (process-define-module): Run this hook.
90
62d4fd94
MD
912002-12-18 Mikael Djurfeldt <mdj@kvast.blakulla.net>
92
93 * threads.scm: Removed bogus definition of future-ref.
94
87623595
MD
952002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
96
97 * threads.scm (par-map, par-for-each): Reimplemented using
98 joing-thread.
99 (parallel): Reimplemented using futures.
100 (n-par-map, n-for-each): New procedures.
101
edeea67b
MV
1022002-12-12 Marius Vollmer <mvo@zagadka.ping.de>
103
104 * optargs.scm (improper-list-copy): New.
105 (parse-arglist): Use it instead of list-copy.
106
fc85d095
MD
1072002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
108
109 * threads.scm (letpar): New macro.
110
b2cbe8d8
RB
1112002-12-08 Rob Browning <rlb@defaultvalue.org>
112
113 * debugger/breakpoints/Makefile.am (subpkgdatadir): VERSION ->
114 GUILE_EFFECTIVE_VERSION.
115
116 * debugger/Makefile.am (subpkgdatadir): VERSION ->
117 GUILE_EFFECTIVE_VERSION.
118
119 * Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION.
120
abce330c
MD
1212002-12-04 Mikael Djurfeldt <mdj@linnaeus>
122
fc85d095
MD
123 * threads.scm (parallel): New macro.
124 (par-map, par-for-each): New procedures.
abce330c
MD
125
126 * documentation.scm (object-documentation): Added support for
127 defmacros.
128
f2cbc0e5
DH
1292002-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
130
131 * boot-9.scm (re-export-syntax): Re-introduced after accidentally
132 removing it in my patch from 2002-11-16.
133
9123414e
DH
1342002-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
135
136 Thanks to Mikael Djurfeldt for a bugreport which led to the
137 following changes:
138
139 * slib.scm (%system-define): Removed.
140
141 (define): Changed to use define-private instead of
142 %system-define.
143
144 * boot-9.scm (define-private): Undid my changes from 2002-11-16
145 until Guile supports hygienic macros.
146
50a63003
NJ
1472002-11-17 Neil Jerram <neil@ossau.uklinux.net>
148
149 * emacs.scm (emacs-load): Locally define `read-and-eval!', as it
150 has been removed from the core.
151
c55bcb32
DH
1522002-11-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
153
154 * syncase.scm (define-syntax, eval-when, fluid-let-syntax,
155 identifier-syntax, let-syntax, letrec-syntax, syntax, syntax-case,
156 syntax-rules, with-syntax, include): Changed definitions to form
157 'real' macro definitions.
158
6aa9ea7c
DH
1592002-11-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
160
161 * boot-9.scm (define-private, export-syntax, export-syntax):
162 Fixed my previous fix (blush).
163
ab382f52
DH
1642002-11-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
165
166 * boot-9.scm (define-private, export-syntax, export-syntax):
167 Changed definitions to form 'real' macro definitions.
168
81cf290d
MV
1692002-11-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
170
171 * format.scm (format): Use 'monitor' properly. Not the definition
172 needs to be restricted, the actual function needs to be.
173
3f619266
NJ
1742002-11-05 Neil Jerram <neil@ossau.uklinux.net>
175
176 * boot-9.scm (define-option-interface): Fix to "simplification"
177 change below.
178
179 * debugger/breakpoints/source.scm: Enable source property
180 recording when module is loaded.
181 (##): Cope with ports whose `filename' is not a string.
182
9124ba8d
NJ
1832002-11-04 Neil Jerram <neil@ossau.uklinux.net>
184
0983f67f
NJ
185 * boot-9.scm (define-option-interface): Simplify code-generation
186 code.
187
9124ba8d
NJ
188 * debugger/command-loop.scm (read-and-dispatch-command): Import
189 set-readline-prompt dynamically if we need to. (Previous
190 arrangement didn't work if this module was loaded before (ice-9
191 readline).)
192
eb2c5dcb
MV
1932002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
194
195 * format.scm (format): Wrap a monitor around format:format since
196 it is not thread-safe.
197
132fe7af
MV
1982002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
199
200 * threads.scm (%thread-handler): Explicitely return '#f'. This
201 value will be returned by join-thread.
202
8ee7506b
NJ
2032002-10-26 Neil Jerram <neil@ossau.uklinux.net>
204
205 Merging debugger enhancements previously in separate
206 `guile-debugger' package ...
207
208 * debugger.scm: Factored out into the following constituent parts
209 - see comment in file for more details.
210 (*not-yet-introduced*): New (avoids repeatedly introducing the
211 debugger when entering it from breakpoints).
212 (debug-stack): New.
213 (debug): Rewrite to use more general `debug-stack'.
214
215 * debugger/commands.scm, debugger/command-loop.scm,
216 debugger/state.scm, debugger/utils.scm: New files containing bits
217 of old (ice-9 debugger), plus some rewriting and enhancements for
218 breakpoint support ...
219
220 * debugger/state.scm (state-rtd): Add flags field.
221 (make-state): Extend to optionally take flags.
222 (state-flags): New, accessor for flags field.
223 (set-state-index!, set-stack-index!): New.
224 (write-state-short): Rewritten to print out the current source
225 location in a way that is more easily trackable by Emacs.
226
227 * debugger/commands.scm (assert-continuable, continue, finish,
228 trace-finish, step, next): New debugger commands for continuing
229 execution from a breakpoint.
230
231 * debugger/behaviour.scm, debugger/breakpoints.scm,
232 debugger/breakpoints/procedural.scm,
233 debugger/breakpoints/range.scm, debugger/breakpoints/source.scm,
234 debugger/trap-hooks.scm, debugger/trc.scm: New files - breakpoint
235 support.
236
237 * Makefile.am (SUBDIRS): Add debugger subdirectory.
238
239 * debugger/Makefile.am, debugger/breakpoints/Makefile.am: New.
240
03453b05
MV
2412002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
242
243 * threads.scm (%thread-handler): Do not call unmask-signals, that
244 should be unnecessary now.
245
a7785f36
MD
2462002-10-20 Mikael Djurfeldt <mdj@linnaeus>
247
248 * boot-9.scm (top-repl): Look for use-emacs-interface in
249 guile-user-module (should it be there?) instead of
250 the-root-module.
251
acfa1f52
MV
2522002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
253
254 * boot-9.scm (top-repl): Use 2 as the limit when saving the stack.
255 (error-catching-loop): use call-with-blocked-asyncs and
256 call-with-unblocked-asyncs instead of mask-signals and
257 unmask-signals.
258
34010f56
NJ
2592002-10-09 Neil Jerram <neil@ossau.uklinux.net>
260
261 * buffered-input.scm (make-buffered-input-port): Build an
262 input-waiting thunk for just extended version of make-soft-port.
263
9bc54879
RB
2642002-10-04 Rob Browning <rlb@defaultvalue.org>
265
266 * boot-9.scm (expt): switch if sense and use negative? rather than
267 >= 0.
268
3538c2b2
MV
2692002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
270
271 * boot-9.scm (top-repl): Use "1" instead of "%deliver-signals" to
272 limit the signal stack.
273
f4232aa6
MV
2742002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
275
276 * boot-9.scm (feature?): Added deprecation message.
277
5fc0857e
RB
2782002-09-14 Rob Browning <rlb@defaultvalue.org>
279
280 * boot-9.scm (sqrt): minor indentation fix.
281
cfcdb8e9
MV
2822002-09-05 Marius Vollmer <mvo@zagadka.ping.de>
283
284 * syncase.scm: Set the module transformer of the-syncase-module so
285 that we can use define-syntax.
286 (define-syntax-public): New and exported.
287
2882002-09-04 Marius Vollmer <mvo@zagadka.ping.de>
289
290 * syncase.scm (expansion-eval-closure, env->eval-closure): New.
291 (sc-macro): Set the expansion-eval-closure expanding the form.
292 (putprop, getprop): Use the expansion-eval-closure to find
293 variables instead of the current module.
294
fdf7e1d7
MV
2952002-07-08 Marius Vollmer <mvo@zagadka.ping.de>
296
297 * slib.scm (make-exchanger): Added. Thanks to Clinton Ebadi!
298
7c38399f
DH
2992002-07-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
300
301 * boot-9.scm (define-option-interface): Replaced "macro" by
302 mmacro.
303
1334c61a
GH
3042002-06-01 Gary Houston <ghouston@arglist.com>
305
306 * boot-9.scm (file-set-position): Make third argument optional,
307 for SCM compatibility.
308 (file-position): simplify definition.
309
be87cdb7
MV
3102002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
311
312 * boot-9.scm (file-set-position): Use seek instead of fseek.
313
e717bf46
MV
3142002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
315
316 * format.scm (format:out-inf-nan): New.
317 (format:out-fixed, format:out-expon, format:out-general): Use it
318 to print infs and nans.
319
320 * boot-9.scm (unsetenv): New, for completeness.
321
9ea4ac37
MV
3222002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
323
324 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
325 print long real numbers with large positive and negative
326 exponents.
327
45845efe
MV
3282002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
329
330 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
331
0bd1b44f
TTN
3322002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
333
334 * gap-buffer.scm: New file.
335
336 * Makefile.am (ice9_sources): Add gap-buffer.scm.
337
c87af2d5
RB
3382002-03-12 Rob Browning <rlb@defaultvalue.org>
339
340 * syncase.scm: fix bad let.
341 (gensym): fix failure on non-threaded
342
6c5b8521
TTN
3432002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
344
345 * ftw.scm: New file.
346
347 * Makefile.am (ice9_sources): Add ftw.scm.
348
327d4dd3
TTN
3492002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
350
351 * Makefile.am: Update path to pre-inst-guile automake frag.
352
d51b42e2
TTN
353 * boot-9.scm: Comment grammar fixes; nfc.
354 Thanks to Christopher Cramer.
355
46151112
RB
3562002-02-24 Rob Browning <rlb@defaultvalue.org>
357
358 * syncase.scm (gensym): redefine locally so we can control it's
359 properties. This is in preparation for changing the future public
360 gensym to produce unreadable symbols.
361
362 * psyntax.pp: updated to reflect new syncase.scm.
363
90d4a6b0
TTN
3642002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
365
366 * regex.scm: Add commentary; nfc.
367
0187b4f4
TTN
3682002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
369
370 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
371
372 (psyntax.pp): Use $(preinstguile).
373
dd580bd6
MV
3742002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
375
376 * psyntax.ss (datum->syntax-object): Removed assertion in
377 datum->syntax-object that checked if the first argument, a
378 syntax-object, is an identifier. This was a unconvenient and
379 unnecessary restriction. Thanks to Dorai Sitaram!
380
0e6f7775
MV
3812002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
382
383