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