1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-02 16:20:03 +00:00
parent 506c91a13b
commit dbf3eb1f73

View file

@ -1,3 +1,10 @@
2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and
scm_from_*, respectively.
(print_int64, print_uint64): Rewritten by just calling scm_iprin1
on a SCM.
2004-08-02 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (scm_string_every): Correction to initial "res" value,