From 3010afc74b3a43ecdccdb49ee99dac240dfb1944 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Mon, 25 Sep 2006 09:01:22 +0000 Subject: [PATCH] Small description of finalizers --- src/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 37185443a..51b0d3e4e 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -16,6 +16,11 @@ ECL 1.0: - New (private) function EXT::FUNCTION-LAMBDA-LIST, returns the lambda list of a function whenever it was recorded. + - Implemented finalization on the lisp level. Only available for the Boehm + Weiser GC. Finalizers are closures which can be attached to objects + using SI:SET-FINALIZER and SI:GET-FINALIZER. Only one closure per + object is allowed. + * Bugs fixed: - STREAMP signals an error for Gray streams.