(append-map, append-map!): Rewrite as simple "concatenate map" forms,
[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 324.
CommitLineData
da9c77cf
KR
12004-12-05 Kevin Ryde <user42@zip.com.au>
2
3 * srfi-1.scm (filter-map): Change to a tail-recursive form.
4
79d52182
MV
52004-10-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
6
7 * srfi-4.scm, srfi-4.h, srfi-4.c: Moved content into core; only
8 the skeletons remains.
9
3350b676
MV
102004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
11
12 * srfi-4.c (print_int64, print_uint64): Removed.
13 (uvec_print): Use scm_intprint for signed elemets and
14 scm_uintprint for unsigned ones. Do not use print_int64 and
15 print_uint64 since scm_intprint and scm_Uintprint can handle 64
16 bits now.
17
edea856c
SJ
182004-09-03 Stefan Jahn <stefan@lkcc.org>
19
20 * srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because
21 lst1 is a #define on Win32 systems.
22
c581203a
KR
232004-08-26 Kevin Ryde <user42@zip.com.au>
24
25 * srfi-31.scm (rec): Add missing `error' to else clause.
26
51fab002
MV
272004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
28
29 * Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
30 to the library names.
31 * srfi-1.scm, srfi-4.scm: Use the new library names with
32 load-extension.
33
c5080b51
MV
342004-08-25 Marius Vollmer <mvo@zagadka.de>
35
36 SRFI-13 and SRFI-14 have been moved into the core.
37
38 * srfi-13.scm, srfi-14.scm: Simply re-export the relevant
39 bindings.
40
41 * srfi-13.h, srfi-13.c, srfi-14.h, srfi-14.c: Removed all real
42 content except for the init functions.
43
f26b9395
MV
442004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
45
46 * srfi-13.h, srfi-13.c: (scm_substring_shared): Renamed to
47 scm_substring_sharedS.
48
49 * srfi-14.c, srfi-13.c: Adapted to new internal string and symbol
50 API.
51
52 * srfi-13.scm (substring/shared): Export as replacement since we
53 now have a version in the core.
54
bc97364a
MV
552004-08-15 Marius Vollmer <mvo@zagadka.de>
56
57 * srfi-39.scm: New, from Jose A Ortega Ruiz. Thanks!
58
038a7484
KR
592004-08-14 Kevin Ryde <user42@zip.com.au>
60
61 * srfi-13.c (scm_string_any, scm_string_every): Add support for char
62 and charset as predicates, per SRFI-13 spec.
63
c41acab3
MV
642004-08-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
65
66 * srfi-13.c (MY_VALIDATE_SUBSTRING_SPEC_COPY,
67 MY_VALIDATE_STRING_COPY): Modernized clones of the deprecated
68 validation macros. Replaced every use.
69
03034594
KR
702004-08-05 Kevin Ryde <user42@zip.com.au>
71
72 * srfi-13.c (scm_string_any, scm_string_every): Enhance docstrings as
73 per doc/ref/srfi-modules.texi.
74
dbf3eb1f
MV
752004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
76
77 * srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and
78 scm_from_*, respectively.
79 (print_int64, print_uint64): Rewritten by just calling scm_iprin1
80 on a SCM.
81
71234d0c
KR
822004-08-02 Kevin Ryde <user42@zip.com.au>
83
84 * srfi-13.c (scm_string_every): Correction to initial "res" value,
85