Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
| | |||||
* | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III | 2001-06-02 | 2 | -75/+268 |
| | |||||
* | Put the locale stuff back how it was till we can get a proper implementation | Eric Andersen | 2001-06-01 | 11 | -1222/+0 |
| | | | | | that doesn't suck so badly. -Erik | ||||
* | Add in some more GNU compatible locale stuff. I only implement the | Eric Andersen | 2001-05-25 | 11 | -0/+1222 |
| | | | | C locale of course. util-linux needs this stuff to compile... | ||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -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 Andersen | 2001-03-21 | 3 | -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 III | 2001-03-19 | 1 | -1/+1 |
| | |||||
* | Part of the ctype locale support. | Manuel Novoa III | 2001-03-18 | 2 | -0/+210 |