r2885: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 29 Sep 2002 17:41:30 +0000 (17:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 29 Sep 2002 17:41:30 +0000 (17:41 +0000)
NEWS
debian/changelog
doc/html.tar.gz
doc/intro.sgml
doc/uffi.pdf
examples/union.cl
tests/union.cl

diff --git a/NEWS b/NEWS
index 81b61ed4b32cd6a97d481ecf8b6bbeaa5f94990c..35459f30593c2576e8626b20e3a756d1472c2ba5 100644 (file)
--- 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.
index ff782dc4b5facfa4d1617fd5c444f2837e2ce409..25ff31a8aa9cf9262b5dd7ec942e87ee2c0931e1 100644 (file)
@@ -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 <kmr@debian.org>  Sun, 29 Sep 2002 11:32:05 -0600
+
 cl-uffi (0.8.2-2) unstable; urgency=low
 
   * Add pathname to clc-register-impl invocation
index 6c1fa7d9ca99d16bf8d266ea4cb672f43efd2be1..128cbdb440ce3c4951236dcba060d05825fb4be4 100644 (file)
Binary files a/doc/html.tar.gz and b/doc/html.tar.gz differ
index 35e2ba5294e8781264a63f811b0ae9aab36b1bee..5b02676eb52442a6267e1a23330bf469c19eb0da 100644 (file)
@@ -45,6 +45,7 @@ particular C-library.
 FreeBSD 4.5, Solaris v2.8, and Microsoft Windows XP.</para></listitem>
       <listitem><para>&lw; v4.2 on Debian GNU/Linux and Microsoft Windows XP.</para></listitem>
       <listitem><para>&cmucl; 18d-pre on Debian GNU/Linux, FreeBSD 4.5, and Solaris 2.8</para></listitem>
+      <listitem><para>&openmcl; 0.13 on Debian GNU/Linux for PowerPC</para></listitem>
     </itemizedlist>
     <para>Beta code is included with &uffi; for
     </para>
index cd6e8e92109e4823e04b040105a990374d93bcce..29f04f629120e902957892b094fe4b2e77ea2aa3 100644 (file)
Binary files a/doc/uffi.pdf and b/doc/uffi.pdf differ
index 7a1e72ca095cc735ad8e5311fdb8ef5abfebfad5..fc14c4a7c251d67b01fff40cb0852a73d269d7e1 100644 (file)
@@ -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
index 7a1e72ca095cc735ad8e5311fdb8ef5abfebfad5..fc14c4a7c251d67b01fff40cb0852a73d269d7e1 100644 (file)
@@ -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