about summary refs log tree commit diff
path: root/src/locale/localeconv.c
Commit message (Collapse)AuthorAgeFilesLines
* fix localeconv values and implementationRich Felker2012-06-191-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.0Rich Felker2011-02-121-0/+22