From a8c90801255ec52ac9f0f8bf0eb177f0163d93a5 Mon Sep 17 00:00:00 2001 From: Alexey Dejneka Date: Fri, 19 Sep 2003 04:10:09 +0000 Subject: [PATCH] 0.8.3.80: * FROB-DO-BODY: wrap a body in an additional TAGBODY. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3dc1c06ad..c7c736c37 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 -- 2.11.4.GIT