|
[Sbcl-commits] CVS: sbcl CREDITS,1.60,1.61 version.lisp-expr,1.1875,1.1876
From: Christophe Rhodes <crhodes@us...> - 2004-10-29 00:43
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22746 Modified Files: CREDITS version.lisp-expr Log Message: 0.8.16.13: Add FAST-READ-CHAR optimization, thanks to Teemu Kalvas ... except for :io streams. This patch was brought to you by character_branch Index: CREDITS =================================================================== RCS file: /cvsroot/sbcl/sbcl/CREDITS,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- CREDITS 27 Oct 2004 09:57:00 -0000 1.60 +++ CREDITS 29 Oct 2004 00:43:15 -0000 1.61 @@ -579,7 +579,7 @@ Teemu Kalvas: He worked on Unicode support for SBCL, including parsing the Unicode - character database. + character database and restoring the FAST-READ-CHAR optimization. Frederik Kuivinen: He showed how to implement the DEBUG-RETURN functionality. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.1875 retrieving revision 1.1876 diff -u -d -r1.1875 -r1.1876 --- version.lisp-expr 28 Oct 2004 17:07:17 -0000 1.1875 +++ version.lisp-expr 29 Oct 2004 00:43:25 -0000 1.1876 @@ -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.16.12" +"0.8.16.13" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl CREDITS,1.60,1.61 version.lisp-expr,1.1875,1.1876 | Christophe Rhodes <crhodes@us...> |