Comment grammar fixes; nfc.
[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
46151112
RB
52002-02-24 Rob Browning <rlb@defaultvalue.org>
6
7 * syncase.scm (gensym): redefine locally so we can control it's
8 properties. This is in preparation for changing the future public
9 gensym to produce unreadable symbols.
10
11 * psyntax.pp: updated to reflect new syncase.scm.
12
90d4a6b0
TTN
132002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
14
15 * regex.scm: Add commentary; nfc.
16
0187b4f4
TTN
172002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
18
19 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
20
21 (psyntax.pp): Use $(preinstguile).
22
dd580bd6
MV
232002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
24
25 * psyntax.ss (datum->syntax-object): Removed assertion in
26 datum->syntax-object that checked if the first argument, a
27 syntax-object, is an identifier. This was a unconvenient and
28 unnecessary restriction. Thanks to Dorai Sitaram!
29
0e6f7775
MV
302002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
31
32