mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 13:00:34 +02:00
*** empty log message ***
This commit is contained in:
parent
0005eb7c2d
commit
b573e74455
4 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
|
* Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
|
||||||
|
|
|
@ -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>
|
2001-08-25 Michael Livshin <mlivshin@bigfoot.com>
|
||||||
|
|
||||||
* gc.c (scm_gc_sweep): now can sweep unreachable variables (by
|
* gc.c (scm_gc_sweep): now can sweep unreachable variables (by
|
||||||
|
|
|
@ -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>
|
2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||||
|
|
||||||
* srfi-13.h (scm_string_map, scm_string_map_x,
|
* srfi-13.h (scm_string_map, scm_string_map_x,
|
||||||
|
|
|
@ -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>
|
2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||||
|
|
||||||
* tests/srfi-13.test (string-for-each, string-for-each-index):
|
* tests/srfi-13.test (string-for-each, string-for-each-index):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue