9 Mar 2002 - Changed def-routine name to def-function - Fixed bug in def-function for Lispworks - Fixed error in +null-c-string-pointer+ name - Fixed error in (make-null-pointer) for Lispworks - Reworked Lispwork c-strings to be (* :char) rather than the implementation default of (* (:unsigned :char)) to be consistent with CMUCL. Bumped version to 0.2.0 because of change this change. - Added test-all-examples function. All routines tested okay with ACL, LW, and CMUCL 8 Mar 2002 - Added ZIP file output with LF->CRLF translations to distribution - Modified def-enum to use uffi:def-constant rather than cl:defconstant