r1589: *** empty log message ***
[uffi.git] / ChangeLog
index 0a5a2576cfd457988eee5b5c33be47e63769bde9..b3925d412ce304021a5fc9f091542b7d5d06340c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,13 @@
-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
+See TODO file -- actively maintained. Includes changes that you
+       might expect in the interface.
+       
        
 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)