X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=50ddaf0c689dd403a059acd2c19b834f3852c31c;hb=3c65762b927af861c9c8bc416e4cbac9a14ec0c3;hp=f8973bc91c260ddaa4bd56c22c4432436560d058;hpb=2d75f4246b8451a9c2c95cd36673d98c82c9845f;p=sbcl.git diff --git a/NEWS b/NEWS index f8973bc..50ddaf0 100644 --- a/NEWS +++ b/NEWS @@ -886,13 +886,13 @@ changes in sbcl-0.7.0 relative to sbcl-0.6.13: ** removing dead code * Alexey Dejneka fixed many bugs: ** misbehavior of WRITE-STRING/WRITE-LINE - ** LOOP over keys of a hash table - ** bogus entries in BUGS + ** LOOP over keys of a hash table, LOOP bugs 49b and 81 and 103, and + several other LOOP problems as well ** DIRECTORY when similar filenames are present ** DEFGENERIC with :METHOD options ** bug 126, in (MAKE-STRING N :INITIAL-ELEMENT #\SPACE)) ** bug in the optimization of ARRAY-ELEMENT-TYPE - ** LOOP bugs 49b and 81 + He also pointed out some bogus old entries in BUGS. ?? Old operator names in the style DEF-FOO are now deprecated in favor of new corresponding names DEFINE-FOO, for consistency with the naming convention used in the ANSI standard). This mostly affects