*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
9bc54879
RB
12002-10-04 Rob Browning <rlb@defaultvalue.org>
2
3 * boot-9.scm (expt): switch if sense and use negative? rather than
4 >= 0.
5
3538c2b2
MV
62002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
7
8 * boot-9.scm (top-repl): Use "1" instead of "%deliver-signals" to
9 limit the signal stack.
10
f4232aa6
MV
112002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
12
13 * boot-9.scm (feature?): Added deprecation message.
14
5fc0857e
RB
152002-09-14 Rob Browning <rlb@defaultvalue.org>
16
17 * boot-9.scm (sqrt): minor indentation fix.
18
cfcdb8e9
MV
192002-09-05 Marius Vollmer <mvo@zagadka.ping.de>
20
21 * syncase.scm: Set the module transformer of the-syncase-module so
22 that we can use define-syntax.
23 (define-syntax-public): New and exported.
24
252002-09-04 Marius Vollmer <mvo@zagadka.ping.de>
26
27 * syncase.scm (expansion-eval-closure, env->eval-closure): New.
28 (sc-macro): Set the expansion-eval-closure expanding the form.
29 (putprop, getprop): Use the expansion-eval-closure to find
30 variables instead of the current module.
31
fdf7e1d7
MV
322002-07-08 Marius Vollmer <mvo@zagadka.ping.de>
33
34 * slib.scm (make-exchanger): Added. Thanks to Clinton Ebadi!
35
7c38399f
DH
362002-07-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
37
38 * boot-9.scm (define-option-interface): Replaced "macro" by
39 mmacro.
40
1334c61a
GH
412002-06-01 Gary Houston <ghouston@arglist.com>
42
43 * boot-9.scm (file-set-position): Make third argument optional,
44 for SCM compatibility.
45 (file-position): simplify definition.
46
be87cdb7
MV
472002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
48
49 * boot-9.scm (file-set-position): Use seek instead of fseek.
50
e717bf46
MV
512002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
52
53 * format.scm (format:out-inf-nan): New.
54 (format:out-fixed, format:out-expon, format:out-general): Use it
55 to print infs and nans.
56
57 * boot-9.scm (unsetenv): New, for completeness.
58
9ea4ac37
MV
592002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
60
61 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
62 print long real numbers with large positive and negative
63 exponents.
64
45845efe
MV
652002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
66
67 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
68
0bd1b44f
TTN
692002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
70
71 * gap-buffer.scm: New file.
72
73 * Makefile.am (ice9_sources): Add gap-buffer.scm.
74
c87af2d5
RB
752002-03-12 Rob Browning <rlb@defaultvalue.org>
76
77 * syncase.scm: fix bad let.
78 (gensym): fix failure on non-threaded
79
6c5b8521
TTN
802002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
81
82 * ftw.scm: New file.
83
84 * Makefile.am (ice9_sources): Add ftw.scm.
85
327d4dd3
TTN
862002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
87
88 * Makefile.am: Update path to pre-inst-guile automake frag.
89
d51b42e2
TTN
90 * boot-9.scm: Comment grammar fixes; nfc.
91 Thanks to Christopher Cramer.
92
46151112
RB
932002-02-24 Rob Browning <rlb@defaultvalue.org>
94
95 * syncase.scm (gensym): redefine locally so we can control it's
96 properties. This is in preparation for changing the future public
97 gensym to produce unreadable symbols.
98
99 * psyntax.pp: updated to reflect new syncase.scm.
100
90d4a6b0
TTN
1012002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
102
103 * regex.scm: Add commentary; nfc.
104
0187b4f4
TTN
1052002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
106
107 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
108
109 (psyntax.pp): Use $(preinstguile).
110
dd580bd6
MV
1112002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
112
113 * psyntax.ss (datum->syntax-object): Removed assertion in
114 datum->syntax-object that checked if the first argument, a
115 syntax-object, is an identifier. This was a unconvenient and
116 unnecessary restriction. Thanks to Dorai Sitaram!
117
0e6f7775
MV
1182002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
119
120