*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Fri, 23 Apr 2004 21:20:17 +0000 (21:20 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 23 Apr 2004 21:20:17 +0000 (21:20 +0000)
srfi/ChangeLog
test-suite/ChangeLog

index fa9c7d6..a54be2f 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-24  Kevin Ryde  <user42@zip.com.au>
+
+       * srfi-11.scm (let-values): Use make-symbol rather than gensym, for
+       guaranteed uniqueness of temp variable symbols.
+
 2004-04-15  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-13.c (scm_string_trim, scm_string_trim_right,
index 9e20f7d..0890e5d 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-11.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
 2004-04-22  Kevin Ryde  <user42@zip.com.au>
 
        * standalone/test-round.c: New file, exercising scm_round.