r1588: Added array allocation to allocate-foreign-objects
[uffi.git] / ChangeLog
index fc82cfbefd1ba8762e73027e532ea322eb6788fd..0a5a2576cfd457988eee5b5c33be47e63769bde9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,43 @@
+SCHEDULED CHANGES
+       * Change dereferencing of pointers to :char and :unsigned-char types.
+       May need to have ensure-char as routine to correctly handle setf
+       expansions. CMUCL strtol is broken because of signedness.
+       Right now, LW prefers unsigned and CMUCL prefers signed 
+       string arrays.
+       * Need to clean signedness of allocate-foreign-string
+       
+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
+       
+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 including uffi.system in distribution (Thanks John DeSoi)
+       * Fixed problem with uffi.system absent from in distribution 
+       (Thanks John DeSoi)
        * Fixed compiler warnings