r1528: *** empty log message ***
[uffi.git] / ChangeLog
index 1000077e66274844cd8903f3a08128f9afb594e4..f5fc9452c6fd595220aecd67a7c63a900aa9a70e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,14 @@
        - Fixed bug in def-function for Lispworks
        - Fixed error in +null-c-string-pointer+ name
        - Fixed error in (make-null-pointer) for Lispworks
-       - Fixed error in strtol example
+       - 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.
+       - Modified getenv.cl example to avoid name collison with LW
+       - Modified compress.cl to setup output buffer as :unsigned-char
+       - 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