r1601: Added def-union, fixed ensure-char-* error
[uffi.git] / ChangeLog
index f5fc9452c6fd595220aecd67a7c63a900aa9a70e..1d69f94aac36b27f719be927919a0b68e775f0b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,85 @@
+See TODO file -- actively maintained. Includes changes that you
+       might expect in the interface.
+
+21 Mar 2002
+       * Fixed problem with NULL foreign-strings with CMUCL
+       * Added c-test-fns to examples for allow more specific testing
+       of UFFI. Builds on UNIX and Win32 platforms.
+       * Added def-union function, added union.cl example
+       * Fixed error with ensure-char-[character|integer]
+       
+20 Mar 2002
+       * Updated strings.cl so that foreign-strings are always unsigned.
+       Fixes a problem with strtol example.
+       * Added ensure-char-character and ensure-char-integer to handle
+       differences in implementations dereferencing of (* :char).
+       * Added section on design priorities for UFFI
+       * Added section in TODO on splitting implementation-dependent code
+       
+19 Mar 2002
+       * Added size parameter to allocate-foreign-object. Creates an array
+       of dimensions size.
+       * Got array-2d example working with a 1-d array.
+       * Cleaned strtol example
+       * Added TODO file
+       
+18 Mar 2002
+       * Documentation fixes (Erik Winkels)
+       * Fixed missing '.' in CMUCL type declarations (Erik Winkels)
+       
+17 Mar 2002
+       * Changed deref-pointer so it always returns a character when
+       called with a :char or :unsigned-char type
+       * Removed function ensure-char as no longer needed
+       * Added missing :byte specifier to Lispworks
+       * Changed default string type in Lispworks to :unsigned-char
+       which is the native type for Lispworks foreign-strings.
+       * Reworked strtol to handle new character pointing method
+       
+16 Mar 2002
+       * 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
-       - 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