X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=c8e9e1d59adf3476f6d805b22947f3fa1d8f24bb;hb=76ae1bdbadaaf87603ebbe987e59dd1a105f1872;hp=1000077e66274844cd8903f3a08128f9afb594e4;hpb=e7691ffb0055b6a2c27639838b3b594e808f8973;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 1000077..c8e9e1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,47 @@ +16 Mar + * Fixed return value in load-foreign-library (Thanks Erik Winkels), + modified routine to accept pathnames as well as strings. + * Fix documention with :pointer-void (Again, Erik Winkels) + * Added missing type specifiers for CMUCL (Thanks a bunch, Erik!) + +15 Mar 2002 + * Finished basic skeleton of documentation. + +14 Mar 2002 + * Changed license to more liberal Lisp Lessor GNU Public License + * Fixed problem with uffi.system absent from 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 + * 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 - - Fixed error in strtol example + * 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