*** empty log message ***
[bpt/guile.git] / srfi / ChangeLog
index 6a0335a..5a59d11 100644 (file)
@@ -1,5 +1,15 @@
 2004-06-20  Rob Browning  <rlb@defaultvalue.org>
 
+       * srfi-4.c: fix #ifdef checks for 64-bit types; should be #if.
+       Add separate symmetric test for SCM_HAVE_T_UINT64 in one case.
+       (uvec_print): rewrite using a union to make more
+       compact, and use static print_uint64 and print_int64 to print
+       64-bit elements.
+       (print_int64): new static function (temporary fix).
+       (print_uint64): new static function (temporary fix).
+
+       * Makefile.am (srfi_DATA): add srfi-31.scm.
+
        * srfi-31.scm: new file.
 
 2004-04-24  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>