X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=fc82cfbefd1ba8762e73027e532ea322eb6788fd;hb=02d03aeb9bb5adf1cf5b1d6ea598d6446a631aea;hp=2e92fe1f2c65ce1c21263cf75dd14d08f2cb3bec;hpb=d088e362ddd9bdd99c2d1815ab87c5328cdc92a3;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 2e92fe1..fc82cfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,23 +1,40 @@ +15 Mar 2002 + * Finished basic skeleton of documentation. + +14 Mar 2002 + * Changed license to more liberal Lisp Lessor GNU Public License + * Fixed problem with including uffi.system in distribution (Thanks John DeSoi) + * Fixed compiler warnings + + +11 Mar 2002 + * Changed def-type to def-foreign-type + * Created new macro def-type to generate cl:deftype forms. Removed + uffi-declare and uffi-slot-type as they are no longer necessary. + 10 Mar 2002 - * Made Allegro CL array access more efficient - * Renamed c-string to cstring to emphasize it as a basic type + * Modified input parameters to load-foreign-library + * Added to documention + * Changed parameter order in get-slot-value and deref-array 9 Mar 2002 + * 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 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. + * 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 + * 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 + * Modified def-enum to use uffi:def-constant rather than cl:defconstant