mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: Remaining agenda for 0.9.8
Date: Thu, 15 Nov 2012 09:35:47 +0100	[thread overview]
Message-ID: <20121115083547.GG12537@port70.net> (raw)
In-Reply-To: <20121115015500.GA2878@brightrain.aerifal.cx>

* Rich Felker <dalias@aerifal.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)


  reply	other threads:[~2012-11-15  8:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-15  1:55 Rich Felker
2012-11-15  8:35 ` Szabolcs Nagy [this message]
2012-11-16  6:59 ` Isaac Dunham
2012-11-16  7:11   ` Rich Felker
2012-11-16 15:02     ` Isaac Dunham
2012-11-16 19:03       ` Rich Felker
2012-11-19  4:21 ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121115083547.GG12537@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).