From: Kevin M. Rosenberg Date: Mon, 18 Mar 2002 23:02:13 +0000 (+0000) Subject: r1589: *** empty log message *** X-Git-Tag: v1.6.1~576 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=0098cf4f463b8892a97459bb24234466abaaa0b4;hp=11f2368e2aa756f12f698ce3f2d5182d2299dafc;p=uffi.git r1589: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0a5a257..b3925d4 100644 --- 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) diff --git a/Makefile b/Makefile index 4a836ba..53235f1 100644 --- 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