* convert.c: include <string.h> for convert_i.c.
[bpt/guile.git] / srfi / ChangeLog
1 2002-02-24 Rob Browning <rlb@defaultvalue.org>
2
3 * Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
4 @LIBGUILE_SRFI_SRFI_4_INTERFACE@.
5 (libguile_srfi_srfi_13_14_la_LDFLAGS): use
6 @LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.
7
8 2002-02-23 Neil Jerram <neil@ossau.uklinux.net>
9
10 * srfi-19.scm (priv:month-assoc): Correct numbers so that they
11 match the expectations of priv:year-day.
12
13 2002-02-22 Neil Jerram <neil@ossau.uklinux.net>
14
15 * srfi-19.scm (priv:year-day): Index into priv:month-assoc using
16 month number, not day number. (Thanks to Sébastien de Menten de
17 Horne for reporting the problem.)
18
19 2002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
20
21 * srfi-14.c, srfi-4.c: Use scm_gc_malloc/scm_malloc and
22 scm_gc_free/free instead of scm_must_malloc and scm_must_free, as
23 appropriate.
24
25 2002-01-21 Thien-Thi Nguyen <ttn@giblet.glug.org>
26
27 * srfi-1.scm (count1, take-while): Rewrite to be tail-recursive.
28 Thanks to Panagiotis Vossos.
29
30 2002-01-20 Thien-Thi Nguyen <ttn@giblet.glug.org>
31
32 * srfi-1.scm (map1): Rewrite to be tail-recursive.
33 Thanks to Panagiotis Vossos for the bug report.
34
35 2001-12-16 Marius Vollmer <mvo@zagadka.ping.de>
36
37 * srfi-11.scm (let-values): Use `gensym' instead of `gentemp'.
38
39 2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
40
41 * Makefile.am (ETAGS_ARGS): Added.
42
43 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
44
45 * srfi-4.c: Use HAVE_LONG_LONG instead of HAVE_LONG_LONGS and test
46 it with `#ifdef' instead of `#if'.
47
48 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
49
50 * srfi-13.c (scm_string_unfold, scm_string_unfold_right),
51 srfi-14.c (scm_char_set_unfold, scm_char_set_unfold_x): Remove
52 superfluous whitespace at end of docstring lines.
53
54 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
55
56 * srfi-19.scm (time-monotonic->time-monotonic): Spurious;
57 remove from exports.
58
59 2001-11-04 Stefan Jahn <stefan@lkcc.org>
60
61 * srfi-13.h, srfi-14.h, srfi-4.h: Follow-up patch. Renamed
62 __FOO__ macros into FOO.
63
64 2001-11-03 Marius Vollmer <mvo@zagadka.ping.de>
65
66 * Makefile.am (libguile_srfi_srfi_4_la_LIBADD,
67 libguile_srfi_srfi_13_14_la_LIBADD): Refer to build directory, not
68 the source directory, for libguile.la. Thanks to Ken Raeburn.
69
70 2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
71
72 Support for native Win32. Thanks to Stefan Jahn!
73
74 * Makefile.am: Put `-no-undefined' into LDFLAGS to support linkers
75 which do not allow unresolved symbols inside shared libraries.
76
77 * srfi-13.h, srfi-14.h: Defined SCM_SRFI1314_API. Prefixed each
78 exported symbol with SCM_SRFI1314_API.
79
80 * srfi-4.h: Defined SCM_SRFI4_API. Prefixed each exported
81 symbol with SCM_SRFI4_API.
82
83 2001-10-21 Mikael Djurfeldt <mdj@linnaeus>
84
85 * srfi-2.scm, srfi-4.scm, srfi-8.scm, srfi-9.scm, srfi-10.scm,
86 srfi-11.scm, srfi-14.scm, srfi-16.scm: Move module the system
87 directives `export', `export-syntax', `re-export' and
88 `re-export-syntax' into the `define-module' form. This is the
89 recommended way of exporting bindings.
90
91 2001-09-22 Mikael Djurfeldt <mdj@linnaeus>
92
93 * srfi-19.scm (priv:split-real): Inserted missing call to
94 inexact->exact.
95
96 2001-09-21 Rob Browning <rlb@defaultvalue.org>
97
98 * srfi-14.h (SCM_CHARSET_GET): need 1L, not just 1 in "<<".
99
100 * srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1 in "<<".
101 (scm_char_set_hash): val needs to be long, not just unsigned.
102 (scm_char_set): need 1L, not just 1 in "<<".
103 (scm_list_to_char_set): need 1L, not just 1 in "<<".
104 (scm_list_to_char_set_x): need 1L, not just 1 in "<<".
105 (scm_list_to_char_set_x): FUNC_NAME was wrong - added a _x.
106 (scm_string_to_char_set): string length var needed to be
107 scm_sizet, not int.
108 (scm_string_to_char_set): need 1L, not just 1 in "<<".
109 (scm_string_to_char_set_x): string length var needed to be
110 scm_sizet, not int.
111 (scm_string_to_char_set_x): need 1L, not just 1 in "<<".
112 (scm_char_set_filter): need 1L, not just 1 in "<<".
113 (scm_char_set_filter_x): need 1L, not just 1 in "<<".
114 (scm_ucs_range_to_char_set): need 1L, not just 1 in "<<".
115 (scm_ucs_range_to_char_set_x): need 1L, not just 1 in "<<".
116 (scm_char_set_adjoin): need 1L, not just 1 in "<<".
117 (scm_char_set_delete): need 1L, not just 1 in "<<".
118 (scm_char_set_adjoin_x): need 1L, not just 1 in "<<".
119 (scm_char_set_delete_x): need 1L, not just 1 in "<<".
120
121 2001-09-12 Gary Houston <ghouston@arglist.com>
122
123 * srfi-1.scm (filter): change "caller" to "filter" in check-arg-type.
124
125 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
126
127 * srfi-1.scm, srfi-13.scm: Remove the defines that were needed to
128 trick export from the beginning of the files.
129
130 2001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
131
132 * srfi-19.scm (add-duration): Fix bug: Call `add-duration!' w/
133 two args. Thanks to Alex Shinn.
134
135 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
136
137 * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
138
139 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
140
141 * srfi-13.h (scm_string_map, scm_string_map_x,
142 scm_string_for_each): Reverse order of first two args.
143 (scm_string_for_each_index): New proc.
144
145 * srfi-13.c (scm_string_for_each): Reverse order of first 2 args.
146 (scm_string_for_each_index): New func.
147
148 * srfi-13.scm (string-for-each-index): New exported proc.
149
150 Thanks to Alex Shinn.
151
152 2001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
153
154 * srfi-13.c (string-map): Swapped order of string and proc args to
155 conform with the srfi. (Thanks to Alex Shinn.)
156
157 2001-08-05 Gary Houston <ghouston@arglist.com>
158
159 * srfi-1.scm (check-arg-type, non-negative-integer?): a couple of new
160 internal definitions.
161 (list-tabulate, iota): check for bad arguments that otherwise
162 give weird output.
163 (filter): check for proper list, to avoid infinite recursion on
164 a circular list.
165
166 2001-08-04 Gary Houston <ghouston@arglist.com>
167
168 * srfi-1.scm (filter): replaced with a tail-recursive version.
169 (remove): implement using filter, to make it tail-recursive.
170
171 2001-07-31 Gary Houston <ghouston@arglist.com>
172
173 * srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctly
174 accounting for the (char-set-union cs2...) in the spec. i.e.,
175 (char-set-diff+intersection a) -> copy-of-a, empty-set
176 and the following are equivalent:
177 (char-set-diff+intersection a (char-set #\a) (char-set #\b))
178 (char-set-diff+intersection a (char-set #\a #\b))
179
180 (scm_char_set_xor_x): disabled the side-effecting code, since it
181 gives inconsistent results to scm_char_set_xor for the case
182 (char-set-xor! a a a).
183
184 (scm_char_set_diff_plus_intersection_x): added cs2 argument, since
185 two arguments are compulsory in final spec. also similar changes
186 as for scm_char_set_diff_plus_intersection.
187 * srfi-14.h (scm_char_set_diff_plus_intersection_x): added cs2.
188
189 2001-07-22 Gary Houston <ghouston@arglist.com>
190
191 * srfi-14.c (scm_char_set_intersection, scm_char_set_xor): remove
192 the compulsory cs1 arguments: all args are optional in final spec.
193
194 * srfi-14.h: declarations updated.
195
196 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
197
198 * srfi-11.scm, srfi-8.scm: Update copyright notice.
199
200 2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
201
202 * srfi-14.c: Okay. Now I got it. Really. This time it's fixed.
203 Guaranteed. (Maybe)
204
205 * srfi-19.scm: Define `current-time' before exporting it.
206
207 2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
208
209 * srfi-14.c: Fix for bug caused by brain-malfunctioning on my
210 side. Bit sets were handled wrong because I couldn't tell bit
211 counts from byte counts. Also, the bit array should be 256 / 8
212 bytes long. Thank you, Gary!
213
214 Removed unnecessary protoype for scm_char_set_copy.
215
216 2001-07-16 Gary Houston <ghouston@arglist.com>
217
218 * srfi-14.scm: export string->char-set!, not string-char-set!.
219
220 * srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next,
221 scm_end_of_char_set_p): reject negative cursor values.
222 (scm_list_to_char_set, scm_list_to_char_set_x): when reporting
223 type error in list component, omit the position (was always 1).
224
225 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
226
227 (scm_char_set_map): Bug-fix: char-set-map was modifying the
228 argument instead of the return value.
229
230 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
231
232 * srfi-14.c: Allocate correct memory size for charsets (32 bytes),
233 use this value for initializing and comparing charsets.
234 (scm_char_set_hash): Use ``better'' hash algorithm which produces
235 more values.
236
237 2001-07-15 Gary Houston <ghouston@arglist.com>
238
239 * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the
240 opt arg to give default bound, as in final spec. don't allow
241 negative bounds.
242 (scm_char_set_hash): bug fix: was overrunning the buffer and
243 calculating based on garbage.
244 (scm_char_set_eq, scm_char_set_leq): fix argument number in error
245 reporting: wasn't incremented due to macro coding.
246 (scm_char_set): report argument number in error reporting: was
247 hard coded to 1. remove a couple of local variables.
248
249 2001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
250
251 * srfi-2.scm (and-let*): Use `re-export-syntax' instead of
252 `export-syntax'.
253
254 2001-07-11 Gary Houston <ghouston@arglist.com>
255
256 * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
257 return #t instead of giving wrong-number-of-arguments . take a
258 single "rest" argument. use memcmp instead of a loop to compare
259 the values.
260 (s_scm_char_set_leq): similarly, (char-set<=) should return #t.
261 take a single "rest" argument.
262 srfi-14.h: update the declarations.
263
264 2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
265
266 * README: Cleanup.
267
268 2001-07-06 Gary Houston <ghouston@arglist.com>
269
270 * srfi-1.scm (iota, map, for-each, list-index, member, delete,
271 delete!, assoc): roll back the previous change. instead place
272 dummy definitions in a deprecated block at the beginning as in
273 srfi-13.scm.
274
275 2001-07-06 Rob Browning <rlb@defaultvalue.org>
276
277 * srfi-19.scm (priv:locale-reader): don't need open-output-string.
278
279 2001-07-03 Gary Houston <ghouston@arglist.com>
280
281 * srfi-1.scm (iota, map, for-each, list-index, member, delete,
282 delete!, assoc): don't export until the new bindings have been
283 created. otherwise "export" thinks they are being re-exported and
284 a deprecation warning is produced.
285 (map-in-order): defined and exported, to support lists of unequal
286 length.
287
288 2001-07-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
289
290 * srfi-1.scm (list-tabulate): Do not go into infinite loop for
291 invalid arguments. Same fix for several other procedures (do not
292 use zero?, use <= 0).
293
294 2001-07-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
295
296 * srfi-1.scm: Replaced calls to `map' in several procedures to
297 calls to `map1'.
298 (map, for-each): New procedures, extended from R5RS.
299
300 2001-06-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
301
302 * srfi-4.c: Minor cleanups.
303
304 * srfi-14.c (scm_char_set_fold, scm_char_set_unfold)
305 (scm_char_set_unfold_x, scm_char_set_for_each)
306 (scm_char_set_map, scm_char_set_filter)
307 (scm_char_set_filter_x, scm_char_set_count)
308 (scm_char_set_every, scm_char_set_any): Replace calls to
309 scm_apply() with the corresponding scm_call_N() functions.
310
311 * srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next)
312 (scm_char_set_unfold, scm_char_set_unfold_x)
313 (scm_char_set_map, scm_char_set_diff_plus_intersection)
314 (scm_char_set_diff_plus_intersection_x): Replace deprecated macros
315 SCM_LISTN with calls to scm_list_N().
316
317 * srfi-13.c (scm_string_tabulate, scm_string_map)
318 (scm_string_map_x, scm_string_unfold)
319 (scm_string_unfold_right): Replace deprecated macros SCM_LISTN
320 with calls to scm_list_N().
321
322 * srfi-13.c (scm_string_any, scm_string_every),
323 (scm_string_tabulate, scm_string_trim),
324 (scm_string_trim_right, scm_string_trim_both),
325 (scm_string_compare, scm_string_compare_ci),
326 (scm_string_indexS, scm_string_index_right),
327 (scm_string_skip, scm_string_skip_right, scm_string_count),
328 (scm_string_map, scm_string_map_x, scm_string_fold),
329 (scm_string_fold_right, scm_string_unfold),
330 (scm_string_unfold_right, scm_string_for_each),
331 (scm_string_filter, scm_string_delete): Replace calls to
332 scm_apply() with the corresponding scm_call_N() functions.
333
334 2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
335
336 * Makefile.am: Added SRFI-4 files in various places.
337
338 * srfi-4.c, srfi-4.h, srfi-4.scm: New files implementing SRFI-4.
339
340 2001-06-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
341
342 * srfi-13.c (scm_string_copyS, scm_string_take, scm_string_drop,
343 scm_string_take_right, scm_string_drop_right, scm_string_trim,
344 scm_string_trim_right, scm_string_trim_both, scm_string_tokenize):
345 Use scm_mem2string instead of scm_makfromstr.
346
347 (scm_reverse_list_to_string, string_titlecase_x): Prefer
348 !SCM_<pred> over SCM_N<pred>.
349
350 2001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
351
352 * srfi-8.scm: Use `re-export-syntax' to correctly re-export
353 `receive'.
354
355 2001-06-18 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
356
357 The SRFI-19 implementation was completely broken. Already the
358 reference implementation did not handle DST and time zones
359 properly and relied on non-R5RS-isms like passing reals to
360 `quotient'. For Guile, some additional fixes were needed because
361 of the incomplete numeric tower implementation. See also
362 srfi-19.test.
363
364 * srfi-19.scm (date-zone-offset): Fixed typo in export clause.
365 (add-duration): Renamed from priv:add-duration.
366 (priv:time-normalize!): Handle fractional nanoseconds; remove
367 duplicate definition.
368 (priv:current-time-tai): Fixed typo.
369 (time=?, time<=?): Fixed typos.
370 (time-tai->time-utc, time-utc->time-tai,
371 time-utc->time-monotonic): Use make-time-unnormalized instead of
372 make-time when uninitialized time fields are used.
373 (set-date-nanosecond!, set-date-second!, set-date-minute!,
374 set-date-hour!, set-date-day!, set-date-month!, set-date-year!,
375 set-date-zone-offset!): Define.
376 (priv:local-tz-offset): Take an extra argument in order to handle
377 DST effects.
378 (time-utc->date, time-tai->date, time-monotonic->date): Handle the
379 changed signature of priv:local-tz-offset. Don't pass non-integer
380 arguments to quotient (non-R5RS, not supported by Guile).
381 (date->time-utc): Ensure that seconds in a date structure are
382 always exact integers. Handle DST properly.
383 (current-date, julian-day->date, modified-julian-day->date):
384 Handle the changed signature of priv:local-tz-offset.
385 (julian-day->time-utc): Reverted earlier inexact->exact hack;
386 make-time now handles inexact arguments.
387 (priv:locale-print-time-zone): At least print the numerical time
388 zone.
389 (priv:integer-reader): Fixed named let iteration.
390 (priv:read-directives): Use set-date-month! instead of
391 priv:set-date-month! etc.
392 (string->date): Handle DST properly.
393
394 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
395
396 * srfi-13.scm: Prevent `export' from re-exporting core bindings.
397
398 2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
399
400 * srfi-14.c (charset_print): Mark unused parameters with
401 SCM_UNUSED.
402
403 2001-06-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
404
405 * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
406 (delete-duplicates): Now the first occurrence of an element is
407 retained, as required.
408 (member, assoc): Fixed wrong order of equality predicate
409 application.
410
411 2001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
412
413 * README: Update.
414
415 * srfi-1.scm: New file.
416
417 2001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
418
419 Added exception notice to all files.
420
421 2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
422
423 * srfi-14.scm, srfi-13.scm: Use `load-extension' for loading the
424 shared library.
425
426 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
427
428 * Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
429 case.
430 (CLEANFILES): added *.x (and removed from DISTCLEANFILES)
431
432 2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
433
434 * srfi-19.scm: removed a stray open parenthesis. (thanks to
435 Matthias Köppe for the report).
436
437 2001-05-23 Rob Browning <rlb@cs.utexas.edu>
438
439 * srfi-19.scm (:optional): renamed to optional to avoid reader
440 keywords conflict. Time passes... Removed :optional altogether
441 and just handle optional args directly. Thanks to Matthias Koeppe
442 for the report of this and the two bits below.
443 (priv:decode-julian-day-number): add inexact->exact for truncate
444 result.
445 (time-utc->date): add inexact->exact and floor so quotient will
446 work.
447
448 2001-05-22 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
449
450 * README: Update, document available SRFIs.
451
452 2001-05-21 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
453
454 * srfi-19.scm, srfi-17.scm, srfi-16.scm, srfi-14.scm, srfi-13.scm,
455 srfi-11.scm, srfi-10.scm, srfi-9.scm, srfi-8.scm, srfi-6.scm,
456 srfi-2.scm: Use `cond-expand-provide' for providing features to
457 `cond-expand'.
458
459 2001-05-20 Marius Vollmer <mvo@zagadka.ping.de>
460
461 * srfi-14.c (scm_c_init_srfi_14): Added "int" to declaration of
462 `initialized'.
463
464 2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
465
466 Avoid using module operations from C.
467
468 * srfi-13.c (scm_init_srfi_13_14): Removed.
469 * srfi-14.h, srfi-14.c (scm_c_init_srfi_14): New. Contains
470 initializations needed by C clients of srfi-14.
471 (scm_init_srfi_13, scm_init_srfi_14): Call it.
472 * srfi-13.scm: Call "scm_init_srfi_13" instead of
473 "scm_init_srfi_13_14".
474 * srfi-14.scm: Call "scm_init_srfi_14" instead of
475 "scm_init_srfi_13_14".
476
477 2001-05-16 Rob Browning <rlb@cs.utexas.edu>
478
479 * srfi-19.scm (priv:integer-reader-exact): minor cleanups.
480
481 2001-05-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
482
483 * Makefile.am (srfi_DATA): Added srfi-16.scm.
484
485 * srfi-16.scm: New file.
486
487 2001-05-10 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
488
489 * srfi-13.c (scm_string_delete): Logic was inversed for charset.
490 Fixed.
491
492 2001-05-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
493
494 * srfi-13.c (scm_string_copyS): Fixed nasty bug.
495
496 2001-05-05 Rob Browning <rlb@cs.utexas.edu>
497
498 * Makefile.am (srfi_DATA): added srfi-19.scm.
499
500 * srfi-19.scm: New file - time/date SRFI. Thanks to Will
501 Fitzgerald.
502
503 2001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
504
505 * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
506
507 * srfi-10.scm: Typo fix.
508
509 2001-05-02 Rob Browning <rlb@cs.utexas.edu>
510
511 * srfi-11.scm (let-values): fix (a b c . d) case. Thanks Martin.
512
513 2001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
514
515 * Makefile.am (srfi_DATA): Added srfi-10.scm and srfi-17.scm.
516
517 * srfi-10.scm: New file.
518
519 * srfi-17.scm: New file, contributed by Matthias Koeppe. Thanks a
520 lot!
521 Added `Commentary:' tag.
522
523 * srfi-9.scm: Added `Commentary:' tag.
524
525 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
526
527 * srfi-13.h
528 (scm_reverse_string_concatenate): renamed to
529 scm_string_concatentate_reverse.
530 (scm_reverse_string_concatenate_shared): renamed to
531 scm_string_concatenate_reverse_shared.
532
533 2001-04-27 Gary Houston <ghouston@arglist.com>
534
535 * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):
536 add "srfi/" to lines including .x files so they can be found
537 when build_dir != src_dir.
538
539 2001-04-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
540
541 * Makefile.am (srfi_DATA): Added srfi-9.scm.
542
543 * srfi-9.scm: New file. Exports `define-record-type'.
544
545 2001-04-26 Rob Browning <rlb@cs.utexas.edu>
546
547 * Makefile.am (srfi_DATA): added srfi-6.scm.
548 (srfi_DATA): added srfi-11.scm.
549 (srfi_DATA): added srfi-8.scm.
550 (srfi_DATA): added srfi-2.scm.
551
552 * srfi-11.scm: new file - exports let-values and let*-values.
553
554 * srfi-6.scm: new file - guile already has srfi-6 procedures
555 loaded by default, so this is a dummy file right now.
556
557 * srfi-8.scm: new file - exports receive.
558
559 * srfi-2.scm: new file - just use/export (ice-9 and-let-star)
560
561 2001-04-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
562
563 Changed two procedure names to match final SRFI document. Thanks
564 to Rob Browning for spotting this.
565
566 * srfi-13.scm (string-concatenate-reverse),
567 (string-concatenate-reverse/shared): Rename from
568 reverse-string-concatenate[/shared].
569
570 * srfi-13.c (scm_string_concatenate_reverse_shared): Renamed from
571 scm_reverse_string_concatenate_shared.
572 (scm_string_concatenate_reverse): Renamed from
573 scm_reverse_string_concatenate.
574
575 2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
576
577 * configure.in, autogen.sh: Removed.
578
579 * srfi-13.c (scm_string_replace): Take sizeof (char) into account
580 when using memmove().
581
582 * srfi-14.h: Added prototypes for all exported procedures..
583
584 * srfi-13.c: Include srfi-13.h
585
586 * srfi-13.h: New file containing the prototypes.
587
588 * Makefile.am: Removed guile-srfi.texi and info_TEXINFOS variable.
589 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-14.h, so it gets
590 distributed.
591 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-13.h.
592
593 2001-04-24 Neil Jerram <neil@ossau.uklinux.net>
594
595 * Makefile.am: Fixed "srf-14.x" typo.
596
597 2001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
598
599 * guile-srfi.texi: Removed, because merged with the GRM.
600
601 * guile-srfi.texi: The docs are now up to date with the
602 implementation and have new introductory material.
603
604 2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
605
606 Integrated the guile-srfi package into the Guile distribution.
607
608 * srfi-13.c: All procedures so specified in the SRFI now accept
609 character set arguments.
610
611 * Makefile.am: Snarfed some variables from the guile-readline
612 directory.
613
614 * srfi-14.c, srfi-14.h: Add prefix SCM_ to exported macros.
615
616 * srfi-13.scm, srfi-14.scm, srfi-13.c, srfi-14.c, srfi-14.h,
617 configure.in, Makefile.am: Added FSF copyright and Guile license
618 information.
619
620 * srfi-13.c, srfi-14.c: Include srfi-14.h.
621 (scm_init_srfi_13_14): Initialize the complete module, if not
622 already done so.
623
624 * srfi-14.h: New file.
625
626 * srfi-13.scm, srfi-14.scm: Load new combined library.
627
628 * Makefile.am: Build only one library,
629 `libguile-srfi-srfi-13-14.la'
630
631 2001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
632
633 * guile-srfi.texi: Integrated the SRFI-14 documentation.
634
635 * srfi-14.c, srfi-14.scm: Made the procedures and variables
636 compliant to the final SRFI document.
637
638 * Renamed the package to guile-srfi.
639
640 2001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
641
642 * NEWS: New section for 0.0.3.
643
644 * configure.in, README, guile-srfi-13.texi: Bumped version number
645 to 0.0.3.
646
647 * Released version 0.0.2.
648
649 * Makefile.am: Added rules for builing the SRFI-14 library.
650
651 * srfi-14.c, srfi-14.scm: New files, implementing SRFI-14
652 (character set library).
653
654 2001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
655
656 * README: Updated procedure and incompatibility list.
657
658 * srfi-13.c (string_upcase_x, scm_string_upcase_xS),
659 (scm_string_upcase, string_downcase_x, scm_string_downcase_xS),
660 (scm_string_downcaseS, string_titlecase_x),
661 (scm_string_titlecase_x, scm_string_titlecase),
662 (scm_string_fill_xS, scm_string_copyS, scm_string_to_listS): New
663 procedures.
664
665 * srfi-13.scm: Export new case mapping procedures.
666
667 * guile-srfi-13.texi (What cannot be done): Removed case mapping
668 procedures from incompatibility list.
669 (Case Mapping): New section for case mapping procedures.
670
671 2001-03-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
672
673 * NEWS: New section for 0.0.2
674
675 * configure.in, README, guile-srfi-13.texi: Bumbed version number
676 to 0.0.2
677
678 * Released version 0.0.1.
679
680 * README: Made procedure list up-to-date.
681
682 * guile-srfi-13.texi: Fixed typos, completed reference and added
683 introductory blurb.
684
685 * srfi-13.c, srfi-13.scm: Filled in the last missing pieces.
686
687 2001-03-22 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
688
689 * Started guile-srfi-13 package. Files are copied from the
690 guile-gdbm and slightly modified.