r1546: *** empty log message ***
[uffi.git] / ChangeLog
1 11 Mar 2002
2
3         * Changed def-type to def-foreign-type
4
5         * Created new macro def-type to generate cl:deftype forms. Removed
6         uffi-declare and uffi-slot-type as they are no longer necessary.
7          
8 10 Mar 2002
9
10         * Modified input parameters to load-foreign-library
11
12         * Added to documention
13
14         * Changed parameter order in get-slot-value and deref-array 
15         
16 9 Mar 2002
17
18         * Added to documentation
19         
20         * Made Allegro CL array access more efficient
21         
22         * Changed def-routine name to def-function
23         
24         * Fixed bug in def-function for Lispworks]
25         
26         * Fixed error in +null-c-string-pointer+ name
27         
28         * Fixed error in (make-null-pointer) for Lispworks
29         
30         * Reworked Lispwork c-strings to be (* :char) rather than the
31         implementation default of (* (:unsigned :char)) to be consistent
32         with CMUCL. Bumped version to 0.2.0 because of change this change.
33         
34         * Renamed c-string to cstring to emphasize it as a basic type
35         
36         * Modified getenv.cl example to avoid name collison with LW
37         
38         * Modified compress.cl to setup output buffer as :unsigned*char
39         
40         * Added test-all-examples function. All routines tested okay with
41         ACL, LW, and CMUCL
42         
43 8 Mar 2002
44         
45         * Added ZIP file output with LF->CRLF translations to distribution
46         
47         * Modified def-enum to use uffi:def-constant rather than
48         cl:defconstant
49