Updated snapshot location.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
99f59e93
GH
12001-07-06 Gary Houston <ghouston@arglist.com>
2
3 * srfi-1.scm (iota, map, for-each, list-index, member, delete,
4 delete!, assoc): roll back the previous change. instead place
5 dummy definitions in a deprecated block at the beginning as in
6 srfi-13.scm.
7
0d6209aa
RB
82001-07-06 Rob Browning <rlb@defaultvalue.org>
9
10 * srfi-19.scm (priv:locale-reader): don't need open-output-string.
11
26c22ea8
GH
122001-07-03 Gary Houston <ghouston@arglist.com>
13
14 * srfi-1.scm (iota, map, for-each, list-index, member, delete,
15 delete!, assoc): don't export until the new bindings have been
16 created. otherwise "export" thinks they are being re-exported and
17 a deprecation warning is produced.
6d52dbf2
GH
18 (map-in-order): defined and exported, to support lists of unequal
19 length.
26c22ea8 20
018adcae
MG
212001-07-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
22
23 * srfi-1.scm (list-tabulate): Do not go into infinite loop for
e800aa04
MG
24 invalid arguments. Same fix for several other procedures (do not
25 use zero?, use <= 0).
018adcae 26
cef248dd
MG
272001-07-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
28
29 * srfi-1.scm: Replaced calls to `map' in several procedures to
30 calls to `map1'.
31 (map, for-each): New procedures, extended from R5RS.
32
2c4df451
MG
332001-06-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
34
35 * srfi-4.c: Minor cleanups.
36
37 * srfi-14.c (scm_char_set_fold, scm_char_set_unfold)
38 (scm_char_set_unfold_x, scm_char_set_for_each)
39 (scm_char_set_map, scm_char_set_filter)
40 (scm_char_set_filter_x, scm_char_set_count)
41 (scm_char_set_every, scm_char_set_any): Replace calls to
42 scm_apply() with the corresponding scm_call_N() functions.
43
44 * srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next)
45 (scm_char_set_unfold, scm_char_set_unfold_x)
46 (scm_char_set_map, scm_char_set_diff_plus_intersection)
47 (scm_char_set_diff_plus_intersection_x): Replace deprecated macros
48 SCM_LISTN with calls to scm_list_N().
49
50 * srfi-13.c (scm_string_tabulate, scm_string_map)
51 (scm_string_map_x, scm_string_unfold)
52 (scm_string_unfold_right): Replace deprecated macros SCM_LISTN
53 with calls to scm_list_N().
54
55 * srfi-13.c (scm_string_any, scm_string_every),
56 (scm_string_tabulate, scm_string_trim),
57 (scm_string_trim_right, scm_string_trim_both),
58 (scm_string_compare, scm_string_compare_ci),
59 (scm_string_indexS, scm_string_index_right),
60 (scm_string_skip, scm_string_skip_right, scm_string_count),
61 (scm_string_map, scm_string_map_x, scm_string_fold),
62 (scm_string_fold_right, scm_string_unfold),
63 (scm_string_unfold_right, scm_string_for_each),
64 (scm_string_filter, scm_string_delete): Replace calls to
65 scm_apply() with the corresponding scm_call_N() functions.
66
71ca65d9
MG
672001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
68
69 * Makefile.am: Added SRFI-4 files in various places.
70
71 * srfi-4.c, srfi-4.h, srfi-4.scm: New files implementing SRFI-4.
72
36284627
DH
732001-06-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
74
75 * srfi-13.c (scm_string_copyS, scm_string_take, scm_string_drop,
76 scm_string_take_right, scm_string_drop_right, scm_string_trim,
77 scm_string_trim_right, scm_string_trim_both, scm_string_tokenize):
78 Use scm_mem2string instead of scm_makfromstr.
79
80 (scm_reverse_list_to_string, string_titlecase_x): Prefer
81 !SCM_<pred> over SCM_N<pred>.
82
f6581113
MV
832001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
84
85 * srfi-8.scm: Use `re-export-syntax' to correctly re-export
86 `receive'.
87
d0e06238
MV
882001-06-18 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
89
90 The SRFI-19 implementation was completely broken. Already the
91 reference implementation did not handle DST and time zones
92 properly and relied on non-R5RS-isms like passing reals to
93 `quotient'. For Guile, some additional fixes were needed because
94 of the incomplete numeric tower implementation. See also
95 srfi-19.test.
96
97 * srfi-19.scm (date-zone-offset): Fixed typo in export clause.
98 (add-duration): Renamed from priv:add-duration.
99 (priv:time-normalize!): Handle fractional nanoseconds; remove
100 duplicate definition.
101 (priv:current-time-tai): Fixed typo.
102 (time=?, time<=?): Fixed typos.
103 (time-tai->time-utc, time-utc->time-tai,
104 time-utc->time-monotonic): Use make-time-unnormalized instead of
105 make-time when uninitialized time fields are used.
106 (set-date-nanosecond!, set-date-second!, set-date-minute!,
107 set-date-hour!, set-date-day!, set-date-month!, set-date-year!,
108 set-date-zone-offset!): Define.
109 (priv:local-tz-offset): Take an extra argument in order to handle
110 DST effects.
111 (time-utc->date, time-tai->date, time-monotonic->date): Handle the
112 changed signature of priv:local-tz-offset. Don't pass non-integer
113 arguments to quotient (non-R5RS, not supported by Guile).
114 (date->time-utc): Ensure that seconds in a date structure are
115 always exact integers. Handle DST properly.
116 (current-date, julian-day->date, modified-julian-day->date):
117 Handle the changed signature of priv:local-tz-offset.
118 (julian-day->time-utc): Reverted earlier inexact->exact hack;
119 make-time now handles inexact arguments.
120 (priv:locale-print-time-zone): At least print the numerical time
121 zone.
122 (priv:integer-reader): Fixed named let iteration.
123 (priv:read-directives): Use set-date-month! instead of
124 priv:set-date-month! etc.
125 (string->date): Handle DST properly.
126
0f002b27
MV
1272001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
128
129 * srfi-13.scm: Prevent `export' from re-exporting core bindings.
130
e81d98ec
DH
1312001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
132
133 * srfi-14.c (charset_print): Mark unused parameters with
134 SCM_UNUSED.
135
563058ef
MG
1362001-06-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
137
138 * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
139 (delete-duplicates): Now the first occurrence of an element is
140 retained, as required.
141 (member, assoc): Fixed wrong order of equality predicate
142 application.
563058ef 143
e9680547
MG
1442001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
145
146 * README: Update.
147
148 * srfi-1.scm: New file.
149
f480396b
MV
1502001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
151
152 Added exception notice to all files.
153
dd22a80a
MG
1542001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
155
156 * srfi-14.scm, srfi-13.scm: Use `load-extension' for loading the
157 shared library.
158
998c3141
ML
1592001-05-31 Michael Livshin <mlivshin@bigfoot.com>
160
161 * Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
162 case.
163 (CLEANFILES): added *.x (and removed from DISTCLEANFILES)
164
6b0d28a3
ML
1652001-05-28 Michael Livshin <mlivshin@bigfoot.com>
166
167 * srfi-19.scm: removed a stray open parenthesis. (thanks to
168