CCL 1.13 release
"R. Matthew Emerson" <[email protected]> Tue, 13 Aug 2024 22:04:04 -0700
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
I have just released CCL 1.13. https://github.com/Clozure/ccl/releases/tag/v1.13 In addition to numerous bug fixes, this release uses = https://github.com/Clozure/ccl-ffigen to process header files for the = interface databases on FreeBSD, Linux, and Solaris-ish systems. You may = run into differences when using the #_ and #$ reader macros. Also, many = fewer header files are processed, so if your code accesses a fairly = obscure foreign name, you might find that it is now missing. Please = report an issue at https://github.com/Clozure/ccl/issues/new if you = discover a problem. The previous interface databases are carried forward unchanged on macOS = and Windows. They will be updated in a future release. As previously promised, a 32-bit x86 Lisp is again included for FreeBSD = and Solaris-ish systems (in addition to the 64-bit x86 version). Please note that this release does not include support for Apple Silicon = (ARM64) hardware. That will be in a future release. Thank you to everyone who reported bugs and sent in patches and pull = requests. I would like to thank ForrestHunt, Inc. for their support.