(format:fn-max): Increase to 400 so ~f and ~g can print long real
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
45845efe
MV
12002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
4
0bd1b44f
TTN
52002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
6
7 * gap-buffer.scm: New file.
8
9 * Makefile.am (ice9_sources): Add gap-buffer.scm.
10
c87af2d5
RB
112002-03-12 Rob Browning <rlb@defaultvalue.org>
12
13 * syncase.scm: fix bad let.
14 (gensym): fix failure on non-threaded
15
6c5b8521
TTN
162002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
17
18 * ftw.scm: New file.
19
20 * Makefile.am (ice9_sources): Add ftw.scm.
21
327d4dd3
TTN
222002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
23
24 * Makefile.am: Update path to pre-inst-guile automake frag.
25
d51b42e2
TTN
26 * boot-9.scm: Comment grammar fixes; nfc.
27 Thanks to Christopher Cramer.
28
46151112
RB
292002-02-24 Rob Browning <rlb@defaultvalue.org>
30
31 * syncase.scm (gensym): redefine locally so we can control it's
32 properties. This is in preparation for changing the future public
33 gensym to produce unreadable symbols.
34
35 * psyntax.pp: updated to reflect new syncase.scm.
36
90d4a6b0
TTN
372002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
38
39 * regex.scm: Add commentary; nfc.
40
0187b4f4
TTN
412002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
42
43 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
44
45 (psyntax.pp): Use $(preinstguile).
46
dd580bd6
MV
472002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
48
49 * psyntax.ss (datum->syntax-object): Removed assertion in
50 datum->syntax-object that checked if the first argument, a
51 syntax-object, is an identifier. This was a unconvenient and
52 unnecessary restriction. Thanks to Dorai Sitaram!
53
0e6f7775
MV
542002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
55
56