(scm_string_any, scm_string_every): Enhance docstrings as
[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 44.
CommitLineData
dbf3eb1f
MV
12004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and
4 scm_from_*, respectively.
5 (print_int64, print_uint64): Rewritten by just calling scm_iprin1
6 on a SCM.
7
71234d0c
KR
82004-08-02 Kevin Ryde <user42@zip.com.au>
9
10 * srfi-13.c (scm_string_every): Correction to initial "res" value,
11