-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
23 lines (15 loc) · 796 Bytes
/
ChangeLog
File metadata and controls
23 lines (15 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2008-05-20 Evan Monroig <evan.monroig@gmail.com>
* foreign-numeric-vector.lisp (make-fnv-typed-vector): change cffi
types to be symbols in this package, not keywords
2008-05-17 Evan Monroig <evan.monroig@gmail.com>
* foreign-numeric-vector.lisp
(:compile-toplevel): use FINALIZE instead of SB-EXT:FINALIZE
(finalize): add function FINALIZE for sbcl, cmucl and clisp
2008-04-28 Evan Monroig <evan.monroig@gmail.com>
* foreign-numeric-vector.lisp (defctype): changed to use
DEFINE-FOREIGN-TYPE so that the types are automatically converted
with recent CFFI
(translate-to-foreign): update lambda list
2008-04-24 Evan Monroig <evan.monroig@gmail.com>
* foreign-numeric-vector.lisp (:compile-toplevel): use
SB-EXT:FINALIZE instead of FINALIZE which doesn't work on my setup