Releases: sionescu/static-vectors
Releases · sionescu/static-vectors
Release 1.9.3
Dependency fix: we don't really need the CFFI groveler for size_t
.
Release 1.9.2
Release 1.9.1
Disable alignment support on SBCL/Windows.
Release 1.9.0
Add support for aligned allocations on SBCL.
Release 1.8.9
SBCL: only null-terminate SIMPLE-BASE-STRING. SBCL removed null-termination for wide strings in 2020.
Release 1.8.8
SBCL: use memset/memcpy instead of built-in functions
Release 1.8.7
Bugfix: avoid modifying &rest lists
Release 1.8.6
Bugfix for WITH-STATIC-VECTOR when used with non-const element-type
Release 1.8.5
- ABCL: new backend. The implementation depends on the :NIO host feature.
- ECL: use built-in for STATIC-VECTOR-ADDRESS
- SBCL: simplify allocation
Release 1.8.4
Add support for Clasp.