|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.2611,1.2612
From: Juho Snellman <jsnell@us...> - 2005-12-28 12:39
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24532
Modified Files:
version.lisp-expr
Log Message:
0.9.8.1:
Make LDB quit on a ^D from a TTY instead of just ignoring the EOF.
* More consistent with the normal REPL
* The old behaviour would occasionally cause an infinite loop
of printing the LDB prompt, trying to read input, finding that
the tty was closed, printing the prompt again, etc.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2611
retrieving revision 1.2612
diff -u -d -r1.2611 -r1.2612
--- version.lisp-expr 27 Dec 2005 17:18:54 -0000 1.2611
+++ version.lisp-expr 28 Dec 2005 12:39:12 -0000 1.2612
@@ -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.9.8"
+"0.9.8.1"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.2611,1.2612 | Juho Snellman <jsnell@us...> |