1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2003-03-22 00:36:03 +00:00
parent e8ed460ec7
commit 570b5b1481
2 changed files with 7 additions and 0 deletions

3
NEWS
View file

@ -61,6 +61,9 @@ debugging evaluator gives better error messages.
* Changes to Scheme functions and syntax
** 'call-with-current-continuation' is now also available under the name
'call/cc'.
** Checking for duplicate bindings in module system
The module system now can check for name conflicts among imported

View file

@ -1,3 +1,7 @@
2003-03-22 Marius Vollmer <mvo@zagadka.de>
* boot-9.scm (call/cc): Added.
2003-03-20 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* list.scm: New file.