summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-27Fix an ifdef mismatch.Manuel Novoa III
2002-11-27Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III
2002-11-23Oops.. left in a bit of debugging code.Manuel Novoa III
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-21Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen
2002-11-21Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen
2002-11-21Debugging tweaks.Miles Bader
2002-11-21Oops.Eric Andersen
2002-11-21Cleanup use of in6addr_loopback and in6addr_anyEric Andersen
2002-11-21Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen
2002-11-21Improve malloc debugging support.Miles Bader
2002-11-20Rework usershell.c, as the old one was packed full of unhandledEric Andersen
2002-11-19Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen
2002-11-15This draws from an old patch by David Blythe for the now-deadEric Andersen
2002-11-15Cleanup a few structural wierdnessesEric Andersen
2002-11-15Stefan Allius writes:Eric Andersen
2002-11-15Remove obsolete filesEric Andersen
2002-11-15Fix it for real this time.Eric Andersen
2002-11-15Doh! I screwed that one all up. Lets try that again...Eric Andersen
2002-11-15Patch from Luc Van Oostenryck to fix a buffer overflowEric Andersen
2002-11-15Stefan Allius writes:Eric Andersen
2002-11-15I was an idiot and put _fini into the wrong register. Duh.Eric Andersen
2002-11-14As released in uClibc 0.9.16, regex was being compiled withoutEric Andersen
2002-11-14Minor cleanupEric Andersen
2002-11-14Implement sendfile64Eric Andersen
2002-11-08Patch from Stefan Allius for libgcc multilib supportEric Andersen
2002-11-08Added some temporary "stubs" for collation.Manuel Novoa III
2002-11-08Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08.Manuel Novoa III
2002-11-07Remove atof from strtod.o...Manuel Novoa III
2002-11-07Okay, fix for atof _correctly_...Manuel Novoa III
2002-11-07Apparently I forgot to build atof...Manuel Novoa III
2002-11-07Fixup function prototype for __uint128_t which fixes the compileEric Andersen
2002-11-06Update soft-float handlingEric Andersen
2002-11-05Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III
2002-11-05For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."Eric Andersen
2002-11-05Fixup handling of disabled optionsEric Andersen
2002-11-05A patch from Danny Lepage so that we do not setting on symlinksEric Andersen
2002-11-05Patch from Stefan Allius -- export LIBGCCEric Andersen
2002-11-05Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen
2002-11-04Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III
2002-11-04I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen
2002-11-04Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen
2002-11-04Don't use ENTRY(), make the asm explicitEric Andersen
2002-11-04Oops. Fix compilation on arm.Eric Andersen
2002-11-03A patch from Vincent Sanders to fix the arm implementation ofEric Andersen
2002-11-03It was easy enough to respect locale-specific decimal point for printfManuel Novoa III
2002-11-03Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III
2002-11-03Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen
2002-11-03Properly prefix some symbolsEric Andersen