summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2002-11-03Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen
2002-11-01Fix a stupid bug.Manuel Novoa III
2002-11-01Reworked setlocale() return values and locale arg processing toManuel Novoa III
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-29Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.Manuel Novoa III
2002-10-29Fix a silly typo for ManuelEric Andersen
2002-10-29Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen
2002-10-29Add in a horrible hack that seems necessary for the HitachiEric Andersen
2002-10-29Fix a problem in vasprintf (reported by vodz a while back) when builtManuel Novoa III
2002-10-28ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III