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/5537] New: strtod under tr_TR locale


susv3 says that strtod should always grok INF and INFINITY. Though under the 
tr_TR locale it fails. This is because stdlib/strtod_l.c uses the lowercase 
forms to compare strings, and that under tr_TR 'I' isn't the upper case form 
of 'i'

Though, it uses many preprocessing magic, so I'm not very confident writing a 
patch.

-- 
           Summary: strtod under tr_TR locale
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: madcoder at debian dot org
                CC: glibc-bugs at sources dot redhat dot com


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

------- 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]