(System Asyncs): Updated.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
34010f56
NJ
12002-10-09 Neil Jerram <neil@ossau.uklinux.net>
2
3 * buffered-input.scm (make-buffered-input-port): Build an
4 input-waiting thunk for just extended version of make-soft-port.
5
9bc54879
RB
62002-10-04 Rob Browning <rlb@defaultvalue.org>
7
8 * boot-9.scm (expt): switch if sense and use negative? rather than
9 >= 0.
10
3538c2b2
MV
112002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
12
13 * boot-9.scm (top-repl): Use "1" instead of "%deliver-signals" to
14 limit the signal stack.
15
f4232aa6
MV
162002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
17
18 * boot-9.scm (feature?): Added deprecation message.
19
5fc0857e
RB
202002-09-14 Rob Browning <rlb@defaultvalue.org>
21
22 * boot-9.scm (sqrt): minor indentation fix.
23
cfcdb8e9
MV
242002-09-05 Marius Vollmer <mvo@zagadka.ping.de>
25
26 * syncase.scm: Set the module transformer of the-syncase-module so
27 that we can use define-syntax.
28 (define-syntax-public): New and exported.
29
302002-09-04 Marius Vollmer <mvo@zagadka.ping.de>
31
32 * syncase.scm (expansion-eval-closure, env->eval-closure): New.
33 (sc-macro): Set the expansion-eval-closure expanding the form.
34 (putprop, getprop): Use the expansion-eval-closure to find
35 variables instead of the current module.
36
fdf7e1d7
MV
372002-07-08 Marius Vollmer <mvo@zagadka.ping.de>
38
39 * slib.scm (make-exchanger): Added. Thanks to Clinton Ebadi!
40
7c38399f
DH
412002-07-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
42
43 * boot-9.scm (define-option-interface): Replaced "macro" by
44 mmacro.
45
1334c61a
GH
462002-06-01 Gary Houston <ghouston@arglist.com>
47
48 * boot-9.scm (file-set-position): Make third argument optional,
49 for SCM compatibility.
50 (file-position): simplify definition.
51
be87cdb7
MV
522002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
53
54 * boot-9.scm (file-set-position): Use seek instead of fseek.
55
e717bf46
MV
562002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
57
58 * format.scm (format:out-inf-nan): New.
59 (format:out-fixed, format:out-expon, format:out-general): Use it
60 to print infs and nans.
61
62 * boot-9.scm (unsetenv): New, for completeness.
63
9ea4ac37
MV
642002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
65
66 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
67 print long real numbers with large positive and negative
68 exponents.
69
45845efe
MV
702002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
71
72 * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
73
0bd1b44f
TTN
742002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
75
76 * gap-buffer.scm: New file.
77
78 * Makefile.am (ice9_sources): Add gap-buffer.scm.
79
c87af2d5
RB
802002-03-12 Rob Browning <rlb@defaultvalue.org>
81
82 * syncase.scm: fix bad let.
83 (gensym): fix failure on non-threaded
84
6c5b8521
TTN
852002-03-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
86
87 * ftw.scm: New file.
88
89 * Makefile.am (ice9_sources): Add ftw.scm.
90
327d4dd3
TTN
912002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
92
93 * Makefile.am: Update path to pre-inst-guile automake frag.
94
d51b42e2
TTN
95 * boot-9.scm: Comment grammar fixes; nfc.
96 Thanks to Christopher Cramer.
97
46151112
RB
982002-02-24 Rob Browning <rlb@defaultvalue.org>
99
100 * syncase.scm (gensym): redefine locally so we can control it's
101 properties. This is in preparation for changing the future public
102 gensym to produce unreadable symbols.
103
104 * psyntax.pp: updated to reflect new syncase.scm.
105
90d4a6b0
TTN
1062002-02-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
107
108 * regex.scm: Add commentary; nfc.
109
0187b4f4
TTN
1102002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
111
112 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
113
114 (psyntax.pp): Use $(preinstguile).
115
dd580bd6
MV
1162002-01-14 Marius Vollmer <mvo@zagadka.ping.de>
117
118 * psyntax.ss (datum->syntax-object): Removed assertion in
119 datum->syntax-object that checked if the first argument, a
120 syntax-object, is an identifier. This was a unconvenient and
121 unnecessary restriction. Thanks to Dorai Sitaram!
122
0e6f7775
MV
1232002-01-12 Marius Vollmer <mvo@zagadka.ping.de>
124
125