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