From 4af4dbdf67d5cf0ced6fc3d8d1d8b0f8bb3473f0 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Tue, 5 Nov 2002 13:38:45 +0000 Subject: [PATCH] Final 0.7b changelog. --- src/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 9d8f0291e..10f812f4f 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1023,6 +1023,10 @@ ECL 0.7b - SI::BC-DISASSEMBLE would not use Lisp streams for output. + - The compiler forgets to define a block when compiling a LAMBDA-BLOCK + form, such as #'(lambda-block f (x) ...) This results in errors when + defining some methods (Pointed out by Hannu Koivisto). + * System design: - Setting a (DECLARE (SI::C-LOCAL)) inside a function, we advise the