summaryrefslogtreecommitdiffstats
path: root/libc/misc/locale/locale.c
Commit message (Expand)AuthorAgeFilesLines
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-76/+280
* Ok... here's the summary:Manuel Novoa III2002-11-221-2/+2
* Fix a stupid bug.Manuel Novoa III2002-11-011-0/+1
* Reworked setlocale() return values and locale arg processing toManuel Novoa III2002-11-011-89/+166
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-3/+4
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-12/+7
* Added a version of nl_langinfo for the stub C/POSIX locale support.Manuel Novoa III2002-06-081-3/+92
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-272/+447
* Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III2001-06-021-75/+246
* Stub out localeconv. Please look over this to check it is correct....Eric Andersen2001-03-211-3/+0
* Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III2001-03-191-1/+1
* Part of the ctype locale support.Manuel Novoa III2001-03-181-0/+164