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:
parent
376c18e1d2
commit
3350b67639
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue