X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=50ddaf0c689dd403a059acd2c19b834f3852c31c;hb=8a3bbf707f43fd95bc3025e3f222563c36b599fd;hp=8cba07aee4eb8819b504805e521a9e0dd7483f37;hpb=031ae238d37250e935dabaf2a3efb6e0305dd3e7;p=sbcl.git diff --git a/NEWS b/NEWS index 8cba07a..50ddaf0 100644 --- a/NEWS +++ b/NEWS @@ -886,12 +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 - ** problem with (MAKE-STRING N :INITIAL-ELEMENT #\SPACE)) - ?? bugs 49b and 81 + ** bug 126, in (MAKE-STRING N :INITIAL-ELEMENT #\SPACE)) + ** bug in the optimization of ARRAY-ELEMENT-TYPE + 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