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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-03-03 17:25:22 +00:00
parent d9d39d76e7
commit 14fe4fe9ce
2 changed files with 5 additions and 3 deletions

5
NEWS
View file

@ -113,6 +113,11 @@ This module requires SLIB to be installed and available from Guile.
* Changes to the stand-alone interpreter
** Evaluation of "()", the empty list, is now an error.
Previously, you could for example write (cons 1 ()); now you need to
be more explicit and write (cons 1 '()).
** It's now possible to create modules with controlled environments
Example:

View file

@ -17,9 +17,6 @@
(scm_apply, scm_dapply): use SCM_EVALIM2 to get proper error
reporting for empty combinations.
[ I think I recovered the lost performance with this. I will
further clean this up soon, too. ]
2001-03-02 Keisuke Nishida <kxn30@po.cwru.edu>
* Remove dump facilities.