Skip to content

Commit

Permalink
0.8.21.14:
Browse files Browse the repository at this point in the history
	By popular request (hi Zach), make the banner inert.
  • Loading branch information
csrhodes committed Apr 2, 2005
1 parent 2b221b3 commit 59450fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions NEWS
Expand Up @@ -4,8 +4,6 @@ changes in sbcl-0.8.22 relative to sbcl-0.8.21:
--disable-debugger option instead.
* Null lexical environments are now printed as #<NULL-LEXENV>,
significantly reducing the amount of clutter in typical backtraces.
* improved the startup banner. (thanks to Brian Mastenbrook and
Teemu Kalvas)
* optimization: REPLACE on declared (UNSIGNED-BYTE 8) vectors, as well
as other specialized array types, is much faster. SUBSEQ and
COPY-SEQ on such arrays have also been sped up.
Expand Down
8 changes: 1 addition & 7 deletions src/runtime/runtime.c
Expand Up @@ -166,13 +166,7 @@ void
print_banner()
{
printf(
" Cl\n\
Cl._ |\n\
_>Sb---Cl\n\
Cl# |\n\
Cl\n\
\n\
This is SBCL %s, an implementation of ANSI Common Lisp.\n\
"This is SBCL %s, an implementation of ANSI Common Lisp.\n\
More information about SBCL is available at <http://www.sbcl.org/>.\n\
\n\
SBCL is free software, provided as is, with absolutely no warranty.\n\
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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".)
"0.8.21.13"
"0.8.21.14"

0 comments on commit 59450fe

Please sign in to comment.