(srfiinclude_HEADERS): Added srfi-60.h.
[bpt/guile.git] / srfi / ChangeLog
Content-type: text/html HCoop Git - bpt/guile.git/blame - srfi/ChangeLog


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 8) line 1, <$fd> line 794.
CommitLineData
4bc6f1c6
KR
12005-03-18 Kevin Ryde <user42@zip.com.au>
2
3 * srfi-1.scm, srfi-1.c, srfi-1.h (filter-map): Rewrite in C.
4
44981fcb
KR
52005-03-16 Kevin Ryde <user42@zip.com.au>
6
7 * srfi-1.scm, srfi-1.c, srfi-1.h (drop-right, partition!, remove!,
74b23573
KR
8 split-at, split-at!, take-right): Rewrite in C. remove! derived from
9 core filter!.
44981fcb 10
d68c4ebb
KR
112005-03-14 Kevin Ryde <user42@zip.com.au>
12
13 * srfi-1.scm, srfi-1.c, srfi-1.h (find, find-tail): Rewrite in C.
14
ba78f311
KR
152005-03-13 Kevin Ryde <user42@zip.com.au>
16
85542c38
KR
17 * srfi-1.scm (lset-union): Call `=' procedure with args in the order
18 specified by the SRFI.
19
ba78f311
KR
20 * srfi-60.scm, srfi-60.c, srfi-60.h: New files.
21 * Makefile.am: Add them.
22
a81b8618
MV
232005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
24
25 * srfi-1.c: Use scm_is_pair instead of SCM_CONSP; use scm_is_null
26 instead of SCM_NULLP.
27
b5199d5d
KR
282005-02-18 Kevin Ryde <user42@zip.com.au>
29
30 * srfi-1.scm (lset-adjoin): Revert change using `list' not `acc', the
31 spec is not quite clear, but reference code uses acc, so do that.
32
3087a981
KR
332005-02-12 Kevin Ryde <user42@zip.com.au>
34
35 * srfi-1.scm (reduce, reduce-right): Don't call f with ridentity, use
36 it only if lst is empty, per srfi and intended optimization reduce
37 represents over fold.
38
cbec54af
KR
392005-02-04 Kevin Ryde <user42@zip.com.au>
40
41 * srfi-1.scm (list=): Correction to arguments passed to given elt=,
42 spec is (elt= e[i] e[i+1]) for lists i and i+1, previously the first
43 arg was always from list 0 not list i.
44
38c3534c
KR
452005-01-29 Kevin Ryde <user42@zip.com.au>
46
47 * srfi-1.scm (lset-adjoin): Actually use the given `=' procedure.
48 Test membership only on the given `list', not `acc', as per the spec.
49
83743da0
KR
50 * srfi-1.c, srfi-1.scm (remove): Rewrite in C, a trivial adaption from
51 scm_filter in the core.
52 * srfi-1.scm (remove!): Use filter!.
53
feb22e8f
KR
542005-01-28 Kevin Ryde <user42@zip.com.au>
55
56 * srfi-1.scm (lset=): Correction to pred call arg order, srfi spec is
57 (= e[i] e[i+1]), but had some calls the other way around.
58
2f0a4e30
KR
592005-01-24 Kevin Ryde <user42@zip.com.au>
60
61 * srfi-1.c (scm_srfi1_member): Correction to pred call arg order, srfi
d27d4bf7 62 spec is (PRED X elem). Update docstring from manual.
2f0a4e30
KR
63
64 * srfi-1.scm (lset=): Allow no list arguments, per srfi spec example.
65
0f0bf3b2
KR
662005-01-18 Kevin Ryde <user42@zip.com.au>
67
68 * srfi-1.scm: Remove (ice-9 session) and (ice-9 receive), not used.
69
89efd60c
KR
702005-01-12 Kevin Ryde <user42@zip.com.au>
71
72 * srfi-39.scm (current-input-port, current-output-port): Parameter
73 replacements for core functions, per SRFI spec.
74 (current-error-port): The same, for consistency.
75
3d8bccbd
MV
762005-01-10 Marius Vollmer <mvo@zagadka.de>
77
78 * srfi-1.c (check_args): Bugfix to change from 2005-01-02: ARGV is
79 the vector to check, not ARGS.
80
5be5e699
MV
812005-01-02 Marius Vollmer <mvo@zagadka.de>
82
83 * srfi-1.c: Use new vector elements API or simple vector API, as
84 appropriate.
85
45bb786f
KR
862005-01-02 Kevin Ryde <user42@zip.com.au>
87
88 * Makefile.am (srfi_DATA): Add srfi-39.scm.
89
e1ea3bf9
MD
902004-12-20 Mikael Djurfeldt <djurfeldt@nada.kth.se>
91
92 * README: Update, document available SRFIs.
93
64f79420
KR
942004-12-06 Kevin Ryde <user42@zip.com.au>
95
371e3f77
KR
96 * srfi-1.scm (alist-copy, alist-delete, break, span): Change to
97 tail-recursive forms.
98
99 * srfi-1.scm (alist-delete): Correction to equality proc call argument
100 order, spec is for given KEY param first.
64f79420 101
da9c77cf
KR
1022004-12-05 Kevin Ryde <user42@zip.com.au>
103
104 * srfi-1.scm (filter-map): Change to a tail-recursive form.
eadc07b5
KR
105 (append-map, append-map!): Rewrite as simple "concatenate map" forms,
106 for tail recursiveness.
da9c77cf 107
79d52182
MV
1082004-10-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
109
110 * srfi-4.scm, srfi-4.h, srfi-4.c: Moved content into core; only
111 the skeletons remains.
112
3350b676
MV
1132004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
114
115 * srfi-4.c (print_int64, print_uint64): Removed.
116 (uvec_print): Use scm_intprint for signed elemets and
117 scm_uintprint for unsigned ones. Do not use print_int64 and
118 print_uint64 since scm_intprint and scm_Uintprint can handle 64
119 bits now.
120
edea856c
SJ
1212004-09-03 Stefan Jahn <stefan@lkcc.org>
122
123 * srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because
124 lst1 is a #define on Win32 systems.
125
c581203a
KR
1262004-08-26 Kevin Ryde <user42@zip.com.au>
127
128 * srfi-31.scm (rec): Add missing `error' to else clause.
129
51fab002
MV
1302004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
131
132 * Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
133 to the library names.
134 * srfi-1.scm, srfi-4.scm: Use the new library names with
135 load-extension.
136
c5080b51
MV
1372004-08-25 Marius Vollmer <mvo@zagadka.de>
138
139 SRFI-13 and SRFI-14 have been moved into the core.
140
141 * srfi-13.scm, srfi-14.scm: Simply re-export the relevant
142 bindings.
143
144 * srfi-13.h, srfi-13.c, srfi-14.h, srfi-14.c: Removed all real
145 content except for the init functions.
146
f26b9395
MV
1472004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
148
149 * srfi-13.h, srfi-13.c: (scm_substring_shared): Renamed to
150 scm_substring_sharedS.
151
152 * srfi-14.c, srfi-13.c: Adapted to new internal string and symbol
153 API.
154
155 * srfi-13.scm (substring/shared): Export as replacement since we
156 now have a version in the core.
157
bc97364a
MV
1582004-08-15 Marius Vollmer <mvo@zagadka.de>
159
160 * srfi-39.scm: New, from Jose A Ortega Ruiz. Thanks!
161
038a7484
KR
1622004-08-14 Kevin Ryde <user42@zip.com.au>
163
164 * srfi-13.c (scm_string_any, scm_string_every): Add support for char
165 and charset as predicates, per SRFI-13 spec.
166
c41acab3
MV
1672004-08-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
168
169 * srfi-13.c (MY_VALIDATE_SUBSTRING_SPEC_COPY,
170 MY_VALIDATE_STRING_COPY): Modernized clones of the deprecated
171 validation macros. Replaced every use.
172
03034594
KR
1732004-08-05 Kevin Ryde <user42@zip.com.au>
174
175 * srfi-13.c (scm_string_any, scm_string_every): Enhance docstrings as
176 per doc/ref/srfi-modules.texi.
177
dbf3eb1f
MV
1782004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
179
180 * srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and
181 scm_from_*, respectively.
182 (print_int64, print_uint64): Rewritten by just calling scm_iprin1
183 on a SCM.
184
71234d0c
KR
1852004-08-02 Kevin Ryde <user42@zip.com.au>
186
187 * srfi-13.c (scm_string_every): Correction to initial "res" value,
188