X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=c97dbeb34ebbdd867dfff4e297390b9cbc0c0678;hb=34a6f9c3f9d476e766c45fcfcad80c8926ebd7c1;hp=52c80e4179595ce86f628cfb1f0afbd5d9a3f6cd;hpb=f14970a9079b5ceb1f874a17d41294b01af7cc1b;p=sbcl.git diff --git a/NEWS b/NEWS index 52c80e4..c97dbeb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.41 +changes relative to sbcl-1.0.42 + * bug fix: bogus type errors from (AREF A (+ POSITIVE-OFFSET N)) under + certain circumstances when N was negative but (+ POSITIVE-OFFSET N) + was non-negative. (lp#622958) + * bug fix: DOTIMES accepted literal non-integer reals. (lp#619393, thanks to + Roman Marynchak) + +changes in sbcl-1.0.42 relative to sbcl-1.0.41 * build changes ** Cross-compilation host is now specified to make.sh using command-line argument --xc-host= instead of a positional