(scm_srfi1_member): Correction to pred call arg order, srfi
[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 499.
CommitLineData
0f0bf3b2
KR
12005-01-18 Kevin Ryde <user42@zip.com.au>
2
3 * srfi-1.scm: Remove (ice-9 session) and (ice-9 receive), not used.
4
89efd60c
KR
52005-01-12 Kevin Ryde <user42@zip.com.au>
6
7 * srfi-39.scm (current-input-port, current-output-port): Parameter
8 replacements for core functions, per SRFI spec.
9 (current-error-port): The same, for consistency.
10
3d8bccbd
MV
112005-01-10 Marius Vollmer <mvo@zagadka.de>
12
13 * srfi-1.c (check_args): Bugfix to change from 2005-01-02: ARGV is
14 the vector to check, not ARGS.
15
5be5e699
MV
162005-01-02 Marius Vollmer <mvo@zagadka.de>
17
18 * srfi-1.c: Use new vector elements API or simple vector API, as
19 appropriate.
20
45bb786f
KR
212005-01-02 Kevin Ryde <user42@zip.com.au>
22
23 * Makefile.am (srfi_DATA): Add srfi-39.scm.
24
e1ea3bf9
MD
252004-12-20 Mikael Djurfeldt <djurfeldt@nada.kth.se>
26
27 * README: Update, document available SRFIs.
28
64f79420
KR
292004-12-06 Kevin Ryde <user42@zip.com.au>
30
371e3f77
KR
31 * srfi-1.scm (alist-copy, alist-delete, break, span): Change to
32 tail-recursive forms.
33
34 * srfi-1.scm (alist-delete): Correction to equality proc call argument
35 order, spec is for given KEY param first.
64f79420 36
da9c77cf
KR
372004-12-05 Kevin Ryde <user42@zip.com.au>
38
39 * srfi-1.scm (filter-map): Change to a tail-recursive form.
eadc07b5
KR
40 (append-map, append-map!): Rewrite as simple "concatenate map" forms,
41 for tail recursiveness.
da9c77cf 42
79d52182
MV
432004-10-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
44
45 * srfi-4.scm, srfi-4.h, srfi-4.c: Moved content into core; only
46 the skeletons remains.
47
3350b676
MV
482004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
49
50 * srfi-4.c (print_int64, print_uint64): Removed.
51 (uvec_print): Use scm_intprint for signed elemets and
52 scm_uintprint for unsigned ones. Do not use print_int64 and
53 print_uint64 since scm_intprint and scm_Uintprint can handle 64
54 bits now.
55
edea856c
SJ
562004-09-03 Stefan Jahn <stefan@lkcc.org>
57
58 * srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because
59 lst1 is a #define on Win32 systems.
60
c581203a
KR
612004-08-26 Kevin Ryde <user42@zip.com.au>
62
63 * srfi-31.scm (rec): Add missing `error' to else clause.
64
51fab002
MV
652004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
66
67 * Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
68 to the library names.
69 * srfi-1.scm, srfi-4.scm: Use the new library names with
70 load-extension.
71
c5080b51
MV
722004-08-25 Marius Vollmer <mvo@zagadka.de>
73
74 SRFI-13 and SRFI-14 have been moved into the core.
75
76 * srfi-13.scm, srfi-14.scm: Simply re-export the relevant
77 bindings.
78
79 * srfi-13.h, srfi-13.c, srfi-14.h, srfi-14.c: Removed all real
80 content except for the init functions.
81
f26b9395
MV
822004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
83
84 * srfi-13.h, srfi-13.c: (scm_substring_shared): Renamed to
85 scm_substring_sharedS.
86
87 * srfi-14.c, srfi-13.c: Adapted to new internal string and symbol
88 API.
89
90 * srfi-13.scm (substring/shared): Export as replacement since we
91 now have a version in the core.
92
bc97364a
MV
932004-08-15 Marius Vollmer <mvo@zagadka.de>
94
95 * srfi-39.scm: New, from Jose A Ortega Ruiz. Thanks!
96
038a7484
KR
972004-08-14 Kevin Ryde <user42@zip.com.au>
98
99 * srfi-13.c (scm_string_any, scm_string_every): Add support for char
100 and charset as predicates, per SRFI-13 spec.
101
c41acab3
MV
1022004-08-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
103
104 * srfi-13.c (MY_VALIDATE_SUBSTRING_SPEC_COPY,
105 MY_VALIDATE_STRING_COPY): Modernized clones of the deprecated
106 validation macros. Replaced every use.
107
03034594
KR
1082004-08-05 Kevin Ryde <user42@zip.com.au>
109
110 * srfi-13.c (scm_string_any, scm_string_every): Enhance docstrings as
111 per doc/ref/srfi-modules.texi.
112
dbf3eb1f
MV
1132004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
114
115 * srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and
116 scm_from_*, respectively.
117 (print_int64, print_uint64): Rewritten by just calling scm_iprin1
118 on a SCM.
119
71234d0c
KR
1202004-08-02 Kevin Ryde <user42@zip.com.au>
121
122 * srfi-13.c (scm_string_every): Correction to initial "res" value,
123