r1589: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 18 Mar 2002 23:02:13 +0000 (23:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 18 Mar 2002 23:02:13 +0000 (23:02 +0000)
ChangeLog
Makefile

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)
index 4a836ba0e6a0e6779a748acc7ecb08c23b6790e1..53235f12c65dd44a44f6df5b9a15a670f84873ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg, M.D.
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.23 2002/03/18 22:47:57 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.24 2002/03/18 23:02:13 kevin Exp $
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -35,7 +35,7 @@ VERSION=0.2.9
 DISTDIR=uffi-${VERSION}
 DIST_TARBALL=${DISTDIR}.tar.gz
 DIST_ZIP=${DISTDIR}.zip
-SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README \
+SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README TODO \
         INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl
 
 dist: realclean docs