*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
fdf7e1d7
MV
12002-07-08 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * slib.scm (make-exchanger): Added. Thanks to Clinton Ebadi!
4
7c38399f
DH
52002-07-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
6
7 * boot-9.scm (define-option-interface): Replaced "macro" by
8 mmacro.
9
1334c61a
GH
102002-06-01 Gary Houston <ghouston@arglist.com>
11
12 * boot-9.scm (file-set-position): Make third argument optional,
13 for SCM compatibility.
14 (file-position): simplify definition.
15
be87cdb7
MV
162002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
17
18 * boot-9.scm (file-set-position): Use seek instead of fseek.
19
e717bf46
MV
202002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
21
22 * format.scm (format:out-inf-nan): New.
23 (format:out-fixed, format:out-expon, format:out-general): Use it
24 to print infs and nans.
25
26 * boot-9.scm (unsetenv): New, for completeness.
27
9ea4ac37
MV
282002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
29
30 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
31 print long real numbers with large positive and negative
32 exponents.
33
45845efe
MV
342002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
35
36 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
37
0bd1b44f
TTN
382002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
39
40 * gap-buffer.scm: New file.
41
42 * Makefile.am (ice9_sources): Add gap-buffer.scm.
43
c87af2d5
RB
442002-03-12 Rob Browning <rlb@defaultvalue.org>
45
46 * syncase.scm: fix bad let.
47 (gensym): fix failure on non-threaded
48
6c5b8521
TTN
492002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
50
51 * ftw.scm: New file.
52
53 * Makefile.am (ice9_sources): Add ftw.scm.
54
327d4dd3
TTN
552002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
56
57 * Makefile.am: Update path to pre-inst-guile automake frag.
58
d51b42e2
TTN
59 * boot-9.scm: Comment grammar fixes; nfc.
60 Thanks to Christopher Cramer.
61
46151112
RB
622002-02-24 Rob Browning <rlb@defaultvalue.org>
63
64 * syncase.scm (gensym): redefine locally so we can control it's
65 properties. This is in preparation for changing the future public
66 gensym to produce unreadable symbols.
67
68 * psyntax.pp: updated to reflect new syncase.scm.
69
90d4a6b0
TTN
702002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
71
72 * regex.scm: Add commentary; nfc.
73
0187b4f4
TTN
742002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
75
76 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
77
78 (psyntax.pp): Use $(preinstguile).
79
dd580bd6
MV
802002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
81
82 * psyntax.ss (datum->syntax-object): Removed assertion in
83 datum->syntax-object that checked if the first argument, a
84 syntax-object, is an identifier. This was a unconvenient and
85 unnecessary restriction. Thanks to Dorai Sitaram!
86
0e6f7775
MV
872002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
88
89