summaryrefslogtreecommitdiffstats
path: root/libc/misc/locale
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III2001-06-022-75/+268
|
* Put the locale stuff back how it was till we can get a proper implementationEric Andersen2001-06-0111-1222/+0
| | | | | that doesn't suck so badly. -Erik
* Add in some more GNU compatible locale stuff. I only implement theEric Andersen2001-05-2511-0/+1222
| | | | C locale of course. util-linux needs this stuff to compile...
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
| | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
* Stub out localeconv. Please look over this to check it is correct....Eric Andersen2001-03-213-9/+58
| | | | | | | | I started trying to read the glibc code -- but that code is far too messy to be read. So I just wrote a silly C app against glibc, set the locale to POSIX, then called localeconv(). I wrote this version of localeconv.c so it returns the same stuff. -Erik
* 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-182-0/+210