diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 240a7116c..1d0d50abe 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2001-08-25 Marius Vollmer + + * 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 * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". 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 + + * 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 * 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 + + * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". + 2001-08-24 Thien-Thi Nguyen * 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 + + * tests/dynamic-scope.test: New file. + 2001-08-24 Thien-Thi Nguyen * tests/srfi-13.test (string-for-each, string-for-each-index):