diff options
-rw-r--r-- | ice-9/ChangeLog | 5 | ||||
-rw-r--r-- | libguile/ChangeLog | 9 | ||||
-rw-r--r-- | srfi/ChangeLog | 4 | ||||
-rw-r--r-- | test-suite/ChangeLog | 4 |
4 files changed, 22 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 240a7116c..1d0d50abe 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,5 +1,10 @@ 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de> + * boot-9.scm (resolve-interface): Get variables from the public + interface of a module instead of from the module itselfs. + +2001-08-25 Marius Vollmer <mvo@zagadka.ping.de> + * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". 2001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org> diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d44668e74..694f71030 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +2001-08-25 Marius Vollmer <mvo@zagadka.ping.de> + + * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". + + * eval.c (scm_m_atbind): Redesigned to behvae like `let', but with + dynamic scope. + * dynwind.h (scm_swap_bindings): Declare. + * dynwind.c (scm_swap_bindings): Make non-static. + 2001-08-25 Michael Livshin <mlivshin@bigfoot.com> * gc.c (scm_gc_sweep): now can sweep unreachable variables (by diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 6931487c9..427d3f337 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2001-08-25 Marius Vollmer <mvo@zagadka.ping.de> + + * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". + 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org> * srfi-13.h (scm_string_map, scm_string_map_x, diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index a284610a8..73dd85265 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2001-08-25 Marius Vollmer <mvo@zagadka.ping.de> + + * tests/dynamic-scope.test: New file. + 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org> * tests/srfi-13.test (string-for-each, string-for-each-index): |