This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug stdio/5044] printf doesn't take the rounding mode into account


http://sourceware.org/bugzilla/show_bug.cgi?id=5044

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #14 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-09-24 15:40:18 UTC ---
The remaining case, that of hex output (%a, %A), is fixed for 2.17 by:

commit a9f8e53a5b14ba481999ded036b025554ea06362
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Sep 24 15:38:21 2012 +0000

    Make printf respect the rounding mode for hex output (bug 5044).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]