From 570b5b1481ee3c6c50d9e6c49e08b0899f0714e6 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 22 Mar 2003 00:36:03 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 3 +++ ice-9/ChangeLog | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index bd21eda12..475e56514 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 1334a7ac3..63ba8adbe 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2003-03-22 Marius Vollmer + + * boot-9.scm (call/cc): Added. + 2003-03-20 Mikael Djurfeldt * list.scm: New file. -- 2.20.1