summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Oops. Fix compilation on arm.Eric Andersen2002-11-041-1/+4
* A patch from Vincent Sanders to fix the arm implementation ofEric Andersen2002-11-033-88/+247
* It was easy enough to respect locale-specific decimal point for printfManuel Novoa III2002-11-031-2/+15
* Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III2002-11-033-5/+95
* Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen2002-11-031-0/+19
* Properly prefix some symbolsEric Andersen2002-11-034-36/+11
* Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen2002-11-031-1/+3
* Fix a stupid bug.Manuel Novoa III2002-11-011-0/+1
* Reworked setlocale() return values and locale arg processing toManuel Novoa III2002-11-011-89/+166
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-3155-154/+135
* Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.Manuel Novoa III2002-10-291-3/+10
* Fix a silly typo for ManuelEric Andersen2002-10-291-1/+1
* Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen2002-10-291-10/+0
* Add in a horrible hack that seems necessary for the HitachiEric Andersen2002-10-291-0/+10
* Fix a problem in vasprintf (reported by vodz a while back) when builtManuel Novoa III2002-10-291-14/+35
* ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III2002-10-281-0/+35
* Allow timezone info to be specified in a file... /etc/TZ. Turned on byManuel Novoa III2002-10-281-3/+132
* Fixup dependsEric Andersen2002-10-251-3/+3
* Put it back the way it was. Sigh.Eric Andersen2002-10-251-3/+3
* Sigh. Lets not use LD to link, or we lose the INTERP field.Eric Andersen2002-10-251-3/+3
* Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen2002-10-251-0/+1
* Overwriting the crt1.o link is fineEric Andersen2002-10-251-1/+1
* Be nicer to gcc -- add a link for crt1.oEric Andersen2002-10-251-0/+1
* When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working andEric Andersen2002-10-221-7/+9
* This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen2002-10-181-2/+2
* Don't infinitely recurse when trying to grow __malloc_mmb_heap.Miles Bader2002-10-181-18/+19
* Fix malloc so it compiles and works when using pthreadsEric Andersen2002-10-172-5/+5
* Use __heap_[un]lock instead of __malloc_[un]lock.Miles Bader2002-10-151-4/+4
* Get rid of old malloc lock stuff.Miles Bader2002-10-151-8/+0
* Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined.Miles Bader2002-10-152-34/+32
* Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen2002-10-141-2/+2
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-1/+1
* Octal to hexEric Andersen2002-10-092-2/+2
* Support O_STREAMINGEric Andersen2002-10-0912-0/+12
* * Add support for uClinux's broken munmap, contingent onMiles Bader2002-10-094-29/+264
* Patch from Marshall M. Midden <m4@brecis.com> to fixup crt0 forEric Andersen2002-10-011-14/+12
* Patch from Stefan Allius <allius@atecom.com>:Eric Andersen2002-10-011-2/+1