From: Kevin M. Rosenberg Date: Sun, 10 Mar 2002 11:20:46 +0000 (+0000) Subject: r1530: *** empty log message *** X-Git-Tag: v1.6.1~618 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=02210439a5714e29f41c82aa6244abd357e806cc r1530: *** empty log message *** --- diff --git a/Makefile b/Makefile index 02bfae9..57056c3 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.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} diff --git a/doc/ref.sgml b/doc/ref.sgml index a0d77f1..5eb4f9e 100644 --- a/doc/ref.sgml +++ b/doc/ref.sgml @@ -165,7 +165,7 @@ - +null-cstring-ptr+ + +null-cstring-pointer+ A constant returning a &null; character pointer; diff --git a/doc/uffi.pdf b/doc/uffi.pdf index fea522d..5b3c6c5 100644 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 index 5e39177..0000000 --- a/examples/test-all-examples.cl +++ /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 index 5e39177..0000000 --- a/tests/test-all-examples.cl +++ /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*)) - - -