From: Kevin M. Rosenberg Date: Sun, 29 Sep 2002 17:41:30 +0000 (+0000) Subject: r2885: *** empty log message *** X-Git-Tag: v1.6.1~295 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=4e05013e3b013a3a7c407671539c2bc0dcfcdb4c r2885: *** empty log message *** --- diff --git a/NEWS b/NEWS index 81b61ed..35459f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +UFFI now passes all tests with OpenMCL in Debian. + UFFI now uses ASDF system definition files. UFFI now supports OpenMCL along with MCL. diff --git a/debian/changelog b/debian/changelog index ff782dc..25ff31a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (0.8.3-1) unstable; urgency=low + + * New upstream release. Passes all tests with OpenMCL in Debian PPC. + + -- Kevin M. Rosenberg Sun, 29 Sep 2002 11:32:05 -0600 + cl-uffi (0.8.2-2) unstable; urgency=low * Add pathname to clc-register-impl invocation diff --git a/doc/html.tar.gz b/doc/html.tar.gz index 6c1fa7d..128cbdb 100644 Binary files a/doc/html.tar.gz and b/doc/html.tar.gz differ diff --git a/doc/intro.sgml b/doc/intro.sgml index 35e2ba5..5b02676 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -45,6 +45,7 @@ particular C-library. FreeBSD 4.5, Solaris v2.8, and Microsoft Windows XP. &lw; v4.2 on Debian GNU/Linux and Microsoft Windows XP. &cmucl; 18d-pre on Debian GNU/Linux, FreeBSD 4.5, and Solaris 2.8 + &openmcl; 0.13 on Debian GNU/Linux for PowerPC Beta code is included with &uffi; for diff --git a/doc/uffi.pdf b/doc/uffi.pdf index cd6e8e9..29f04f6 100644 Binary files a/doc/uffi.pdf and b/doc/uffi.pdf differ diff --git a/examples/union.cl b/examples/union.cl index 7a1e72c..fc14c4a 100644 --- a/examples/union.cl +++ b/examples/union.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: union.cl,v 1.9 2002/09/20 06:03:36 kevin Exp $ +;;;; $Id: union.cl,v 1.10 2002/09/29 17:31:20 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -69,7 +69,7 @@ #\A :test #'eql :fail-info "Error with union character") - #-(or sparc sparc-v9) + #-(or sparc sparc-v9 mcl) (util.test:test (> 0 (uffi:get-slot-value u 'tunion1 'int)) t :fail-info diff --git a/tests/union.cl b/tests/union.cl index 7a1e72c..fc14c4a 100644 --- a/tests/union.cl +++ b/tests/union.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: union.cl,v 1.9 2002/09/20 06:03:36 kevin Exp $ +;;;; $Id: union.cl,v 1.10 2002/09/29 17:31:20 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -69,7 +69,7 @@ #\A :test #'eql :fail-info "Error with union character") - #-(or sparc sparc-v9) + #-(or sparc sparc-v9 mcl) (util.test:test (> 0 (uffi:get-slot-value u 'tunion1 'int)) t :fail-info