*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
5fc0857e
RB
12002-09-14 Rob Browning <rlb@defaultvalue.org>
2
3 * boot-9.scm (sqrt): minor indentation fix.
4
cfcdb8e9
MV
52002-09-05 Marius Vollmer <mvo@zagadka.ping.de>
6
7 * syncase.scm: Set the module transformer of the-syncase-module so
8 that we can use define-syntax.
9 (define-syntax-public): New and exported.
10
112002-09-04 Marius Vollmer <mvo@zagadka.ping.de>
12
13 * syncase.scm (expansion-eval-closure, env->eval-closure): New.
14 (sc-macro): Set the expansion-eval-closure expanding the form.
15 (putprop, getprop): Use the expansion-eval-closure to find
16 variables instead of the current module.
17
fdf7e1d7
MV
182002-07-08 Marius Vollmer <mvo@zagadka.ping.de>
19
20 * slib.scm (make-exchanger): Added. Thanks to Clinton Ebadi!
21
7c38399f
DH
222002-07-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
23
24 * boot-9.scm (define-option-interface): Replaced "macro" by
25 mmacro.
26
1334c61a
GH
272002-06-01 Gary Houston <ghouston@arglist.com>
28
29 * boot-9.scm (file-set-position): Make third argument optional,
30 for SCM compatibility.
31 (file-position): simplify definition.
32
be87cdb7
MV
332002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
34
35 * boot-9.scm (file-set-position): Use seek instead of fseek.
36
e717bf46
MV
372002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
38
39 * format.scm (format:out-inf-nan): New.
40 (format:out-fixed, format:out-expon, format:out-general): Use it
41 to print infs and nans.
42
43 * boot-9.scm (unsetenv): New, for completeness.
44
9ea4ac37
MV
452002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
46
47 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
48 print long real numbers with large positive and negative
49 exponents.
50
45845efe
MV
512002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
52
53 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
54
0bd1b44f
TTN
552002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
56
57 * gap-buffer.scm: New file.
58
59 * Makefile.am (ice9_sources): Add gap-buffer.scm.
60
c87af2d5
RB
612002-03-12 Rob Browning <rlb@defaultvalue.org>
62
63 * syncase.scm: fix bad let.
64 (gensym): fix failure on non-threaded
65
6c5b8521
TTN
662002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
67
68 * ftw.scm: New file.
69
70 * Makefile.am (ice9_sources): Add ftw.scm.
71
327d4dd3
TTN
722002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
73
74 * Makefile.am: Update path to pre-inst-guile automake frag.
75
d51b42e2
TTN
76 * boot-9.scm: Comment grammar fixes; nfc.
77 Thanks to Christopher Cramer.
78
46151112
RB
792002-02-24 Rob Browning <rlb@defaultvalue.org>
80
81 * syncase.scm (gensym): redefine locally so we can control it's
82 properties. This is in preparation for changing the future public
83 gensym to produce unreadable symbols.
84
85 * psyntax.pp: updated to reflect new syncase.scm.
86
90d4a6b0
TTN
872002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
88
89 * regex.scm: Add commentary; nfc.
90
0187b4f4
TTN
912002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
92
93 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
94
95 (psyntax.pp): Use $(preinstguile).
96
dd580bd6
MV
972002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
98
99 * psyntax.ss (datum->syntax-object): Removed assertion in
100 datum->syntax-object that checked if the first argument, a
101 syntax-object, is an identifier. This was a unconvenient and
102 unnecessary restriction. Thanks to Dorai Sitaram!
103
0e6f7775
MV
1042002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
105
106