X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=ffeca186a81b0cfe33d900a1a2a8024133ad232c;hb=09a00b3120e7dd6d040cf70fbaaa1af32b890ee3;hp=4da7f8c28ea073af8a7a8105430705041730eba3;hpb=11aa29a68039d6fb3cf41d67352a6b263b1094b6;p=sbcl.git diff --git a/NEWS b/NEWS index 4da7f8c..ffeca18 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,17 @@ changes relative to sbcl-1.1.8: * optimization: when referencing internal functions as #'x, don't go through an indirect fdefn structure. * optimization: SLEEP doesn't cons on non-immediate floats and on ratios. + * optimization: (mod fixnum) type-checks are performed using one unsigned + comparison, instead of two. * bug fix: problems with NCONC type derivation (reported by Jerry James). * bug fix: EXPT type derivation no longer constructs bogus floating-point types. (reported by Vsevolod Dyomkin) * bug fix: sb-bsd-sockets has correct declaration of the canonname field of addrinfo. (lp#1187041, patch by Jerry James) + * bug fix: uninitialized type-error conditions can now be printed. + (lp#1184586) + * bug fix: tests for sb-bsd-sockets no longer use a predefined port for + listening, allowing several tests to run in parallel. changes in sbcl-1.1.8 relative to sbcl-1.1.7: * notice: The implementation of MAP-ALLOCATED-OBJECTS (the heart of