(scm_string_any, scm_string_every): Add support for char
[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 88.
CommitLineData
c41acab3
MV
12004-08-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * srfi-13.c (MY_VALIDATE_SUBSTRING_SPEC_COPY,
4 MY_VALIDATE_STRING_COPY): Modernized clones of the deprecated
5 validation macros. Replaced every use.
6
03034594
KR
72004-08-05 Kevin Ryde <user42@zip.com.au>
8
9 * srfi-13.c (scm_string_any, scm_string_every): Enhance docstrings as
10 per doc/ref/srfi-modules.texi.
11
dbf3eb1f
MV
122004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
13
14 * srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and
15 scm_from_*, respectively.
16 (print_int64, print_uint64): Rewritten by just calling scm_iprin1
17 on a SCM.
18
71234d0c
KR
192004-08-02 Kevin Ryde <user42@zip.com.au>
20
21 * srfi-13.c (scm_string_every): Correction to initial "res" value,
22