Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix localeconv field value for unavailable values | Rich Felker | 2015-09-24 | 1 | -14/+15 |
| | | | | | | | per ISO C, CHAR_MAX, not -1, is the value used to indicate that a char field in struct lconv is unavailable. patch by Julien Ramseier. | ||||
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -2/+0 |
| | |||||
* | fix localeconv values and implementation | Rich Felker | 2012-06-19 | 1 | -15/+28 |
| | | | | | | | | dynamic-allocation of the structure is not valid; it can crash an application if malloc fails. since localeconv is not specified to have failure conditions, the object needs to have static storage duration. need to review whether all the values are right or not still.. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+22 |