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 libc/2211] [PATCH] Localized digits for reading floating-point numbers


------- Additional Comments From drepper at redhat dot com  2006-05-06 05:58 -------
The patch is inadequate.  First of all, you punish all people who don't use
extended digits (99.999%) still too much.  At least use __builtin_expect, much
better even have exactly one expression in the if statements deciding whether to
match extended digits.

Second, and more importantly, why did you hook up only the to_inpunct
information?  The indigits information should be used as for integers.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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