summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Cut and paste error.Manuel Novoa III2002-12-021-4/+5
* Forgot one...Manuel Novoa III2002-12-021-33/+0
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-029-93/+334
* If the wait failed in pclose it would return a random status codeDavid McCullough2002-12-011-1/+2
* I forgot to include features.hEric Andersen2002-11-291-0/+2
* Silly me, I forgot to include features.hEric Andersen2002-11-291-4/+5
* Make support for global constructors and global destructors beEric Andersen2002-11-276-11/+68
* Fix an ifdef mismatch.Manuel Novoa III2002-11-271-2/+2
* Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III2002-11-271-3/+5
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
* Ok... here's the summary:Manuel Novoa III2002-11-2212-473/+1667
* Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen2002-11-211-0/+2
* Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen2002-11-211-1/+2
* Debugging tweaks.Miles Bader2002-11-212-8/+12
* Oops.Eric Andersen2002-11-211-0/+1
* Cleanup use of in6addr_loopback and in6addr_anyEric Andersen2002-11-214-20/+36
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-215-0/+289
* Improve malloc debugging support.Miles Bader2002-11-217-46/+186
* Rework usershell.c, as the old one was packed full of unhandledEric Andersen2002-11-201-43/+114
* Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen2002-11-191-28/+68
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-156-48/+276
* Cleanup a few structural wierdnessesEric Andersen2002-11-156-23/+27
* Stefan Allius writes:Eric Andersen2002-11-153-115/+116
* Remove obsolete filesEric Andersen2002-11-152-74/+0
* Fix it for real this time.Eric Andersen2002-11-152-8/+13
* Doh! I screwed that one all up. Lets try that again...Eric Andersen2002-11-152-8/+16
* Patch from Luc Van Oostenryck to fix a buffer overflowEric Andersen2002-11-151-1/+1
* Stefan Allius writes:Eric Andersen2002-11-153-11/+78
* I was an idiot and put _fini into the wrong register. Duh.Eric Andersen2002-11-151-3/+2
* As released in uClibc 0.9.16, regex was being compiled withoutEric Andersen2002-11-141-2/+2
* Minor cleanupEric Andersen2002-11-142-8/+11
* Implement sendfile64Eric Andersen2002-11-142-1/+48
* Patch from Stefan Allius for libgcc multilib supportEric Andersen2002-11-081-1/+1
* Added some temporary "stubs" for collation.Manuel Novoa III2002-11-083-60/+28
* Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08.Manuel Novoa III2002-11-082-1/+254
* Remove atof from strtod.o...Manuel Novoa III2002-11-071-7/+0
* Okay, fix for atof _correctly_...Manuel Novoa III2002-11-071-1/+4
* Apparently I forgot to build atof...Manuel Novoa III2002-11-071-1/+1
* Fixup function prototype for __uint128_t which fixes the compileEric Andersen2002-11-071-5/+3
* Update soft-float handlingEric Andersen2002-11-064-5/+7
* Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III2002-11-051-9/+25
* For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."Eric Andersen2002-11-051-0/+2
* Fixup handling of disabled optionsEric Andersen2002-11-052-3/+3
* A patch from Danny Lepage so that we do not setting on symlinksEric Andersen2002-11-051-2/+2
* Patch from Stefan Allius -- export LIBGCCEric Andersen2002-11-051-1/+1
* Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen2002-11-051-1/+1
* Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III2002-11-042-29/+140
* I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen2002-11-046-6/+6
* Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen2002-11-047-114/+48
* Don't use ENTRY(), make the asm explicitEric Andersen2002-11-041-1/+5