Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30471
Modified Files:
version.lisp-expr NEWS
Log Message:
1.0.3.40: :EXECUTABLE T implies --noinform
* Patch from Kevin Reid.
* Not the right solution. This can be revisited once somebody
implements the mythical saving of command-line parameters into the
core.
* Also check in some fixes to the build process of the manual (patch
by Richard Kreuter).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3245
retrieving revision 1.3246
diff -u -d -r1.3245 -r1.3246
--- version.lisp-expr 15 Mar 2007 15:14:19 -0000 1.3245
+++ version.lisp-expr 16 Mar 2007 03:57:08 -0000 1.3246
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.3.39"
+"1.0.3.40"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1149
retrieving revision 1.1150
diff -u -d -r1.1149 -r1.1150
--- NEWS 7 Mar 2007 05:20:27 -0000 1.1149
+++ NEWS 16 Mar 2007 03:57:09 -0000 1.1150
@@ -6,6 +6,9 @@
and gethostbyname, on platforms where the newer functions are available.
As a result, the ALIASES field of HOST-ENT will always be NIL on these
platforms.
+ * change: runtimes with embedded cores (i.e. saved with :EXECUTABLE T)
+ don't print the startup banner, but behave as if --noinform was passed
+ as a command line argument. (thanks to Kevin Reid)
* optimization: code using alien values with undeclared types is much faster.
* optimization: the compiler is now able to open code SEARCH in more cases.
* optimization: more compact typechecks on x86-64 (thanks to Lutz Euler)
|