From: Kevin M. Rosenberg Date: Sun, 10 Mar 2002 05:13:09 +0000 (+0000) Subject: r1527: *** empty log message *** X-Git-Tag: v1.6.1~621 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=8ea47cc46f02b47a7c1e0c302d1004c4b94d8abc;p=uffi.git r1527: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0be07ab..3538115 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,10 @@ - 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 + consistent with CMUCL. Bumped version to 0.2.0 because of + change this change. + - 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 diff --git a/Makefile b/Makefile index 49a4354..8f79c96 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.6 2002/03/10 04:15:33 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.7 2002/03/10 05:13:09 kevin Exp $ # # Copyright (c) 2002 by Kevin M. Rosenberg # @@ -41,7 +41,7 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.1.4-pre +VERSION=0.2.0 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip