Call `%init-goops-builtins' instead of using the
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
6851c8a4
MG
12001-05-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * Makefile.am (srfi_DATA): Added srfi-16.scm.
4
5 * srfi-16.scm: New file.
6
163a7e0d
MG
72001-05-10 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
8
9 * srfi-13.c (scm_string_delete): Logic was inversed for charset.
10 Fixed.
11
2abe254d
MG
122001-05-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
13
14 * srfi-13.c (scm_string_copyS): Fixed nasty bug.
15
2b60bc95
RB
162001-05-05 Rob Browning <rlb@cs.utexas.edu>
17
18 * Makefile.am (srfi_DATA): added srfi-19.scm.
19
20 * srfi-19.scm: New file - time/date SRFI. Thanks to Will
21 Fitzgerald.
22
2d953700
MG
232001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
24
25 * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
26
27 * srfi-10.scm: Typo fix.
28
109c463f
RB
292001-05-02 Rob Browning <rlb@cs.utexas.edu>
30
31 * srfi-11.scm (let-values): fix (a b c . d) case. Thanks Martin.
32
e1633bf3
MG
332001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
34
35 * Makefile.am (srfi_DATA): Added srfi-10.scm and srfi-17.scm.
36
37 * srfi-10.scm: New file.
38
39 * srfi-17.scm: New file, contributed by Matthias Koeppe. Thanks a
40 lot!
41 Added `Commentary:' tag.
42
43 * srfi-9.scm: Added `Commentary:' tag.
44
a0f979ac
RB
452001-04-27 Rob Browning <rlb@cs.utexas.edu>
46
47 * srfi-13.h
48 (scm_reverse_string_concatenate): renamed to
49 scm_string_concatentate_reverse.
50 (scm_reverse_string_concatenate_shared): renamed to
51 scm_string_concatenate_reverse_shared.
52
485efc12
GH
532001-04-27 Gary Houston <ghouston@arglist.com>
54
55 * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):
56 add "srfi/" to lines including .x files so they can be found
57 when build_dir != src_dir.
58
a6fd89a4
MG
592001-04-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
60
61 * Makefile.am (srfi_DATA): Added srfi-9.scm.
62
63 * srfi-9.scm: New file. Exports `define-record-type'.
64
b9c6d7a5
RB
652001-04-26 Rob Browning <rlb@cs.utexas.edu>
66
67 * Makefile.am (srfi_DATA): added srfi-6.scm.
68 (srfi_DATA): added srfi-11.scm.
69 (srfi_DATA): added srfi-8.scm.
70 (srfi_DATA): added srfi-2.scm.
71
72 * srfi-11.scm: new file - exports let-values and let*-values.
73
74 * srfi-6.scm: new file - guile already has srfi-6 procedures
75 loaded by default, so this is a dummy file right now.
76
77 * srfi-8.scm: new file - exports receive.
78
79 * srfi-2.scm: new file - just use/export (ice-9 and-let-star)
80
8dddb4bc
MG
812001-04-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
82
83 Changed two procedure names to match final SRFI document. Thanks
84 to Rob Browning for spotting this.
85
86 * srfi-13.scm (string-concatenate-reverse),
87 (string-concatenate-reverse/shared): Rename from
88 reverse-string-concatenate[/shared].
89
90 * srfi-13.c (scm_string_concatenate_reverse_shared): Renamed from
91 scm_reverse_string_concatenate_shared.
92 (scm_string_concatenate_reverse): Renamed from
93 scm_reverse_string_concatenate.
94
653c7291
MG
952001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
96
1f7a1dc9
MG
97 * configure.in, autogen.sh: Removed.
98
653c7291
MG
99 * srfi-13.c (scm_string_replace): Take sizeof (char) into account
100 when using memmove().
101
102 * srfi-14.h: Added prototypes for all exported procedures..
103
104 * srfi-13.c: Include srfi-13.h
105
106 * srfi-13.h: New file containing the prototypes.
107
108 * Makefile.am: Removed guile-srfi.texi and info_TEXINFOS variable.
109 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-14.h, so it gets
110 distributed.
111 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-13.h.
112
30f32820
NJ
1132001-04-24 Neil Jerram <neil@ossau.uklinux.net>
114
115 * Makefile.am: Fixed "srf-14.x" typo.
116
fafb71de
MG
1172001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
118
119 * guile-srfi.texi: Removed, because merged with the GRM.
120
121 * guile-srfi.texi: The docs are now up to date with the
122 implementation and have new introductory material.
123
ca003b26
MG
1242001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
125
126 Integrated the guile-srfi package into the Guile distribution.
127
128 * srfi-13.c: All procedures so specified in the SRFI now accept
129 character set arguments.
130
131 * Makefile.am: Snarfed some variables from the guile-readline
132 directory.
133
134 * srfi-14.c, srfi-14.h: Add prefix SCM_ to exported macros.
135
136 * srfi-13.scm, srfi-14.scm, srfi-13.c, srfi-14.c, srfi-14.h,
137 configure.in, Makefile.am: Added FSF copyright and Guile license
138 information.
139
140 * srfi-13.c, srfi-14.c: Include srfi-14.h.
141 (scm_init_srfi_13_14): Initialize the complete module, if not
142 already done so.
143
144 * srfi-14.h: New file.
145
146 * srfi-13.scm, srfi-14.scm: Load new combined library.
147
148 * Makefile.am: Build only one library,
149 `libguile-srfi-srfi-13-14.la'
150
1512001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
152
153 * guile-srfi.texi: Integrated the SRFI-14 documentation.
154
155 * srfi-14.c, srfi-14.scm: Made the procedures and variables
156 compliant to the final SRFI document.
157
158 * Renamed the package to guile-srfi.
159
1602001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
161
162 * NEWS: New section for 0.0.3.
163
164 * configure.in, README, guile-srfi-13.texi: Bumped version number
165 to 0.0.3.
166
167 * Released version 0.0.2.
168
169 * Makefile.am: Added rules for builing the SRFI-14 library.
170
171 * srfi-14.c, srfi-14.scm: New files, implementing SRFI-14
172 (character set library).
173
1742001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
175
176 * README: Updated procedure and incompatibility list.
177
178 * srfi-13.c (string_upcase_x, scm_string_upcase_xS),
179 (scm_string_upcase, string_downcase_x, scm_string_downcase_xS),
180 (scm_string_downcaseS, string_titlecase_x),
181 (scm_string_titlecase_x, scm_string_titlecase),
182 (scm_string_fill_xS, scm_string_copyS, scm_string_to_listS): New
183 procedures.
184
185 * srfi-13.scm: Export new case mapping procedures.
186
187 * guile-srfi-13.texi (What cannot be done): Removed case mapping
188 procedures from incompatibility list.
189 (Case Mapping): New section for case mapping procedures.
190
1912001-03-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
192
193 * NEWS: New section for 0.0.2
194
195 * configure.in, README, guile-srfi-13.texi: Bumbed version number
196 to 0.0.2
197
198 * Released version 0.0.1.
199
200 * README: Made procedure list up-to-date.
201
202 * guile-srfi-13.texi: Fixed typos, completed reference and added
203 introductory blurb.
204
205 * srfi-13.c, srfi-13.scm: Filled in the last missing pieces.
206
2072001-03-22 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
208
209 * Started guile-srfi-13 package. Files are copied from the
210 guile-gdbm and slightly modified.