X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=3f0291b06f67dace65a45d5c36ae606f38e16fbd;hb=0e2874cd053926b5687403d7a824f8eea28f847b;hp=0be07ab017b100f236a71d1c86313fe7bd6df233;hpb=a6a97b850359b8b6bfce65ee9a8ee78552e4907e;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 0be07ab..3f0291b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,42 @@ +10 Mar 2002 + + * Modified input parameters to load-foreign-library + + * Added to documention + + * Changed parameter order in get-slot-value and deref-array + 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 + + * 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