0.8.2.14:
authorAlexey Dejneka <adejneka@comail.ru>
Sun, 3 Aug 2003 11:32:29 +0000 (11:32 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Sun, 3 Aug 2003 11:32:29 +0000 (11:32 +0000)
commit1c91b0bc7eb814af6a8c58a99a83a024716138e8
tree89e27a3678e9919e2f492b728a632979b23252aa
parent14d8510d30b5ee723ad9c2d89ff907ec38923e51
0.8.2.14:
        * DERIVE-TYPE optimizer for AREF does not try to put a type
          assertion on its result;
        * fix type declaration for INTEGER-DECODE-FLOAT;
        * cross-compiler vertions of MAKE-{SINGLE,DOUBLE}-FLOAT now
          work with denormalized numbers;
        ... since this change causes bootstrapping problems under
            previous versions of SBCL, replace a reference to
            LEAST-POSITIVE-DOUBLE-FLOAT with a code, constructing this
            number.
BUGS
package-data-list.lisp-expr
src/code/cross-float.lisp
src/code/float.lisp
src/compiler/array-tran.lisp
src/compiler/fndb.lisp
src/compiler/generic/vm-type.lisp
src/compiler/knownfun.lisp
tests/float.pure.lisp
version.lisp-expr