Releases: Foxbud/libcclosure
Releases · Foxbud/libcclosure
Version 1.2.0
Version 1.1.0
Changes
- Closures can now be safely freed while they are still in use. For instance, a closure can free itself, and it will still return as normal.
- Calling an uninitialized (freed) closure is now guaranteed to raise an illegal instruction signal (
SIGILL
). - Removed extraneous comment from
cclosure.h
.
Version 1.0.0
Changes
- Initial release.