1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-08-25 16:12:28 +00:00
parent 0005eb7c2d
commit b573e74455
4 changed files with 22 additions and 0 deletions

View file

@ -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