Small description of finalizers

This commit is contained in:
jgarcia 2006-09-25 09:01:22 +00:00
parent 20fe8563c8
commit 3010afc74b

View file

@ -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.