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