1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-07-12 23:32:58 +00:00
parent 14cbd815fd
commit ee8099b2d9
3 changed files with 23 additions and 0 deletions

View 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?

View 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

View 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.