*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
... / ...
CommitLineData
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
72002-03-12 Rob Browning <rlb@defaultvalue.org>
8
9 * syncase.scm: fix bad let.
10 (gensym): fix failure on non-threaded
11
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
182002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
19
20 * Makefile.am: Update path to pre-inst-guile automake frag.
21
22 * boot-9.scm: Comment grammar fixes; nfc.
23 Thanks to Christopher Cramer.
24
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
332002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
34
35 * regex.scm: Add commentary; nfc.
36
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
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
502002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
51
52