r1527: *** 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         - Added test-all-examples function. All routines tested
11         okay with ACL, LW, and CMUCL
12         
13 8 Mar 2002
14         - Added ZIP file output with LF->CRLF translations to distribution
15         - Modified def-enum to use uffi:def-constant rather than
16         cl:defconstant
17