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