|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.1411,1.1412 NEWS,1.457,1.458 SUPPORT,1.1,1.2
From: Christophe Rhodes <crhodes@us...> - 2003-12-16 17:40
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv10447
Modified Files:
version.lisp-expr NEWS SUPPORT
Log Message:
0.8.6.39:
Quiet. Too quiet. Fix bug in pprinting backquotes, introduced
*sigh* when fixing the last bug...
... we need to print once to a string stream, to look at the
first character to make sure that it's not a @ or a .
... and then we need to print again, but this time to the real
stream (which is at a different logical block position)
... yes, possibly there is a better way.
Also put identity where mouth is: add self to SUPPORT
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1411
retrieving revision 1.1412
diff -u -d -r1.1411 -r1.1412
--- version.lisp-expr 13 Dec 2003 15:55:56 -0000 1.1411
+++ version.lisp-expr 16 Dec 2003 17:40:39 -0000 1.1412
@@ -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.6.38"
+"0.8.6.39"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -d -r1.457 -r1.458
--- NEWS 13 Dec 2003 12:32:41 -0000 1.457
+++ NEWS 16 Dec 2003 17:40:46 -0000 1.458
@@ -2211,6 +2211,8 @@
* bug fix: Pretty printing backquoted forms with unquotations in the
argument list position of various code constructs such as LAMBDA
now works correctly. (reported by Paul Dietz)
+ * bug fix: Pretty printing unquotations no longer loses all
+ stream position information.
* optimization: performance of string output streams is now less
poor for multiple small sequence writes.
* optimization: performance of CSUBTYPEP in the presence of complex
Index: SUPPORT
===================================================================
RCS file: /cvsroot/sbcl/sbcl/SUPPORT,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SUPPORT 26 Nov 2003 16:31:57 -0000 1.1
+++ SUPPORT 16 Dec 2003 17:40:46 -0000 1.2
@@ -47,6 +47,12 @@
Expertise: Lowlevel issues (threads, GC, runtime support). Ports to new systems. Network/web applications. ASDF, asdf-install, contrib issues.
Offerings: Custom programming. Email-based support (per-incident).
+Name: Christophe Rhodes
+Email: csr21@...
+PGP: 1024D/52D68DF2 : B36B 91C5 1835 DB9B FBAB 735B 84C5 E278 52D6 8DF2
+Expertise: Ports to new systems, optimizations of current platforms. Library bug fixes or enhancements.
+Offerings: Custom programming.
+
[ If you provide SBCL-related services, please add your details to
this file keeping alphabetical order by surname, following the
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.1411,1.1412 NEWS,1.457,1.458 SUPPORT,1.1,1.2 | Christophe Rhodes <crhodes@us...> |