r1530: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 10 Mar 2002 11:20:46 +0000 (11:20 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 10 Mar 2002 11:20:46 +0000 (11:20 +0000)
Makefile
doc/ref.sgml
doc/uffi.pdf
examples/test-all-examples.cl [deleted file]
tests/test-all-examples.cl [deleted file]

index 02bfae93d13844c0dffb099ee5ba6e1b1edd15b8..57056c31879d30abda155ff7c690560d44f6c478 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.8 2002/03/10 11:13:07 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.9 2002/03/10 11:14:39 kevin Exp $
 #
 #  Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -46,7 +46,7 @@ DISTDIR=uffi-${VERSION}
 DIST_TARBALL=${DISTDIR}.tar.gz
 DIST_ZIP=${DISTDIR}.zip
 SOURCE_FILES=src doc examples Makefile COPYING COPYRIGHT README \
-        INSTALL uffi.lsm ChangeLog NEWS test-all-examples.cl
+        INSTALL uffi.lsm ChangeLog NEWS test-examples.cl
 
 dist: realclean docs
        @rm -fr ${DISTDIR} ${DIST_TARBALL} ${DIST_ZIP}
index a0d77f11323fbdd10c7ad682704588ad9bb5998e..5eb4f9e673ae59d1b9c317a43ea1e7dd0fa89ff1 100644 (file)
        </para>
       </sect2>
       <sect2>
-       <title>+null-cstring-ptr+</title>
+       <title>+null-cstring-pointer+</title>
        <para>
          A constant returning a &null; character pointer;
        </para>
index fea522d5ba18a5190e1cc679cf68b527b9b85d47..5b3c6c5e5e061b1251a676e66d86b9698358eda8 100644 (file)
Binary files a/doc/uffi.pdf and b/doc/uffi.pdf differ
diff --git a/examples/test-all-examples.cl b/examples/test-all-examples.cl
deleted file mode 100644 (file)
index 5e39177..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-(mk:load-system :uffi)
-
-(pushnew :test-uffi cl:*features*)
-
-(flet ((load-test (name)
-        (load (make-pathname :name name :type "cl" :defaults *load-truename*))))
-       
-  (load-test "strtol")
-  (load-test "gettime")
-  (load-test "getenv")
-  (load-test "gethostname")
-  (load-test "getshells")
-  (load-test "compress"))
-
-(setq cl:*features* (remove :test-uffi cl:*features*))
-
-
-      
diff --git a/tests/test-all-examples.cl b/tests/test-all-examples.cl
deleted file mode 100644 (file)
index 5e39177..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-(mk:load-system :uffi)
-
-(pushnew :test-uffi cl:*features*)
-
-(flet ((load-test (name)
-        (load (make-pathname :name name :type "cl" :defaults *load-truename*))))
-       
-  (load-test "strtol")
-  (load-test "gettime")
-  (load-test "getenv")
-  (load-test "gethostname")
-  (load-test "getshells")
-  (load-test "compress"))
-
-(setq cl:*features* (remove :test-uffi cl:*features*))
-
-
-