From: Alexey Dejneka Date: Fri, 19 Sep 2003 04:10:09 +0000 (+0000) Subject: 0.8.3.80: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=a8c90801255ec52ac9f0f8bf0eb177f0163d93a5;p=sbcl.git 0.8.3.80: * FROB-DO-BODY: wrap a body in an additional TAGBODY. --- diff --git a/NEWS b/NEWS index 3dc1c06..c7c736c 100644 --- a/NEWS +++ b/NEWS @@ -1985,8 +1985,6 @@ changes in sbcl-0.8.3 relative to sbcl-0.8.2: used when the result is truncated to 32 bits. * VALUES declaration is partially enabled. * fixes in SB-GROVEL (thanks to Andreas Fuchs) - * bug fix: result form in DO is not contained in the implicit - TAGBODY. * fixed some bugs revealed by Paul Dietz' test suite: ** The system now obeys the constraint imposed by UPGRADED-ARRAY-ELEMENT-TYPE that the upgraded array element @@ -2062,6 +2060,8 @@ changes in sbcl-0.8.4 relative to sbcl-0.8.3: is improved. * bug fix: FILE-POSITION works much better on string input and output streams. (thanks to Nikodemus Siivola) + * bug fix: result form in DO is not contained in the implicit + TAGBODY. * fixed some bugs revealed by Paul Dietz' test suite: ** the RETURN clause in LOOP is now equivalent to DO (RETURN ...). ** ROUND and FROUND now give the right answer when given very