summaryrefslogtreecommitdiffstats
path: root/docs/Glibc_vs_uClibc_Differences.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc/: typo fixAustin Foxley2009-09-231-1/+1
| | | | | | noted by Carlo Zinato <c.zinato@viscount.it> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* minor doc updateEric Andersen2005-01-111-12/+16
|
* Mention FunctionCheckEric Andersen2004-08-261-0/+3
|
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-0/+31
| | | | | | | | 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
* Update docs in preparation for releaseEric Andersen2003-11-081-4/+5
|
* One more scanf difference.Manuel Novoa III2003-09-221-0/+4
|
* Document some glibc bugs that Ulrich Drepper refuses to acknowledge. :-(Manuel Novoa III2003-09-221-1/+31
|
* Some doc updates.Manuel Novoa III2003-08-301-19/+16
|
* Remove comments about wordexp.Eric Andersen2003-08-291-7/+5
|
* Comment on glibc's MALLOC_CHECK_ support.Eric Andersen2003-04-251-0/+8
|
* 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