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