Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32711
Modified Files:
Tag: character_branch
TODO.character version.lisp-expr
Log Message:
0.8.13.77.character.22:
"Are you a man or a mouse?"
Fix (FSVO "fix") remaining data structures scaling linearly with
CHAR-CODE-LIMIT.
... all defined format directives are base-char (but allow
construction of directives with characters)
... hack SYMBOL-QUOTEP into vague submission, but note that it
is in fact hideously buggy and needs a complete rewrite.
Index: TODO.character
===================================================================
RCS file: /cvsroot/sbcl/sbcl/Attic/TODO.character,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- TODO.character 16 Sep 2004 18:31:26 -0000 1.1.2.12
+++ TODO.character 17 Sep 2004 14:00:22 -0000 1.1.2.13
@@ -105,8 +105,9 @@
not scale linearly in size with the number of characters in the
system. (Rationale: having a readtable with 2^21 entries would make
even current bloated sbcl.core look tiny.)
- -- done reader;
- -- TODO: symbol printer.
+ -- done reader, symbol printer, format subsystem.
+ (Note that the symbol printer has multiple bugs in its logic
+ which have not been fixed by this branch.)
** implement an SB-ALIEN:UTF8-STRING parallel to SB-ALIEN:C-STRING.
(Rationale: for calling out to Pango or similar. Actually, a valid
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1806.2.21
retrieving revision 1.1806.2.22
diff -u -d -r1.1806.2.21 -r1.1806.2.22
--- version.lisp-expr 16 Sep 2004 21:22:13 -0000 1.1806.2.21
+++ version.lisp-expr 17 Sep 2004 14:00:22 -0000 1.1806.2.22
@@ -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.13.77.character.21"
+"0.8.13.77.character.22"
|