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