Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-11 | minor doc update | Eric Andersen | |
2004-08-26 | Mention FunctionCheck | Eric Andersen | |
2004-08-21 | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric 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-08 | Update docs in preparation for release | Eric Andersen | |
2003-09-22 | One more scanf difference. | Manuel Novoa III | |
2003-09-22 | Document some glibc bugs that Ulrich Drepper refuses to acknowledge. :-( | Manuel Novoa III | |
2003-08-30 | Some doc updates. | Manuel Novoa III | |
2003-08-29 | Remove comments about wordexp. | Eric Andersen | |
2003-04-25 | Comment on glibc's MALLOC_CHECK_ support. | Eric Andersen | |
2003-02-12 | Some minor doc updates | Eric Andersen | |
2002-12-11 | Remove a stray ')' | Eric Andersen | |
2002-11-22 | Ok... 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-19 | Update verbage regarding NIS | Eric Andersen | |
2002-11-08 | Add notes about setvbuf and struct tm extension fields tm_gmtoff and tm_zone. | Manuel Novoa III | |
2002-11-05 | Expand NIS comments | Eric Andersen | |
2002-11-04 | Hit the highlights of glibc differences in my code. Not yet complete though. | Manuel Novoa III | |
2002-10-18 | Add 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 |