summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/lnumeric.c
Commit message (Expand)AuthorAgeFilesLines
* catch up to __part_load_locale() interface changephantom2001-02-131-1/+2
* Make comparsions more clear (per style(9))phantom2001-02-121-1/+1
* Don't try to convert grouping strings in case if C or POSIX localephantom2001-02-111-1/+1
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,phantom2001-02-101-2/+6
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outache2001-02-101-3/+1
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)ache2001-02-101-1/+3
* Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,ache2001-02-101-2/+1
* NOTE: according to SUSV2 and other implementations, numeric elements inache2001-02-101-3/+6
* Make FreeBSD locale support complete: add support for rest locale categoriesphantom2001-02-081-0/+78
OpenPOWER on IntegriCloud