Skip to content

Releases: Foxbud/libcclosure

Version 1.2.0

07 Oct 18:51
b1d5e52
Compare
Choose a tag to compare

Changes

  • Added support for building and usage with TCC.
  • Reworked CMakeLists.txt to make project importable using find_package.
  • Fixed typo in documentation.
  • Miscellaneous tweaks to files in .vscode.

Version 1.1.0

19 Dec 05:33
Compare
Choose a tag to compare

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

25 Mar 17:27
Compare
Choose a tag to compare

Changes

  • Initial release.