*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Thu, 12 Jul 2001 23:28:53 +0000 (23:28 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 12 Jul 2001 23:28:53 +0000 (23:28 +0000)
ice-9/ChangeLog
srfi/ChangeLog
test-suite/ChangeLog

index ed434d6..ea0fc5b 100644 (file)
@@ -1,3 +1,17 @@
+2001-07-13  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * safe-r5rs.scm: Use `re-export' instead of `export' for
+       re-exported core bindings.  Do not re-export `numerator',
+       `denominator' and `rationalize' since Guile does not have them.
+       Continue to use `export' for `null-environment'.
+
+       * null.scm: Use `re-export' instead of `export' for re-exported
+       core bindings.  Do not export `unquote' and `unquote-splicing'
+       since there aren't definitions for them.
+
+       * boot-9.scm (compile-interface-spec): Bug fix: the keyword
+       argument is "renamer" not "rename".
+
 2001-07-09  Rob Browning  <rlb@defaultvalue.org>
 
        * boot-9.scm: Fixed the sense of the error message when read-eval?
index dc6ee8c..16861e1 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-13  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * srfi-2.scm (and-let*): Use `re-export-syntax' instead of
+       `export-syntax'.
+
 2001-07-11  Gary Houston  <ghouston@arglist.com>
 
        * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
index 12be6b2..e1baec7 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-13  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/import.test: New file.
+
 2001-06-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * tests/goops.test:  Started with some real tests.