Update of /cvsroot/sbcl/sbcl/src/runtime
In directory usw-pr-cvs1:/tmp/cvs-serv29173/src/runtime
Modified Files:
runtime.c
Log Message:
0.7.4.29:
merged patch: APD ANSI compliance bugfix for DECLARE IGNORABLE
of special variable (sbcl-devel 2002-06-12)
Whether or not my alternative fix for the CALL-NEXT-METHOD
type warning bug (being carefully reviewed on
sbcl-devel even as I write:-) is OK, I might as well
at least stuff the exploratory test cases I wrote
for it into tests/.
Bug 137 (useless debug names e.g. in BACKTRACE) seems to be
gone, since at least I haven't stumbled across it
recently, so delete the BUGS entry.
Index: runtime.c
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/runtime/runtime.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- runtime.c 4 Apr 2002 16:07:51 -0000 1.10
+++ runtime.c 13 Jun 2002 00:47:51 -0000 1.11
@@ -233,7 +233,7 @@
used under BSD-style licenses allowing copying only under certain conditions.\n\
See the COPYING file in the distribution for more information.\n\
\n\
-More information on SBCL is available at <http://sbcl.sourceforge.net/>.\n\
+More information about SBCL is available at <http://sbcl.sourceforge.net/>.\n\
");
fflush(stdout);
}
|