X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=ab61ff2029872a792473eb943405e65bcae8ec6a;hb=5d0f4d69b681b5dc15ac423442de2596da9e36d9;hp=f5fc9452c6fd595220aecd67a7c63a900aa9a70e;hpb=bd00c8ed506689d49306569634294446e0a017e5;p=uffi.git diff --git a/ChangeLog b/ChangeLog index f5fc945..ab61ff2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,34 @@ 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. - - 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 + + * Added to documentation + + * Made Allegro CL array access more efficient + + * 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. + + * Renamed c-string to cstring to emphasize it as a basic type + + * 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 - - Modified def-enum to use uffi:def-constant rather than + + * Added ZIP file output with LF->CRLF translations to distribution + + * Modified def-enum to use uffi:def-constant rather than cl:defconstant