r1527: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 10 Mar 2002 05:13:09 +0000 (05:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 10 Mar 2002 05:13:09 +0000 (05:13 +0000)
ChangeLog
Makefile

index 0be07ab017b100f236a71d1c86313fe7bd6df233..35381150fdba3200f52d3d1afed0c69766f8581f 100644 (file)
--- 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
index 49a4354aee675e05d01ad0a0175cc954e47bb46e..8f79c9671e7485f1dd5c88169372a89fdc31fb3a 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.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