mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
*** empty log message ***
This commit is contained in:
parent
14cbd815fd
commit
ee8099b2d9
3 changed files with 23 additions and 0 deletions
|
@ -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>
|
2001-07-09 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
* boot-9.scm: Fixed the sense of the error message when read-eval?
|
* boot-9.scm: Fixed the sense of the error message when read-eval?
|
||||||
|
|
|
@ -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>
|
2001-07-11 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
|
* srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
|
||||||
|
|
|
@ -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>
|
2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* tests/goops.test: Started with some real tests.
|
* tests/goops.test: Started with some real tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue