X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=BUGS;h=07d236be33a994ec140bd02d741daea705b9c888;hb=b6094d5640a59f36d2f727df08b271c422aa9e1c;hp=ffaacfa10f7da926aae0e65f09e107c26746d9f7;hpb=c1d529e31eb44cca060939c5be2e30939af643d1;p=sbcl.git diff --git a/BUGS b/BUGS index ffaacfa..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.