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