History log of /seL4-camkes-master/projects/musllibc/src/locale/localeconv.c
Revision Date Author Comments
# b4d94ba4 24-Sep-2015 Rich Felker <dalias@aerifal.cx>

fix localeconv field value for unavailable values

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.


# 57174444 11-Dec-2013 Szabolcs Nagy <nsz@port70.net>

include cleanups: remove unused headers and add feature test macros


# 85a3ba3a 19-Jun-2012 Rich Felker <dalias@aerifal.cx>

fix localeconv values and implementation

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


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0