* tests/srfi-4.test: New file.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
36284627
DH
12001-06-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * srfi-13.c (scm_string_copyS, scm_string_take, scm_string_drop,
4 scm_string_take_right, scm_string_drop_right, scm_string_trim,
5 scm_string_trim_right, scm_string_trim_both, scm_string_tokenize):
6 Use scm_mem2string instead of scm_makfromstr.
7
8 (scm_reverse_list_to_string, string_titlecase_x): Prefer
9 !SCM_<pred> over SCM_N<pred>.
10
f6581113
MV
112001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
12
13 * srfi-8.scm: Use `re-export-syntax' to correctly re-export
14 `receive'.
15
d0e06238
MV
162001-06-18 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
17
18 The SRFI-19 implementation was completely broken. Already the
19 reference implementation did not handle DST and time zones
20 properly and relied on non-R5RS-isms like passing reals to
21 `quotient'. For Guile, some additional fixes were needed because
22 of the incomplete numeric tower implementation. See also
23 srfi-19.test.
24
25 * srfi-19.scm (date-zone-offset): Fixed typo in export clause.
26 (add-duration): Renamed from priv:add-duration.
27 (priv:time-normalize!): Handle fractional nanoseconds; remove
28 duplicate definition.
29 (priv:current-time-tai): Fixed typo.
30 (time=?, time<=?): Fixed typos.
31 (time-tai->time-utc, time-utc->time-tai,
32 time-utc->time-monotonic): Use make-time-unnormalized instead of
33 make-time when uninitialized time fields are used.
34 (set-date-nanosecond!, set-date-second!, set-date-minute!,
35 set-date-hour!, set-date-day!, set-date-month!, set-date-year!,
36 set-date-zone-offset!): Define.
37 (priv:local-tz-offset): Take an extra argument in order to handle
38 DST effects.
39 (time-utc->date, time-tai->date, time-monotonic->date): Handle the
40 changed signature of priv:local-tz-offset. Don't pass non-integer
41 arguments to quotient (non-R5RS, not supported by Guile).
42 (date->time-utc): Ensure that seconds in a date structure are
43 always exact integers. Handle DST properly.
44 (current-date, julian-day->date, modified-julian-day->date):
45 Handle the changed signature of priv:local-tz-offset.
46 (julian-day->time-utc): Reverted earlier inexact->exact hack;
47 make-time now handles inexact arguments.
48 (priv:locale-print-time-zone): At least print the numerical time
49 zone.
50 (priv:integer-reader): Fixed named let iteration.
51 (priv:read-directives): Use set-date-month! instead of
52 priv:set-date-month! etc.
53 (string->date): Handle DST properly.
54
0f002b27
MV
552001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
56
57 * srfi-13.scm: Prevent `export' from re-exporting core bindings.
58
e81d98ec
DH
592001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
60
61 * srfi-14.c (charset_print): Mark unused parameters with
62 SCM_UNUSED.
63
563058ef
MG
642001-06-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
65
66 * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
67 (delete-duplicates): Now the first occurrence of an element is
68 retained, as required.
69 (member, assoc): Fixed wrong order of equality predicate
70 application.
563058ef 71
e9680547
MG
722001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
73
74 * README: Update.
75
76 * srfi-1.scm: New file.
77
f480396b
MV
782001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
79
80 Added exception notice to all files.
81
dd22a80a
MG
822001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
83
84 * srfi-14.scm, srfi-13.scm: Use `load-extension' for loading the
85 shared library.
86
998c3141
ML
872001-05-31 Michael Livshin <mlivshin@bigfoot.com>
88
89 * Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
90 case.
91 (CLEANFILES): added *.x (and removed from DISTCLEANFILES)
92
6b0d28a3
ML
932001-05-28 Michael Livshin <mlivshin@bigfoot.com>
94
95 * srfi-19.scm: removed a stray open parenthesis. (thanks to
96