From e094e63dcc9317304b7c36d3791a6f74b7d220d9 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 1 Apr 2005 07:49:58 +0000 Subject: [PATCH] 0.8.21.9: Improved startup banner, reflecting the chemical substances used by Carnegie and Mellon to eliminate the competition (and also by students at the university they founded with their ill-gotten gains). --- NEWS | 2 ++ src/runtime/runtime.c | 8 +++++++- version.lisp-expr | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bb7eb06..edd37e8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ changes in sbcl-0.8.22 relative to sbcl-0.8.21: * incompatible change: the --noprogrammer option, deprecated since version 0.7.5, has been removed. Please use the equivalent --disable-debugger option instead. + * 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 6a9765b..4bf4046 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -166,7 +166,13 @@ void print_banner() { printf( -"This is SBCL %s, an implementation of ANSI Common Lisp.\n\ +" Cl\n\ + Cl._ |\n\ + _>Sb---Cl\n\ + Cl# |\n\ + Cl\n\ +\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 4233c43..20e7ce8 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.8" +"0.8.21.9" -- 1.7.10.4