|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.4718,1.4719
From: Tobias Rittweiler <trittweiler@us...> - 2010-01-20 22:51
|
Update of /cvsroot/sbcl/sbcl In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13172 Modified Files: version.lisp-expr Log Message: 1.0.34.8: Cosmetic improvements to error output on compilation abort. * Make sure that error output is printed on a fresh line. * Add mandatory newline before and after so the abortion stands out visually. * Make sure to report the actual condition (fatal-compiler-error is just an encapsulation.) Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.4718 retrieving revision 1.4719 diff -u -d -r1.4718 -r1.4719 --- version.lisp-expr 8 Jan 2010 16:29:31 -0000 1.4718 +++ version.lisp-expr 20 Jan 2010 22:51:19 -0000 1.4719 @@ -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.34.7" +"1.0.34.8" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.4718,1.4719 | Tobias Rittweiler <trittweiler@us...> |