|
Message-ID: <20121115083547.GG12537@port70.net> Date: Thu, 15 Nov 2012 09:35:47 +0100 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: Remaining agenda for 0.9.8 * Rich Felker <dalias@...ifal.cx> [2012-11-14 20:55:00 -0500]: > Anything I missed, or additional requests? I'm hoping to get a release > out pretty quickly since the last release cycle was rather long, and i fixed a couple of math bugs eg. exp10l had constants trucated to double there were several functions (scalbn, modf, nextafter) which should be correctly rounded but the return value was not stored, so they returned a value with excess precision (this can cause bad breakage unless the caller saves the result) some __invtrig globals are removed these should be fixed there are various other improvements a major change is that i changed STRICT_ASSIGN to no longer do the volatile thing (it's not needed on gcc if either -ffloat-store or c99 standard excess precision handling is present, hopefully other compilers are not as broken as gcc) and i added the c11 CMPLX into complex.h (ifdefed for c11)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.