X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=2e92fe1f2c65ce1c21263cf75dd14d08f2cb3bec;hb=57621a9d1fded3cead6ef86df882b6a73657430d;hp=35381150fdba3200f52d3d1afed0c69766f8581f;hpb=8ea47cc46f02b47a7c1e0c302d1004c4b94d8abc;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 3538115..2e92fe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,23 @@ +10 Mar 2002 + * Made Allegro CL array access more efficient + * Renamed c-string to cstring to emphasize it as a basic type + 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 + * 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 + * 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