From: Christophe Rhodes Date: Sat, 2 Apr 2005 10:30:50 +0000 (+0000) Subject: 0.8.21.14: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=59450fe1d0e10045a9e1a642ff5af59650176b71;p=sbcl.git 0.8.21.14: By popular request (hi Zach), make the banner inert. --- diff --git a/NEWS b/NEWS index bf21ede..b39bf9a 100644 --- a/NEWS +++ b/NEWS @@ -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 #, 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. diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 4bf4046..6a9765b 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -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 .\n\ \n\ SBCL is free software, provided as is, with absolutely no warranty.\n\ diff --git a/version.lisp-expr b/version.lisp-expr index 10e5ba1..dde767f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"