(ice9_sources): Add ftw.scm.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
327d4dd3
TTN
12002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
2
3 * Makefile.am: Update path to pre-inst-guile automake frag.
4
d51b42e2
TTN
5 * boot-9.scm: Comment grammar fixes; nfc.
6 Thanks to Christopher Cramer.
7
46151112
RB
82002-02-24 Rob Browning <rlb@defaultvalue.org>
9
10 * syncase.scm (gensym): redefine locally so we can control it's
11 properties. This is in preparation for changing the future public
12 gensym to produce unreadable symbols.
13
14 * psyntax.pp: updated to reflect new syncase.scm.
15
90d4a6b0
TTN
162002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
17
18 * regex.scm: Add commentary; nfc.
19
0187b4f4
TTN
202002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
21
22 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
23
24 (psyntax.pp): Use $(preinstguile).
25
dd580bd6
MV
262002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
27
28 * psyntax.ss (datum->syntax-object): Removed assertion in
29 datum->syntax-object that checked if the first argument, a
30 syntax-object, is an identifier. This was a unconvenient and
31 unnecessary restriction. Thanks to Dorai Sitaram!
32
0e6f7775
MV
332002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
34
35