Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | 2015-10-01 | 1 | -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 direct | 2015-09-12 | 1 | -1/+2 | |
| | | | | and the symbols not in the C standard are weak | ||||
* | Fix wcsto{f,d,ld}() C99 compliance to now correctly | 2013-06-02 | 1 | -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). | 2009-01-13 | 1 | -0/+128 | |
ok miod@ |