* __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_args,
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
1334c61a
GH
12002-06-01 Gary Houston <ghouston@arglist.com>
2
3 * boot-9.scm (file-set-position): Make third argument optional,
4 for SCM compatibility.
5 (file-position): simplify definition.
6
be87cdb7
MV
72002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
8
9 * boot-9.scm (file-set-position): Use seek instead of fseek.
10
e717bf46
MV
112002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
12
13 * format.scm (format:out-inf-nan): New.
14 (format:out-fixed, format:out-expon, format:out-general): Use it
15 to print infs and nans.
16
17 * boot-9.scm (unsetenv): New, for completeness.
18
9ea4ac37
MV
192002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
20
21 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
22 print long real numbers with large positive and negative
23 exponents.
24
45845efe
MV
252002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
26
27 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
28
0bd1b44f
TTN
292002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
30
31 * gap-buffer.scm: New file.
32
33 * Makefile.am (ice9_sources): Add gap-buffer.scm.
34
c87af2d5
RB
352002-03-12 Rob Browning <rlb@defaultvalue.org>
36
37 * syncase.scm: fix bad let.
38 (gensym): fix failure on non-threaded
39
6c5b8521
TTN
402002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
41
42 * ftw.scm: New file.
43
44 * Makefile.am (ice9_sources): Add ftw.scm.
45
327d4dd3
TTN
462002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
47
48 * Makefile.am: Update path to pre-inst-guile automake frag.
49
d51b42e2
TTN
50 * boot-9.scm: Comment grammar fixes; nfc.
51 Thanks to Christopher Cramer.
52
46151112
RB
532002-02-24 Rob Browning <rlb@defaultvalue.org>
54
55 * syncase.scm (gensym): redefine locally so we can control it's
56 properties. This is in preparation for changing the future public
57 gensym to produce unreadable symbols.
58
59 * psyntax.pp: updated to reflect new syncase.scm.
60
90d4a6b0
TTN
612002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
62
63 * regex.scm: Add commentary; nfc.
64
0187b4f4
TTN
652002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
66
67 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
68
69 (psyntax.pp): Use $(preinstguile).
70
dd580bd6
MV
712002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
72
73 * psyntax.ss (datum->syntax-object): Removed assertion in
74 datum->syntax-object that checked if the first argument, a
75 syntax-object, is an identifier. This was a unconvenient and
76 unnecessary restriction. Thanks to Dorai Sitaram!
77
0e6f7775
MV
782002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
79
80