1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-10-22 13:58:43 +00:00
parent 376c18e1d2
commit 3350b67639

View file

@ -1,3 +1,11 @@
2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-4.c (print_int64, print_uint64): Removed.
(uvec_print): Use scm_intprint for signed elemets and
scm_uintprint for unsigned ones. Do not use print_int64 and
print_uint64 since scm_intprint and scm_Uintprint can handle 64
bits now.
2004-09-03 Stefan Jahn <stefan@lkcc.org>
* srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because