X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=07d236be33a994ec140bd02d741daea705b9c888;hb=b6094d5640a59f36d2f727df08b271c422aa9e1c;hp=5b549dcc9a76d9d40bb13ccce376059eddd9a6d5;hpb=ef3fa440db906a78b377d694313b2ef9aedda33a;p=sbcl.git diff --git a/BUGS b/BUGS index 5b549dc..07d236b 100644 --- a/BUGS +++ b/BUGS @@ -1074,13 +1074,6 @@ WORKAROUND: around the same time regarding a call to LIST on sparc with 1000 arguments) and other implementation limit constants. -311: "Tokeniser not thread-safe" - (see also Robert Marlow sbcl-help "Multi threaded read chucking a - spak" 2004-04-19) - The tokenizer's use of *read-buffer* and *read-buffer-length* causes - spurious errors should two threads attempt to tokenise at the same - time. - 314: "LOOP :INITIALLY clauses and scope of initializers" reported by Bruno Haible sbcl-devel "various SBCL bugs" from CLISP test suite, originally by Thomas F. Burdick. @@ -2115,3 +2108,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").