Update of /cvsroot/sbcl/sbcl/doc/manual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24252/doc/manual
Modified Files:
compiler.texinfo
Log Message:
0.8.19.30: less COMPILE-FILE verbosity
First stab at fixing bug #7. To get output approximately as
verbose as the old behaviour use :TOP-LEVEL-FORMS as the
value of the :PRINT option to COMPILE-FILE.
Note: Giving users control over the way things are printed
via *COMPILER-PRINT-VARIABLE-ALIST* is OTOH a good thing,
but it also seems to be used for ratheer diverse things,
and people could reasonably want to customize them
separately. Gah.
Also list x86/FreeBSD4 as "expected to pass tests" in
make.sh output, as that seems to be the case.
Index: compiler.texinfo
===================================================================
RCS file: /cvsroot/sbcl/sbcl/doc/manual/compiler.texinfo,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- compiler.texinfo 15 Jan 2005 09:19:44 -0000 1.11
+++ compiler.texinfo 17 Feb 2005 14:30:40 -0000 1.12
@@ -11,7 +11,7 @@
separate that they have their own chapter, @ref{Efficiency}.
@menu
-* Diagnostic Messages::
+* Diagnostic Messages::
* Handling of Types::
* Compiler Policy::
* Compiler Errors::
|