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