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