summaryrefslogtreecommitdiff
path: root/docs/Glibc_vs_uClibc_Differences.txt
AgeCommit message (Collapse)Author
2005-01-11minor doc updateEric Andersen
2004-08-26Mention FunctionCheckEric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik
2003-11-08Update docs in preparation for releaseEric Andersen
2003-09-22One more scanf difference.Manuel Novoa III
2003-09-22Document some glibc bugs that Ulrich Drepper refuses to acknowledge. :-(Manuel Novoa III
2003-08-30Some doc updates.Manuel Novoa III
2003-08-29Remove comments about wordexp.Eric Andersen
2003-04-25Comment on glibc's MALLOC_CHECK_ support.Eric Andersen
2003-02-12Some minor doc updatesEric Andersen
2002-12-11Remove a stray ')'Eric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
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.
2002-11-19Update verbage regarding NISEric Andersen
2002-11-08Add notes about setvbuf and struct tm extension fields tm_gmtoff and tm_zone.Manuel Novoa III
2002-11-05Expand NIS commentsEric Andersen
2002-11-04Hit the highlights of glibc differences in my code. Not yet complete though.Manuel Novoa III
2002-10-18Add in an initial list of the differences between glibc and uClibc.Eric Andersen
This is not complete, but covers some of the main points. -Erik