From 6c65facae05b0c8f21b4fc71c7e49a4132721ed2 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 17 Jun 2009 10:27:16 +0200 Subject: [PATCH] Note the last changes --- src/CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 5beb82654..e8ff22cb0 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -7,6 +7,14 @@ ECL 9.6.2: - Fixed a bug in src/clx/dependent.lisp that prevented compiling CLX. + - si:unbound is now a self-referential constant (symbol-value 'si:unbound) + = si:unbound + + - si:bds-value returns si:unbound when finding a binding for a + previously unbound variable. + + - The command :bds no longer chokes when finding unbound special variables. + * Numerics: - EXT:OUTPUT-FLOAT-NAN and EXT:OUTPUT-FLOAT-INFINITY can be redefined to