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