From 6d611fedcc90432ddae19ab9e468254655874d60 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 3 Jan 2004 21:12:45 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 +++++ test-suite/ChangeLog | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 71020ef19..4d54bb2b8 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2004-01-04 Kevin Ryde + + * boot-9.scm (false-if-exception): Unquote catch and lambda, so as not + to depend on expansion environment. + 2003-11-19 Neil Jerram * boot-9.scm (error-catching-loop): Defer lookup of diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 1334e6d78..5273dce93 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2004-01-04 Kevin Ryde + + * tests/exceptions.test (false-if-exception): Add tests. + 2003-11-30 Marius Vollmer * tests/syntax.test: It's "#\\space", not "#\space".