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