Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some minor doc updates | Eric Andersen | 2003-02-12 | 1 | -9/+9 |
| | |||||
* | Remove a stray ')' | Eric Andersen | 2002-12-11 | 1 | -1/+1 |
| | |||||
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 1 | -5/+3 |
| | | | | | | | | | | | | | | Hopefully locale support will build when cross compiling now. Collation is still not supported, but that's what I'm currently working on. In the next couple of days, I'll probably put up a couple of files for download that will save people the trouble of generating all the glibc locales. Added *wprintf functions, although they currently don't support floating point. That will be fixed when I rewrite _dtostr... or possibly before. Added the wcsto{inttype} functions. Added iconv() and a mini iconv utility. The require locale support and only provide for conversions involving the various unicode encodings { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built with the locale data, and the internal WCHAR_T. | ||||
* | Update verbage regarding NIS | Eric Andersen | 2002-11-19 | 1 | -3/+10 |
| | |||||
* | Add notes about setvbuf and struct tm extension fields tm_gmtoff and tm_zone. | Manuel Novoa III | 2002-11-08 | 1 | -0/+6 |
| | |||||
* | Expand NIS comments | Eric Andersen | 2002-11-05 | 1 | -1/+2 |
| | |||||
* | Hit the highlights of glibc differences in my code. Not yet complete though. | Manuel Novoa III | 2002-11-04 | 1 | -1/+72 |
| | |||||
* | Add in an initial list of the differences between glibc and uClibc. | Eric Andersen | 2002-10-18 | 1 | -0/+56 |
This is not complete, but covers some of the main points. -Erik |