summaryrefslogtreecommitdiffstats
path: root/docs/Glibc_vs_uClibc_Differences.txt
Commit message (Collapse)AuthorAgeFilesLines
* Some minor doc updatesEric Andersen2003-02-121-9/+9
|
* Remove a stray ')'Eric Andersen2002-12-111-1/+1
|
* Ok... here's the summary:Manuel Novoa III2002-11-221-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 NISEric Andersen2002-11-191-3/+10
|
* Add notes about setvbuf and struct tm extension fields tm_gmtoff and tm_zone.Manuel Novoa III2002-11-081-0/+6
|
* Expand NIS commentsEric Andersen2002-11-051-1/+2
|
* Hit the highlights of glibc differences in my code. Not yet complete though.Manuel Novoa III2002-11-041-1/+72
|
* Add in an initial list of the differences between glibc and uClibc.Eric Andersen2002-10-181-0/+56
This is not complete, but covers some of the main points. -Erik