Skip to content

Releases: sionescu/static-vectors

Release 1.9.3

24 Jun 20:33
v1.9.3
3d9d89b

Choose a tag to compare

Dependency fix: we don't really need the CFFI groveler for size_t.

Release 1.9.2

07 Jun 00:13
v1.9.2
566fd7e

Choose a tag to compare

Fix compilation on implementations where alignment is disabled.

Release 1.9.1

06 Jun 16:26
v1.9.1
95f3497

Choose a tag to compare

Disable alignment support on SBCL/Windows.

Release 1.9.0

29 May 21:32
v1.9.0
ab95b30

Choose a tag to compare

Add support for aligned allocations on SBCL.

Release 1.8.9

18 Jun 15:08
v1.8.9
89fa07a

Choose a tag to compare

SBCL: only null-terminate SIMPLE-BASE-STRING. SBCL removed null-termination for wide strings in 2020.

Release 1.8.8

16 Jun 16:16
v1.8.8
ed90b97

Choose a tag to compare

SBCL: use memset/memcpy instead of built-in functions

Release 1.8.7

28 May 03:01
v1.8.7
4a44dd2

Choose a tag to compare

Bugfix: avoid modifying &rest lists

Release 1.8.6

05 Jun 15:57
v1.8.6
38fdd29

Choose a tag to compare

Bugfix for WITH-STATIC-VECTOR when used with non-const element-type

Release 1.8.5

04 Jun 01:26
v1.8.5
b6bd0e6

Choose a tag to compare

  • 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

29 Nov 06:33
v1.8.4
2256462

Choose a tag to compare

Add support for Clasp.