0.9.3.10:
authorAlexey Dejneka <adejneka@comail.ru>
Fri, 29 Jul 2005 17:34:26 +0000 (17:34 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Fri, 29 Jul 2005 17:34:26 +0000 (17:34 +0000)
        Bug in ~F.

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index 5b549dc..ffaacfa 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2115,3 +2115,6 @@ WORKAROUND:
   (partially fixed in 0.9.3.1, but a better representation for these
    types is needed.)
 
+385:
+  (format nil "~4,1F" 0.001) => "0.00" (should be " 0.0");
+  (format nil "~4,1@F" 0.001) => "+.00" (should be "+0.0").
index 893991d..1fa456c 100644 (file)
@@ -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.3.9"
+"0.9.3.10"