summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/_wcstod.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-011-4/+1
| | | | | | | case, by deleting some useless '& of an array' we also eliminate the need for the casts which prompted the original lint warnings ok deraadt@
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-121-1/+2
| | | | and the symbols not in the C standard are weak
* Fix wcsto{f,d,ld}() C99 compliance to now correctlymatthew2013-06-021-20/+45
| | | | | | | | | | | | | | 1. handle "inf", "infinity", "nan", and "nan(whatever)", 2. reject bare minus and plus signs, 3. handle multi-byte characters, and 4. set *endptr = nptr for all failure cases. Fixes libc++'s test cases for std::sto{f,d,ld}(). ok stsp
* Add wcstof(3) and wcstold(3).kettenis2009-01-131-0/+128
ok miod@