mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-10 19:22:39 -08:00
Small description of finalizers
This commit is contained in:
parent
20fe8563c8
commit
3010afc74b
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue