Changes from arch/CVS synchronization
[bpt/guile.git] / srfi / ChangeLog
1 2007-12-13 Stephen Compall <s11@member.fsf.org>
2
3 * srfi-69.scm (without-keyword-args): Use `cdr' instead of
4 `rest'.
5
6 2007-12-03 Stephen Compall <s11@member.fsf.org>
7
8 * srfi-69.scm: New file.
9 * Makefile.am: Add it.
10
11 2007-09-10 Ludovic Courtès <ludo@gnu.org>
12
13 * srfi-35.scm (make-compound-condition-type): When PARENTS
14 contains only one element, return its car. This improves the
15 output of `print-condition' for non-compound conditions returned
16 by `make-compound-condition'.
17
18 2007-08-11 Ludovic Courtès <ludo@gnu.org>
19
20 * srfi-35.scm: New file.
21 * Makefile.am (srfi_DATA): Added `srfi-35.scm'.
22
23 2007-07-29 Ludovic Courtès <ludo@gnu.org>
24
25 * Makefile.am (INCLUDES): Added Gnulib includes.
26 (libguile_srfi_srfi_1_v_@LIBGUILE_SRFI_SRFI_1_MAJOR@_la_LIBADD):
27 Added `../lib/libgnu.la'.
28 (libguile_srfi_srfi_4_v_@LIBGUILE_SRFI_SRFI_4_MAJOR@_la_LIBADD):
29 Likewise.
30 (libguile_srfi_srfi_13_14_v_@LIBGUILE_SRFI_SRFI_13_14_MAJOR@_la_LIBADD):
31 Likewise.
32 (libguile_srfi_srfi_60_v_@LIBGUILE_SRFI_SRFI_60_MAJOR@_la_LIBADD):
33 Likewise.
34
35 2007-07-18 Stephen Compall <s11@member.fsf.org>
36
37 * srfi-37.scm: New file.
38 * Makefile.am: Add it.
39
40 2007-07-09 Ludovic Courtès <ludo@gnu.org>
41
42 * srfi-19.scm (date->julian-day): Take OFFSET into account.
43 Patch by Jon Wilson <j85wilson@fastmail.fm>.
44
45 2007-05-09 Ludovic Courtès <ludo@chbouib.org>
46
47 * srfi-19.scm (priv:current-time-process): Removed shadowing
48 definition that returned a list. Use the right argument order to
49 `make-time'. Reported by Scott Shedden.
50
51 2007-02-04 Ludovic Courtès <ludovic.courtes@laas.fr>
52
53 * srfi/srfi-19.scm (priv:locale-abbr-weekday): Add one to the day
54 number before invoking `locale-day-short'. Failing to do so
55 resulted in days shifted by one in the result of `date->string',
56 or in the failure of `date->string' when the day is zero.
57 (priv:locale-long-weekday): Likewise.
58
59 2007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
60
61 * srfi-19.scm: Use `(ice-9 i18n)'.
62 (priv:locale-abbr-weekday-vector, priv:locale-long-weekday-vector,
63 priv:locale-abbr-month-vector, priv:locale-long-month-vector):
64 Removed.
65 (priv:locale-number-separator, priv:locale-pm, priv:locale-am,
66 priv:locale-abbr-weekday, priv:locale-long-weekday,
67 priv:locale-abbr-month, priv:locale-long-month): Aliases for their
68 respective `(ice-9 i18n)' equivalent.
69 (priv:vector-find): Removed, replaced by...
70 (priv:date-reverse-lookup): New procedure. Updated callers.
71 (priv:locale-am/pm): Use `priv:locale-pm' and `priv:locale-am' as
72 procedures.
73 (priv:directives): Use `priv:locale-number-separator' as a
74 procedure.
75
76 2006-12-02 Kevin Ryde <user42@zip.com.au>
77
78 * srfi-60.c (scm_srfi60_copy_bit): Should be long not int for fixnum
79 bitshift, fixes 64-bit systems setting a bit between 32 and 63.
80 Reported by Aaron M. Ucko, Debian bug 396119.
81
82 2006-05-28 Kevin Ryde <user42@zip.com.au>
83
84 * srfi-1.scm, srfi-1.c, srfi-1.h (append-reverse, append-reverse!):
85 Rewrite in C.
86
87 2006-05-20 Kevin Ryde <user42@zip.com.au>
88
89 * srfi-1.c (scm_srfi1_assoc): Correction to comparison procedure
90 argument order, SRFI-1 specifies given key is first.
91
92 2006-02-06 Marius Vollmer <mvo@zagadka.de>
93
94 * srfi-1.scm, srfi-60.scm: Updated versions in library name to
95 match GUILE-VERSION.
96
97 2006-02-04 Kevin Ryde <user42@zip.com.au>
98
99 * srfi-1.c (scm_srfi1_delete, scm_srfi1_delete_duplicates): Use a
100 count to protect against nasty code in the equality procedure changing
101 the lists we're working on. The results don't have to be sensible in
102 that case, just not hang or access non-cells.
103
104 * srfi-60.c (booleans->integer): Avoid newline in macro, it breaks the
105 snarfer.
106
107 2005-11-24 Kevin Ryde <user42@zip.com.au>
108
109 * srfi-1.scm, srfi-1.c, srfi-1.h (lset-difference!): Rewrite in C.
110
111 2005-08-19 Kevin Ryde <user42@zip.com.au>
112
113 * srfi-19.scm (priv:leap-second-table): Add new 2005 leap second.
114
115 2005-08-12 Marius Vollmer <mvo@zagadka.de>
116
117 * srfi-1.c: Use scm_is_null instead of SCM_NULLP. Thanks to
118 Peter Gavin!
119
120 2005-08-01 Marius Vollmer <mvo@zagadka.de>
121
122 * srfi-1.c (check_map_args): Move check_map_error label and elt
123 variable outside of loop scope so that we do not jump past the
124 initialization of elt.
125
126 2005-06-12 Marius Vollmer <mvo@zagadka.de>
127
128 * srfi-1.c: Do not use INUM macros, they are deprecated.
129
130 2005-05-07 Kevin Ryde <user42@zip.com.au>
131
132 * srfi-1.scm, srfi-1.c, srfi-1.h (car+cdr, fold, last, list-index,
133 list-tabulate, not-pair, xcons): Rewrite in C.
134
135 2005-05-04 Kevin Ryde <user42@zip.com.au>
136
137 * srfi-1.scm, srfi-1.c, srfi-1.h (break, break!, drop-right!,
138 drop-while, eighth, fifth, lset-adjoin, ninth, reduce, reduce-right,
139 seventh, sixth, span, span!, take!, take-while, take-while!, tenth):
140 Rewrite in C.
141
142 2005-04-23 Kevin Ryde <user42@zip.com.au>
143
144 * srfi-1.c (scm_srfi1_count, scm_srfi1_filter_map): Don't modify the
145 rest argument, that belongs to the caller when reached from apply.
146 Use a temp vector like scm_srfi1_for_each.
147
148 2005-04-04 Kevin Ryde <user42@zip.com.au>
149
150 * srfi-1.c, srfi-1.h (scm_srfi1_concatenate, scm_srfi1_concatenate_x):
151 Add code to check argument is a list, scm_append and scm_append_x
152 don't do that on their "rest" list (in a normal build).
153
154 2005-04-02 Kevin Ryde <user42@zip.com.au>
155
156 * srfi-1.c (scm_srfi1_count): Use scm_list_copy to make arg list,
157 instead of an inline loop. Share final list check between all cases
158 to save some code.
159
160 * srfi-1.c (scm_srfi1_filter_map): Have 2-arg case share finalization
161 code of 1-arg case.
162
163 * srfi-1.scm (alist-cons): Define just as acons, not a call to acons.
164
165 * srfi-1.scm, srfi-1.c, srfi-1.h (alist-copy): Rewrite in C.
166
167 * srfi-1.scm (lset-union): Rewrite to accumulate result by consing in
168 the order specified by the SRFI.
169
170 2005-03-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
171
172 * srfi-60.c: Replaced SCM_INUMP with SCM_I_INUMP and SCM_INUM with
173 SCM_I_INUM throughout.
174
175 2005-03-26 Marius Vollmer <mvo@zagadka.de>
176
177 * Makefile.am (srfiinclude_HEADERS): Added srfi-60.h.
178
179 2005-03-18 Kevin Ryde <user42@zip.com.au>
180
181 * srfi-1.scm, srfi-1.c, srfi-1.h (filter-map): Rewrite in C.
182
183 2005-03-16 Kevin Ryde <user42@zip.com.au>
184
185 * srfi-1.scm, srfi-1.c, srfi-1.h (drop-right, partition!, remove!,
186 split-at, split-at!, take-right): Rewrite in C. remove! derived from
187 core filter!.
188
189 2005-03-14 Kevin Ryde <user42@zip.com.au>
190
191 * srfi-1.scm, srfi-1.c, srfi-1.h (find, find-tail): Rewrite in C.
192
193 2005-03-13 Kevin Ryde <user42@zip.com.au>
194
195 * srfi-1.scm (lset-union): Call `=' procedure with args in the order
196 specified by the SRFI.
197
198 * srfi-60.scm, srfi-60.c, srfi-60.h: New files.
199 * Makefile.am: Add them.
200
201 2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
202
203 * srfi-1.c: Use scm_is_pair instead of SCM_CONSP; use scm_is_null
204 instead of SCM_NULLP.
205
206 2005-02-18 Kevin Ryde <user42@zip.com.au>
207
208 * srfi-1.scm (lset-adjoin): Revert change using `list' not `acc', the
209 spec is not quite clear, but reference code uses acc, so do that.
210
211 2005-02-12 Kevin Ryde <user42@zip.com.au>
212
213 * srfi-1.scm (reduce, reduce-right): Don't call f with ridentity, use
214 it only if lst is empty, per srfi and intended optimization reduce
215 represents over fold.
216
217 2005-02-04 Kevin Ryde <user42@zip.com.au>
218
219 * srfi-1.scm (list=): Correction to arguments passed to given elt=,
220 spec is (elt= e[i] e[i+1]) for lists i and i+1, previously the first
221 arg was always from list 0 not list i.
222
223 2005-01-29 Kevin Ryde <user42@zip.com.au>
224
225 * srfi-1.scm (lset-adjoin): Actually use the given `=' procedure.
226 Test membership only on the given `list', not `acc', as per the spec.
227
228 * srfi-1.c, srfi-1.scm (remove): Rewrite in C, a trivial adaption from
229 scm_filter in the core.
230 * srfi-1.scm (remove!): Use filter!.
231
232 2005-01-28 Kevin Ryde <user42@zip.com.au>
233
234 * srfi-1.scm (lset=): Correction to pred call arg order, srfi spec is
235 (= e[i] e[i+1]), but had some calls the other way around.
236
237 2005-01-24 Kevin Ryde <user42@zip.com.au>
238
239 * srfi-1.c (scm_srfi1_member): Correction to pred call arg order, srfi
240 spec is (PRED X elem). Update docstring from manual.
241
242 * srfi-1.scm (lset=): Allow no list arguments, per srfi spec example.
243
244 2005-01-18 Kevin Ryde <user42@zip.com.au>
245
246 * srfi-1.scm: Remove (ice-9 session) and (ice-9 receive), not used.
247
248 2005-01-12 Kevin Ryde <user42@zip.com.au>
249
250 * srfi-39.scm (current-input-port, current-output-port): Parameter
251 replacements for core functions, per SRFI spec.
252 (current-error-port): The same, for consistency.
253
254 2005-01-10 Marius Vollmer <mvo@zagadka.de>
255
256 * srfi-1.c (check_args): Bugfix to change from 2005-01-02: ARGV is
257 the vector to check, not ARGS.
258
259 2005-01-02 Marius Vollmer <mvo@zagadka.de>
260
261 * srfi-1.c: Use new vector elements API or simple vector API, as
262 appropriate.
263
264 2005-01-02 Kevin Ryde <user42@zip.com.au>
265
266 * Makefile.am (srfi_DATA): Add srfi-39.scm.
267
268 2004-12-20 Mikael Djurfeldt <djurfeldt@nada.kth.se>
269
270 * README: Update, document available SRFIs.
271
272 2004-12-06 Kevin Ryde <user42@zip.com.au>
273
274 * srfi-1.scm (alist-copy, alist-delete, break, span): Change to
275 tail-recursive forms.
276
277 * srfi-1.scm (alist-delete): Correction to equality proc call argument
278 order, spec is for given KEY param first.
279
280 2004-12-05 Kevin Ryde <user42@zip.com.au>
281
282 * srfi-1.scm (filter-map): Change to a tail-recursive form.
283 (append-map, append-map!): Rewrite as simple "concatenate map" forms,
284 for tail recursiveness.
285
286 2004-10-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
287
288 * srfi-4.scm, srfi-4.h, srfi-4.c: Moved content into core; only
289 the skeletons remains.
290
291 2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
292
293 * srfi-4.c (print_int64, print_uint64): Removed.
294 (uvec_print): Use scm_intprint for signed elemets and
295 scm_uintprint for unsigned ones. Do not use print_int64 and
296 print_uint64 since scm_intprint and scm_Uintprint can handle 64
297 bits now.
298
299 2004-09-03 Stefan Jahn <stefan@lkcc.org>
300
301 * srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because
302 lst1 is a #define on Win32 systems.
303
304 2004-08-26 Kevin Ryde <user42@zip.com.au>
305
306 * srfi-31.scm (rec): Add missing `error' to else clause.
307
308 2004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
309
310 * Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
311 to the library names.
312 * srfi-1.scm, srfi-4.scm: Use the new library names with
313 load-extension.
314
315 2004-08-25 Marius Vollmer <mvo@zagadka.de>
316
317 SRFI-13 and SRFI-14 have been moved into the core.
318
319 * srfi-13.scm, srfi-14.scm: Simply re-export the relevant
320 bindings.
321
322 * srfi-13.h, srfi-13.c, srfi-14.h, srfi-14.c: Removed all real
323 content except for the init functions.
324
325 2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
326
327 * srfi-13.h, srfi-13.c: (scm_substring_shared): Renamed to
328 scm_substring_sharedS.
329
330 * srfi-14.c, srfi-13.c: Adapted to new internal string and symbol
331 API.
332
333 * srfi-13.scm (substring/shared): Export as replacement since we
334 now have a version in the core.
335
336 2004-08-15 Marius Vollmer <mvo@zagadka.de>
337
338 * srfi-39.scm: New, from Jose A Ortega Ruiz. Thanks!
339
340 2004-08-14 Kevin Ryde <user42@zip.com.au>
341
342 * srfi-13.c (scm_string_any, scm_string_every): Add support for char
343 and charset as predicates, per SRFI-13 spec.
344
345 2004-08-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
346
347 * srfi-13.c (MY_VALIDATE_SUBSTRING_SPEC_COPY,
348 MY_VALIDATE_STRING_COPY): Modernized clones of the deprecated
349 validation macros. Replaced every use.
350
351 2004-08-05 Kevin Ryde <user42@zip.com.au>
352
353 * srfi-13.c (scm_string_any, scm_string_every): Enhance docstrings as
354 per doc/ref/srfi-modules.texi.
355
356 2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
357
358 * srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and
359 scm_from_*, respectively.
360 (print_int64, print_uint64): Rewritten by just calling scm_iprin1
361 on a SCM.
362
363 2004-08-02 Kevin Ryde <user42@zip.com.au>
364
365 * srfi-13.c (scm_string_every): Correction to initial "res" value,
366 return should be #t for an empty string. Reported by Andreas Vögele.
367
368 2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
369
370 * srfi-13.c, srfi-14.c, srfi-4.c: Changed all uses of
371 SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, SCM_VALIDATE_BIGINT,
372 SCM_VALIDATE_INUM_MIN, SCM_VALIDATE_INUM_MIN_COPY,
373 SCM_VALIDATE_INUM_MIN_DEF_COPY,SCM_VALIDATE_INUM_DEF,
374 SCM_VALIDATE_INUM_DEF_COPY, SCM_VALIDATE_INUM_RANGE,
375 SCM_VALIDATE_INUM_RANGE_COPY to scm_to_size_t or similar.
376
377 2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
378
379 * srfi-1.c, srfi-13.c, srfi-14.c, srfi-4.c: Replaced all uses of
380 deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and
381 SCM_BOOLP with scm_is_false, scm_is_true, scm_from_bool, and
382 scm_is_bool, respectively.
383
384 2004-07-05 Kevin Ryde <user42@zip.com.au>
385
386 * srfi-4.c (uvec_sizes): Add "const".
387
388 * srfi-31.scm: Correction to heading comment.
389
390 2004-06-20 Rob Browning <rlb@defaultvalue.org>
391
392 * srfi-4.c: fix #ifdef checks for 64-bit types; should be #if.
393 Add separate symmetric test for SCM_HAVE_T_UINT64 in one case.
394 (uvec_print): rewrite using a union to make more
395 compact, and use static print_uint64 and print_int64 to print
396 64-bit elements.
397 (print_int64): new static function (temporary fix).
398 (print_uint64): new static function (temporary fix).
399
400 * Makefile.am (srfi_DATA): add srfi-31.scm.
401
402 * srfi-31.scm: new file.
403
404 2004-04-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
405
406 * srfi-17.scm (setter, car, cdr etc.): When within one define
407 expression a new variable in the local module is defined in terms
408 of an equally named variable from some other module, use @ to
409 refer to the variable in the other module. This is necessary due
410 to section 5.2.1 of R5RS: In a define expression first the new
411 binding is created and then the expression is evaluated.
412
413 2004-04-24 Kevin Ryde <user42@zip.com.au>
414
415 * srfi-11.scm (let-values): Use make-symbol rather than gensym, for
416 guaranteed uniqueness of temp variable symbols.
417
418 2004-04-15 Kevin Ryde <user42@zip.com.au>
419
420 * srfi-13.c (scm_string_trim, scm_string_trim_right,
421 scm_string_trim_both): Cast to unsigned char for isspace.
422
423 2004-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
424
425 * srfi-13.c (s_scm_string_map): convert character to unsigned char
426 before converting to unsigned int. This prevents hi-bit ascii as
427 being converted large integers.
428 (string_upcase_x): change caller for scm_{up,down}case to
429 scm_c_{up,down}case
430
431 2004-03-23 Kevin Ryde <user42@zip.com.au>
432
433 * srfi-1.scm (circular-list): Rewrite using set-cdr!, no need to copy
434 parameter list.
435
436 2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
437
438 * Makefile.am (TAGS_FILES): Use this variable instead of
439 ETAGS_ARGS so that TAGS can be built using separate build
440 directory.
441
442 2004-01-24 Marius Vollmer <mvo@zagadka.de>
443
444 * Makefile.am (srfi_DATA): Added srfi-26.scm.
445
446 2004-01-21 Marius Vollmer <m.vollmer@ping.de>
447
448 * srfi-26.scm: New, from Daniel Skarda. Thanks!
449
450 2003-12-03 Kevin Ryde <user42@zip.com.au>
451
452 * srfi-1.c, srfi-1.h, srfi-1.scm (count): Rewrite in C, avoiding
453 non-tail recursion.
454
455 * srfi-1.scm (map!): Define as an alias for map, previous definition
456 was not tail-recursive.
457
458 2003-08-23 Kevin Ryde <user42@zip.com.au>
459
460 * srfi-1.c, srfi-1.h, srfi-1.scm (list-copy): New function, derived
461 from core list-copy but allowing improper lists, per SRFI-1 spec.
462
463 * srfi-19.scm (date-week-number): Correction, day of week starting
464 week applied was off by one.
465
466 2003-07-29 Kevin Ryde <user42@zip.com.au>
467
468 * srfi-1.c, srfi-1.scm (concatenate, concatenate!): Use scm_append and
469 scm_append_x.
470
471 * srfi-1.c, srfi-1.h, srfi-1.scm (length+): Rewrite using scm_ilength.
472
473 * srfi-34.scm: Add cond-expand-provide srfi-34.
474
475 2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
476
477 * srfi-1.c, srfi-1.h (scm_srfi1_partition), srfi-1.scm (partition):
478 Re-implement in C to avoid stack overflows for long input lists.
479
480 2003-07-08 Kevin Ryde <user42@zip.com.au>
481
482 * srfi-1.c, srfi-1.h (scm_srfi1_delete, scm_srfi1_delete_x,
483 scm_srfi1_delete_duplicates, scm_srfi1_delete_duplicates_x): New
484 functions. scm_srfi1_delete_x is derived from scm_delete_x.
485 * srfi-1.scm (delete, delete!, delete-duplicates, delete-duplicates!):
486 Remove.
487
488 2003-06-07 Kevin Ryde <user42@zip.com.au>
489
490 * srfi-6.scm: #:re-export open-input-string, open-output-string and
491 get-output-string, for the benefit of applications wanting to use
492 #:select on the module.
493
494 2003-05-29 Stefan Jahn <stefan@lkcc.org>
495
496 * Makefile.am (libguile_srfi_srfi_1_la_LDFLAGS,
497 libguile_srfi_srfi_4_la_LDFLAGS,
498 libguile_srfi_srfi_13_14__la_LDFLAGS): Added the -no-undefined
499 option for the mingw32 build.
500
501 2003-05-13 Kevin Ryde <user42@zip.com.au>
502
503 * srfi-1.scm (delete): Fix predicate arg order to match srfi-1 spec.
504
505 2003-05-10 Kevin Ryde <user42@zip.com.au>
506
507 * srfi-1.scm (take): Make this an alias for list-head.
508 (drop): Make this an alias for list-tail.
509
510 2003-04-30 Neil Jerram <neil@ossau.uklinux.net>
511
512 * srfi-34.scm: New file.
513
514 2003-04-23 Marius Vollmer <mvo@zagadka.de>
515
516 * srfi-1.scm: Removed stray "o" from exports list.
517
518 2003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
519
520 * srfi-1.c (srfi1_ilength): Prefer !SCM_CONSP over SCM_NCONSP.
521 Now, guile itself does not include any calls to SCM_NCONSP any
522 more.
523
524 2003-04-05 Marius Vollmer <mvo@zagadka.de>
525
526 * Changed license terms to the plain LGPL thru-out.
527
528 2003-03-25 Rob Browning <rlb@defaultvalue.org>
529
530 * srfi-4.c: replace typedefs for basic types with typedefs using
531 new standard int types (i.e. scm_t_uint8, etc.) -- should probably
532 remove typedefs altogether later.
533
534 2003-03-24 Mikael Djurfeldt <djurfeldt@nada.kth.se>
535
536 * srfi-1.scm: Re-export all srfi-1 bindings implemented by the
537 core. (Thanks to Kevin Ryde.)
538
539 2003-03-12 Mikael Djurfeldt <djurfeldt@nada.kth.se>
540
541 * srfi-13.scm: Mark replacements.
542
543 * srfi-17.scm: Mark replacements.
544
545 2003-03-11 Mikael Djurfeldt <djurfeldt@nada.kth.se>
546
547 * srfi-1.scm (iota, map, for-each, map-in-order, list-index,
548 member, delete, delete!, assoc): Marked as replacements.
549 (filter, filter!): Removed. (Now implemented in the core.)
550
551 2003-03-06 Mikael Djurfeldt <djurfeldt@nada.kth.se>
552
553 * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
554 with the versions in this module using
555 scm_c_extend_primitive_generic.
556
557 2003-02-03 Mikael Djurfeldt <djurfeldt@nada.kth.se>
558
559 * srfi-1.c (srfi1_for_each): Corrected argument checking for the
560 case of two argument lists. (Thanks to Kevin Ryde.)
561
562 2002-12-08 Rob Browning <rlb@defaultvalue.org>
563
564 * Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION.
565
566 2002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
567
568 * Makefile.am (srfiinclude_HEADERS): Added srfi-1.h.
569
570 2002-12-01 Mikael Djurfeldt <mdj@linnaeus>
571
572 * srfi-1.scm: Load srfi-1 extension.
573 (map, map-in-order, for-each, member, assoc): Replaced by
574 primitives in srfi-1.c.
575 (map1): Defined as `map'.
576
577 * Makefile.am: Added rules for srfi-1.c.
578
579 * srfi-1.c, srfi-1.h: New files.
580
581 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
582
583 * srfi-13.c (scm_string_tokenize): Instead of using "isgraphic" as
584 the subtitute for char-set:graphic when then token-set hsa been
585 defaulted, grab the real char-set:graphic from (srfi srfi-14).
586
587 * srfi-14.h (SCM_CHARSET_GET): Cast IDX to unsigned char so that
588 it works for 8-bit characters. Thanks to Matthias Koeppe! No,
589 make that "Köppe".
590
591 2002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
592
593 * srfi-13.c (s_scm_string_tokenize): Only take character sets as
594 the second arg. Collect characters belonging to this set into
595 tokens (as specified by the SRFI), instead of splitting at these
596 characters. Default to an equivalent of char-set:graphic instead
597 of everything-but-whitespace. Thanks to Matthias Koeppe!
598
599 2002-04-10 Rob Browning <rlb@defaultvalue.org>
600
601 * .cvsignore: add *.c.clean.c.
602
603 2002-03-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
604
605 * srfi-1.scm, srfi-13.scm, srfi-17.scm, srfi-4.scm, srfi-9.scm,
606 srfi-10.scm, srfi-14.scm, srfi-19.scm, srfi-6.scm, srfi-11.scm,
607 srfi-16.scm, srfi-2.scm, srfi-8.scm: Update copyright.
608 Point to manual in commentary; nfc.
609
610 2002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
611
612 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
613
614 2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
615
616 * srfi-13.c, srfi-14.c, srfi-4.c:
617 Retire inclusion guard macro SCM_MAGIC_SNARFER.
618
619 * Makefile.am (snarfcppopts): New var.
620 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
621
622 2002-03-11 Marius Vollmer <mvo@zagadka.ping.de>
623
624 * srfi-13.c (string_titlecase_x): Treat characters as unsigned so
625 that 8-bit chars work. Thanks to David Pirotte!
626
627 2002-02-24 Rob Browning <rlb@defaultvalue.org>
628
629 * Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
630 @LIBGUILE_SRFI_SRFI_4_INTERFACE@.
631 (libguile_srfi_srfi_13_14_la_LDFLAGS): use
632 @LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.
633
634 2002-02-23 Neil Jerram <neil@ossau.uklinux.net>
635
636 * srfi-19.scm (priv:month-assoc): Correct numbers so that they
637 match the expectations of priv:year-day.
638
639 2002-02-22 Neil Jerram <neil@ossau.uklinux.net>
640
641 * srfi-19.scm (priv:year-day): Index into priv:month-assoc using
642 month number, not day number. (Thanks to Sébastien de Menten de
643 Horne for reporting the problem.)
644
645 2002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
646
647 * srfi-14.c, srfi-4.c: Use scm_gc_malloc/scm_malloc and
648 scm_gc_free/free instead of scm_must_malloc and scm_must_free, as
649 appropriate.
650
651 2002-01-21 Thien-Thi Nguyen <ttn@giblet.glug.org>
652
653 * srfi-1.scm (count1, take-while): Rewrite to be tail-recursive.
654 Thanks to Panagiotis Vossos.
655
656 2002-01-20 Thien-Thi Nguyen <ttn@giblet.glug.org>
657
658 * srfi-1.scm (map1): Rewrite to be tail-recursive.
659 Thanks to Panagiotis Vossos for the bug report.
660
661 2001-12-16 Marius Vollmer <mvo@zagadka.ping.de>
662
663 * srfi-11.scm (let-values): Use `gensym' instead of `gentemp'.
664
665 2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
666
667 * Makefile.am (ETAGS_ARGS): Added.
668
669 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
670
671 * srfi-4.c: Use HAVE_LONG_LONG instead of HAVE_LONG_LONGS and test
672 it with `#ifdef' instead of `#if'.
673
674 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
675
676 * srfi-13.c (scm_string_unfold, scm_string_unfold_right),
677 srfi-14.c (scm_char_set_unfold, scm_char_set_unfold_x): Remove
678 superfluous whitespace at end of docstring lines.
679
680 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
681
682 * srfi-19.scm (time-monotonic->time-monotonic): Spurious;
683 remove from exports.
684
685 2001-11-04 Stefan Jahn <stefan@lkcc.org>
686
687 * srfi-13.h, srfi-14.h, srfi-4.h: Follow-up patch. Renamed
688 __FOO__ macros into FOO.
689
690 2001-11-03 Marius Vollmer <mvo@zagadka.ping.de>
691
692 * Makefile.am (libguile_srfi_srfi_4_la_LIBADD,
693 libguile_srfi_srfi_13_14_la_LIBADD): Refer to build directory, not
694 the source directory, for libguile.la. Thanks to Ken Raeburn.
695
696 2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
697
698 Support for native Win32. Thanks to Stefan Jahn!
699
700 * Makefile.am: Put `-no-undefined' into LDFLAGS to support linkers
701 which do not allow unresolved symbols inside shared libraries.
702
703 * srfi-13.h, srfi-14.h: Defined SCM_SRFI1314_API. Prefixed each
704 exported symbol with SCM_SRFI1314_API.
705
706 * srfi-4.h: Defined SCM_SRFI4_API. Prefixed each exported
707 symbol with SCM_SRFI4_API.
708
709 2001-10-21 Mikael Djurfeldt <mdj@linnaeus>
710
711 * srfi-2.scm, srfi-4.scm, srfi-8.scm, srfi-9.scm, srfi-10.scm,
712 srfi-11.scm, srfi-14.scm, srfi-16.scm: Move module the system
713 directives `export', `export-syntax', `re-export' and
714 `re-export-syntax' into the `define-module' form. This is the
715 recommended way of exporting bindings.
716
717 2001-09-22 Mikael Djurfeldt <mdj@linnaeus>
718
719 * srfi-19.scm (priv:split-real): Inserted missing call to
720 inexact->exact.
721
722 2001-09-21 Rob Browning <rlb@defaultvalue.org>
723
724 * srfi-14.h (SCM_CHARSET_GET): need 1L, not just 1 in "<<".
725
726 * srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1 in "<<".
727 (scm_char_set_hash): val needs to be long, not just unsigned.
728 (scm_char_set): need 1L, not just 1 in "<<".
729 (scm_list_to_char_set): need 1L, not just 1 in "<<".
730 (scm_list_to_char_set_x): need 1L, not just 1 in "<<".
731 (scm_list_to_char_set_x): FUNC_NAME was wrong - added a _x.
732 (scm_string_to_char_set): string length var needed to be
733 scm_sizet, not int.
734 (scm_string_to_char_set): need 1L, not just 1 in "<<".
735 (scm_string_to_char_set_x): string length var needed to be
736 scm_sizet, not int.
737 (scm_string_to_char_set_x): need 1L, not just 1 in "<<".
738 (scm_char_set_filter): need 1L, not just 1 in "<<".
739 (scm_char_set_filter_x): need 1L, not just 1 in "<<".
740 (scm_ucs_range_to_char_set): need 1L, not just 1 in "<<".
741 (scm_ucs_range_to_char_set_x): need 1L, not just 1 in "<<".
742 (scm_char_set_adjoin): need 1L, not just 1 in "<<".
743 (scm_char_set_delete): need 1L, not just 1 in "<<".
744 (scm_char_set_adjoin_x): need 1L, not just 1 in "<<".
745 (scm_char_set_delete_x): need 1L, not just 1 in "<<".
746
747 2001-09-12 Gary Houston <ghouston@arglist.com>
748
749 * srfi-1.scm (filter): change "caller" to "filter" in check-arg-type.
750
751 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
752
753 * srfi-1.scm, srfi-13.scm: Remove the defines that were needed to
754 trick export from the beginning of the files.
755
756 2001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
757
758 * srfi-19.scm (add-duration): Fix bug: Call `add-duration!' w/
759 two args. Thanks to Alex Shinn.
760
761 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
762
763 * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
764
765 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
766
767 * srfi-13.h (scm_string_map, scm_string_map_x,
768 scm_string_for_each): Reverse order of first two args.
769 (scm_string_for_each_index): New proc.
770
771 * srfi-13.c (scm_string_for_each): Reverse order of first 2 args.
772 (scm_string_for_each_index): New func.
773
774 * srfi-13.scm (string-for-each-index): New exported proc.
775
776 Thanks to Alex Shinn.
777
778 2001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
779
780 * srfi-13.c (string-map): Swapped order of string and proc args to
781 conform with the srfi. (Thanks to Alex Shinn.)
782
783 2001-08-05 Gary Houston <ghouston@arglist.com>
784
785 * srfi-1.scm (check-arg-type, non-negative-integer?): a couple of new
786 internal definitions.
787 (list-tabulate, iota): check for bad arguments that otherwise
788 give weird output.
789 (filter): check for proper list, to avoid infinite recursion on
790 a circular list.
791
792 2001-08-04 Gary Houston <ghouston@arglist.com>
793
794 * srfi-1.scm (filter): replaced with a tail-recursive version.
795 (remove): implement using filter, to make it tail-recursive.
796
797 2001-07-31 Gary Houston <ghouston@arglist.com>
798
799 * srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctly
800 accounting for the (char-set-union cs2...) in the spec. i.e.,
801 (char-set-diff+intersection a) -> copy-of-a, empty-set
802 and the following are equivalent:
803 (char-set-diff+intersection a (char-set #\a) (char-set #\b))
804 (char-set-diff+intersection a (char-set #\a #\b))
805
806 (scm_char_set_xor_x): disabled the side-effecting code, since it
807 gives inconsistent results to scm_char_set_xor for the case
808 (char-set-xor! a a a).
809
810 (scm_char_set_diff_plus_intersection_x): added cs2 argument, since
811 two arguments are compulsory in final spec. also similar changes
812 as for scm_char_set_diff_plus_intersection.
813 * srfi-14.h (scm_char_set_diff_plus_intersection_x): added cs2.
814
815 2001-07-22 Gary Houston <ghouston@arglist.com>
816
817 * srfi-14.c (scm_char_set_intersection, scm_char_set_xor): remove
818 the compulsory cs1 arguments: all args are optional in final spec.
819
820 * srfi-14.h: declarations updated.
821
822 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
823
824 * srfi-11.scm, srfi-8.scm: Update copyright notice.
825
826 2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
827
828 * srfi-14.c: Okay. Now I got it. Really. This time it's fixed.
829 Guaranteed. (Maybe)
830
831 * srfi-19.scm: Define `current-time' before exporting it.
832
833 2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
834
835 * srfi-14.c: Fix for bug caused by brain-malfunctioning on my
836 side. Bit sets were handled wrong because I couldn't tell bit
837 counts from byte counts. Also, the bit array should be 256 / 8
838 bytes long. Thank you, Gary!
839
840 Removed unnecessary protoype for scm_char_set_copy.
841
842 2001-07-16 Gary Houston <ghouston@arglist.com>
843
844 * srfi-14.scm: export string->char-set!, not string-char-set!.
845
846 * srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next,
847 scm_end_of_char_set_p): reject negative cursor values.
848 (scm_list_to_char_set, scm_list_to_char_set_x): when reporting
849 type error in list component, omit the position (was always 1).
850
851 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
852
853 (scm_char_set_map): Bug-fix: char-set-map was modifying the
854 argument instead of the return value.
855
856 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
857
858 * srfi-14.c: Allocate correct memory size for charsets (32 bytes),
859 use this value for initializing and comparing charsets.
860 (scm_char_set_hash): Use ``better'' hash algorithm which produces
861 more values.
862
863 2001-07-15 Gary Houston <ghouston@arglist.com>
864
865 * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the
866 opt arg to give default bound, as in final spec. don't allow
867 negative bounds.
868 (scm_char_set_hash): bug fix: was overrunning the buffer and
869 calculating based on garbage.
870 (scm_char_set_eq, scm_char_set_leq): fix argument number in error
871 reporting: wasn't incremented due to macro coding.
872 (scm_char_set): report argument number in error reporting: was
873 hard coded to 1. remove a couple of local variables.
874
875 2001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
876
877 * srfi-2.scm (and-let*): Use `re-export-syntax' instead of
878 `export-syntax'.
879
880 2001-07-11 Gary Houston <ghouston@arglist.com>
881
882 * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
883 return #t instead of giving wrong-number-of-arguments . take a
884 single "rest" argument. use memcmp instead of a loop to compare
885 the values.
886 (s_scm_char_set_leq): similarly, (char-set<=) should return #t.
887 take a single "rest" argument.
888 srfi-14.h: update the declarations.
889
890 2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
891
892 * README: Cleanup.
893
894 2001-07-06 Gary Houston <ghouston@arglist.com>
895
896 * srfi-1.scm (iota, map, for-each, list-index, member, delete,
897 delete!, assoc): roll back the previous change. instead place
898 dummy definitions in a deprecated block at the beginning as in
899 srfi-13.scm.
900
901 2001-07-06 Rob Browning <rlb@defaultvalue.org>
902
903 * srfi-19.scm (priv:locale-reader): don't need open-output-string.
904
905 2001-07-03 Gary Houston <ghouston@arglist.com>
906
907 * srfi-1.scm (iota, map, for-each, list-index, member, delete,
908 delete!, assoc): don't export until the new bindings have been
909 created. otherwise "export" thinks they are being re-exported and
910 a deprecation warning is produced.
911 (map-in-order): defined and exported, to support lists of unequal
912 length.
913
914 2001-07-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
915
916 * srfi-1.scm (list-tabulate): Do not go into infinite loop for
917 invalid arguments. Same fix for several other procedures (do not
918 use zero?, use <= 0).
919
920 2001-07-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
921
922 * srfi-1.scm: Replaced calls to `map' in several procedures to
923 calls to `map1'.
924 (map, for-each): New procedures, extended from R5RS.
925
926 2001-06-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
927
928 * srfi-4.c: Minor cleanups.
929
930 * srfi-14.c (scm_char_set_fold, scm_char_set_unfold)
931 (scm_char_set_unfold_x, scm_char_set_for_each)
932 (scm_char_set_map, scm_char_set_filter)
933 (scm_char_set_filter_x, scm_char_set_count)
934 (scm_char_set_every, scm_char_set_any): Replace calls to
935 scm_apply() with the corresponding scm_call_N() functions.
936
937 * srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next)
938 (scm_char_set_unfold, scm_char_set_unfold_x)
939 (scm_char_set_map, scm_char_set_diff_plus_intersection)
940 (scm_char_set_diff_plus_intersection_x): Replace deprecated macros
941 SCM_LISTN with calls to scm_list_N().
942
943 * srfi-13.c (scm_string_tabulate, scm_string_map)
944 (scm_string_map_x, scm_string_unfold)
945 (scm_string_unfold_right): Replace deprecated macros SCM_LISTN
946 with calls to scm_list_N().
947
948 * srfi-13.c (scm_string_any, scm_string_every),
949 (scm_string_tabulate, scm_string_trim),
950 (scm_string_trim_right, scm_string_trim_both),
951 (scm_string_compare, scm_string_compare_ci),
952 (scm_string_indexS, scm_string_index_right),
953 (scm_string_skip, scm_string_skip_right, scm_string_count),
954 (scm_string_map, scm_string_map_x, scm_string_fold),
955 (scm_string_fold_right, scm_string_unfold),
956 (scm_string_unfold_right, scm_string_for_each),
957 (scm_string_filter, scm_string_delete): Replace calls to
958 scm_apply() with the corresponding scm_call_N() functions.
959
960 2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
961
962 * Makefile.am: Added SRFI-4 files in various places.
963
964 * srfi-4.c, srfi-4.h, srfi-4.scm: New files implementing SRFI-4.
965
966 2001-06-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
967
968 * srfi-13.c (scm_string_copyS, scm_string_take, scm_string_drop,
969 scm_string_take_right, scm_string_drop_right, scm_string_trim,
970 scm_string_trim_right, scm_string_trim_both, scm_string_tokenize):
971 Use scm_mem2string instead of scm_makfromstr.
972
973 (scm_reverse_list_to_string, string_titlecase_x): Prefer
974 !SCM_<pred> over SCM_N<pred>.
975
976 2001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
977
978 * srfi-8.scm: Use `re-export-syntax' to correctly re-export
979 `receive'.
980
981 2001-06-18 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
982
983 The SRFI-19 implementation was completely broken. Already the
984 reference implementation did not handle DST and time zones
985 properly and relied on non-R5RS-isms like passing reals to
986 `quotient'. For Guile, some additional fixes were needed because
987 of the incomplete numeric tower implementation. See also
988 srfi-19.test.
989
990 * srfi-19.scm (date-zone-offset): Fixed typo in export clause.
991 (add-duration): Renamed from priv:add-duration.
992 (priv:time-normalize!): Handle fractional nanoseconds; remove
993 duplicate definition.
994 (priv:current-time-tai): Fixed typo.
995 (time=?, time<=?): Fixed typos.
996 (time-tai->time-utc, time-utc->time-tai,
997 time-utc->time-monotonic): Use make-time-unnormalized instead of
998 make-time when uninitialized time fields are used.
999 (set-date-nanosecond!, set-date-second!, set-date-minute!,
1000 set-date-hour!, set-date-day!, set-date-month!, set-date-year!,
1001 set-date-zone-offset!): Define.
1002 (priv:local-tz-offset): Take an extra argument in order to handle
1003 DST effects.
1004 (time-utc->date, time-tai->date, time-monotonic->date): Handle the
1005 changed signature of priv:local-tz-offset. Don't pass non-integer
1006 arguments to quotient (non-R5RS, not supported by Guile).
1007 (date->time-utc): Ensure that seconds in a date structure are
1008 always exact integers. Handle DST properly.
1009 (current-date, julian-day->date, modified-julian-day->date):
1010 Handle the changed signature of priv:local-tz-offset.
1011 (julian-day->time-utc): Reverted earlier inexact->exact hack;
1012 make-time now handles inexact arguments.
1013 (priv:locale-print-time-zone): At least print the numerical time
1014 zone.
1015 (priv:integer-reader): Fixed named let iteration.
1016 (priv:read-directives): Use set-date-month! instead of
1017 priv:set-date-month! etc.
1018 (string->date): Handle DST properly.
1019
1020 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
1021
1022 * srfi-13.scm: Prevent `export' from re-exporting core bindings.
1023
1024 2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
1025
1026 * srfi-14.c (charset_print): Mark unused parameters with
1027 SCM_UNUSED.
1028
1029 2001-06-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1030
1031 * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
1032 (delete-duplicates): Now the first occurrence of an element is
1033 retained, as required.
1034 (member, assoc): Fixed wrong order of equality predicate
1035 application.
1036
1037 2001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1038
1039 * README: Update.
1040
1041 * srfi-1.scm: New file.
1042
1043 2001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
1044
1045 Added exception notice to all files.
1046
1047 2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1048
1049 * srfi-14.scm, srfi-13.scm: Use `load-extension' for loading the
1050 shared library.
1051
1052 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
1053
1054 * Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
1055 case.
1056 (CLEANFILES): added *.x (and removed from DISTCLEANFILES)
1057
1058 2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
1059
1060 * srfi-19.scm: removed a stray open parenthesis. (thanks to
1061 Matthias Köppe for the report).
1062
1063 2001-05-23 Rob Browning <rlb@cs.utexas.edu>
1064
1065 * srfi-19.scm (:optional): renamed to optional to avoid reader
1066 keywords conflict. Time passes... Removed :optional altogether
1067 and just handle optional args directly. Thanks to Matthias Koeppe
1068 for the report of this and the two bits below.
1069 (priv:decode-julian-day-number): add inexact->exact for truncate
1070 result.
1071 (time-utc->date): add inexact->exact and floor so quotient will
1072 work.
1073
1074 2001-05-22 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1075
1076 * README: Update, document available SRFIs.
1077
1078 2001-05-21 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1079
1080 * srfi-19.scm, srfi-17.scm, srfi-16.scm, srfi-14.scm, srfi-13.scm,
1081 srfi-11.scm, srfi-10.scm, srfi-9.scm, srfi-8.scm, srfi-6.scm,
1082 srfi-2.scm: Use `cond-expand-provide' for providing features to
1083 `cond-expand'.
1084
1085 2001-05-20 Marius Vollmer <mvo@zagadka.ping.de>
1086
1087 * srfi-14.c (scm_c_init_srfi_14): Added "int" to declaration of
1088 `initialized'.
1089
1090 2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
1091
1092 Avoid using module operations from C.
1093
1094 * srfi-13.c (scm_init_srfi_13_14): Removed.
1095 * srfi-14.h, srfi-14.c (scm_c_init_srfi_14): New. Contains
1096 initializations needed by C clients of srfi-14.
1097 (scm_init_srfi_13, scm_init_srfi_14): Call it.
1098 * srfi-13.scm: Call "scm_init_srfi_13" instead of
1099 "scm_init_srfi_13_14".
1100 * srfi-14.scm: Call "scm_init_srfi_14" instead of
1101 "scm_init_srfi_13_14".
1102
1103 2001-05-16 Rob Browning <rlb@cs.utexas.edu>
1104
1105 * srfi-19.scm (priv:integer-reader-exact): minor cleanups.
1106
1107 2001-05-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1108
1109 * Makefile.am (srfi_DATA): Added srfi-16.scm.
1110
1111 * srfi-16.scm: New file.
1112
1113 2001-05-10 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1114
1115 * srfi-13.c (scm_string_delete): Logic was inversed for charset.
1116 Fixed.
1117
1118 2001-05-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1119
1120 * srfi-13.c (scm_string_copyS): Fixed nasty bug.
1121
1122 2001-05-05 Rob Browning <rlb@cs.utexas.edu>
1123
1124 * Makefile.am (srfi_DATA): added srfi-19.scm.
1125
1126 * srfi-19.scm: New file - time/date SRFI. Thanks to Will
1127 Fitzgerald.
1128
1129 2001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1130
1131 * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
1132
1133 * srfi-10.scm: Typo fix.
1134
1135 2001-05-02 Rob Browning <rlb@cs.utexas.edu>
1136
1137 * srfi-11.scm (let-values): fix (a b c . d) case. Thanks Martin.
1138
1139 2001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1140
1141 * Makefile.am (srfi_DATA): Added srfi-10.scm and srfi-17.scm.
1142
1143 * srfi-10.scm: New file.
1144
1145 * srfi-17.scm: New file, contributed by Matthias Koeppe. Thanks a
1146 lot!
1147 Added `Commentary:' tag.
1148
1149 * srfi-9.scm: Added `Commentary:' tag.
1150
1151 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
1152
1153 * srfi-13.h
1154 (scm_reverse_string_concatenate): renamed to
1155 scm_string_concatentate_reverse.
1156 (scm_reverse_string_concatenate_shared): renamed to
1157 scm_string_concatenate_reverse_shared.
1158
1159 2001-04-27 Gary Houston <ghouston@arglist.com>
1160
1161 * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):
1162 add "srfi/" to lines including .x files so they can be found
1163 when build_dir != src_dir.
1164
1165 2001-04-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1166
1167 * Makefile.am (srfi_DATA): Added srfi-9.scm.
1168
1169 * srfi-9.scm: New file. Exports `define-record-type'.
1170
1171 2001-04-26 Rob Browning <rlb@cs.utexas.edu>
1172
1173 * Makefile.am (srfi_DATA): added srfi-6.scm.
1174 (srfi_DATA): added srfi-11.scm.
1175 (srfi_DATA): added srfi-8.scm.
1176 (srfi_DATA): added srfi-2.scm.
1177
1178 * srfi-11.scm: new file - exports let-values and let*-values.
1179
1180 * srfi-6.scm: new file - guile already has srfi-6 procedures
1181 loaded by default, so this is a dummy file right now.
1182
1183 * srfi-8.scm: new file - exports receive.
1184
1185 * srfi-2.scm: new file - just use/export (ice-9 and-let-star)
1186
1187 2001-04-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1188
1189 Changed two procedure names to match final SRFI document. Thanks
1190 to Rob Browning for spotting this.
1191
1192 * srfi-13.scm (string-concatenate-reverse),
1193 (string-concatenate-reverse/shared): Rename from
1194 reverse-string-concatenate[/shared].
1195
1196 * srfi-13.c (scm_string_concatenate_reverse_shared): Renamed from
1197 scm_reverse_string_concatenate_shared.
1198 (scm_string_concatenate_reverse): Renamed from
1199 scm_reverse_string_concatenate.
1200
1201 2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1202
1203 * configure.in, autogen.sh: Removed.
1204
1205 * srfi-13.c (scm_string_replace): Take sizeof (char) into account
1206 when using memmove().
1207
1208 * srfi-14.h: Added prototypes for all exported procedures..
1209
1210 * srfi-13.c: Include srfi-13.h
1211
1212 * srfi-13.h: New file containing the prototypes.
1213
1214 * Makefile.am: Removed guile-srfi.texi and info_TEXINFOS variable.
1215 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-14.h, so it gets
1216 distributed.
1217 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-13.h.
1218
1219 2001-04-24 Neil Jerram <neil@ossau.uklinux.net>
1220
1221 * Makefile.am: Fixed "srf-14.x" typo.
1222
1223 2001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1224
1225 * guile-srfi.texi: Removed, because merged with the GRM.
1226
1227 * guile-srfi.texi: The docs are now up to date with the
1228 implementation and have new introductory material.
1229
1230 2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1231
1232 Integrated the guile-srfi package into the Guile distribution.
1233
1234 * srfi-13.c: All procedures so specified in the SRFI now accept
1235 character set arguments.
1236
1237 * Makefile.am: Snarfed some variables from the guile-readline
1238 directory.
1239
1240 * srfi-14.c, srfi-14.h: Add prefix SCM_ to exported macros.
1241
1242 * srfi-13.scm, srfi-14.scm, srfi-13.c, srfi-14.c, srfi-14.h,
1243 configure.in, Makefile.am: Added FSF copyright and Guile license
1244 information.
1245
1246 * srfi-13.c, srfi-14.c: Include srfi-14.h.
1247 (scm_init_srfi_13_14): Initialize the complete module, if not
1248 already done so.
1249
1250 * srfi-14.h: New file.
1251
1252 * srfi-13.scm, srfi-14.scm: Load new combined library.
1253
1254 * Makefile.am: Build only one library,
1255 `libguile-srfi-srfi-13-14.la'
1256
1257 2001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1258
1259 * guile-srfi.texi: Integrated the SRFI-14 documentation.
1260
1261 * srfi-14.c, srfi-14.scm: Made the procedures and variables
1262 compliant to the final SRFI document.
1263
1264 * Renamed the package to guile-srfi.
1265
1266 2001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1267
1268 * NEWS: New section for 0.0.3.
1269
1270 * configure.in, README, guile-srfi-13.texi: Bumped version number
1271 to 0.0.3.
1272
1273 * Released version 0.0.2.
1274
1275 * Makefile.am: Added rules for builing the SRFI-14 library.
1276
1277 * srfi-14.c, srfi-14.scm: New files, implementing SRFI-14
1278 (character set library).
1279
1280 2001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1281
1282 * README: Updated procedure and incompatibility list.
1283
1284 * srfi-13.c (string_upcase_x, scm_string_upcase_xS),
1285 (scm_string_upcase, string_downcase_x, scm_string_downcase_xS),
1286 (scm_string_downcaseS, string_titlecase_x),
1287 (scm_string_titlecase_x, scm_string_titlecase),
1288 (scm_string_fill_xS, scm_string_copyS, scm_string_to_listS): New
1289 procedures.
1290
1291 * srfi-13.scm: Export new case mapping procedures.
1292
1293 * guile-srfi-13.texi (What cannot be done): Removed case mapping
1294 procedures from incompatibility list.
1295 (Case Mapping): New section for case mapping procedures.
1296
1297 2001-03-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1298
1299 * NEWS: New section for 0.0.2
1300
1301 * configure.in, README, guile-srfi-13.texi: Bumbed version number
1302 to 0.0.2
1303
1304 * Released version 0.0.1.
1305
1306 * README: Made procedure list up-to-date.
1307
1308 * guile-srfi-13.texi: Fixed typos, completed reference and added
1309 introductory blurb.
1310
1311 * srfi-13.c, srfi-13.scm: Filled in the last missing pieces.
1312
1313 2001-03-22 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1314
1315 * Started guile-srfi-13 package. Files are copied from the
1316 guile-gdbm and slightly modified.
1317
1318 ;; Local Variables:
1319 ;; coding: utf-8
1320 ;; End: