*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
0bd1b44f
TTN
12002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
2
3 * gap-buffer.scm: New file.
4
5 * Makefile.am (ice9_sources): Add gap-buffer.scm.
6
c87af2d5
RB
72002-03-12 Rob Browning <rlb@defaultvalue.org>
8
9 * syncase.scm: fix bad let.
10 (gensym): fix failure on non-threaded
11
6c5b8521
TTN
122002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
13
14 * ftw.scm: New file.
15
16 * Makefile.am (ice9_sources): Add ftw.scm.
17
327d4dd3
TTN
182002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
19
20 * Makefile.am: Update path to pre-inst-guile automake frag.
21
d51b42e2
TTN
22 * boot-9.scm: Comment grammar fixes; nfc.
23 Thanks to Christopher Cramer.
24
46151112
RB
252002-02-24 Rob Browning <rlb@defaultvalue.org>
26
27 * syncase.scm (gensym): redefine locally so we can control it's
28 properties. This is in preparation for changing the future public
29 gensym to produce unreadable symbols.
30
31 * psyntax.pp: updated to reflect new syncase.scm.
32
90d4a6b0
TTN
332002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
34
35 * regex.scm: Add commentary; nfc.
36
0187b4f4
TTN
372002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
38
39 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
40
41 (psyntax.pp): Use $(preinstguile).
42
dd580bd6
MV
432002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
44
45 * psyntax.ss (datum->syntax-object): Removed assertion in
46 datum->syntax-object that checked if the first argument, a
47 syntax-object, is an identifier. This was a unconvenient and
48 unnecessary restriction. Thanks to Dorai Sitaram!
49
0e6f7775
MV
502002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
51
52