r1543: *** 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 9 Mar 2002
8
9         * Added to documentation
10         
11         * Made Allegro CL array access more efficient
12         
13         * Changed def-routine name to def-function
14         
15         * Fixed bug in def-function for Lispworks]
16         
17         * Fixed error in +null-c-string-pointer+ name
18         
19         * Fixed error in (make-null-pointer) for Lispworks
20         
21         * Reworked Lispwork c-strings to be (* :char) rather than the
22         implementation default of (* (:unsigned :char)) to be consistent
23         with CMUCL. Bumped version to 0.2.0 because of change this change.
24         
25         * Renamed c-string to cstring to emphasize it as a basic type
26         
27         * Modified getenv.cl example to avoid name collison with LW
28         
29         * Modified compress.cl to setup output buffer as :unsigned*char
30         
31         * Added test-all-examples function. All routines tested okay with
32         ACL, LW, and CMUCL
33         
34 8 Mar 2002
35         
36         * Added ZIP file output with LF->CRLF translations to distribution
37         
38         * Modified def-enum to use uffi:def-constant rather than
39         cl:defconstant
40