| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apparently I forgot to build atof... | Manuel Novoa III | 2002-11-07 | 1 | -1/+1 |
* | Fixup function prototype for __uint128_t which fixes the compile | Eric Andersen | 2002-11-07 | 1 | -5/+3 |
* | Update soft-float handling | Eric Andersen | 2002-11-06 | 4 | -5/+7 |
* | Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday. | Manuel Novoa III | 2002-11-05 | 1 | -9/+25 |
* | For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe." | Eric Andersen | 2002-11-05 | 1 | -0/+2 |
* | Fixup handling of disabled options | Eric Andersen | 2002-11-05 | 2 | -3/+3 |
* | A patch from Danny Lepage so that we do not setting on symlinks | Eric Andersen | 2002-11-05 | 1 | -2/+2 |
* | Patch from Stefan Allius -- export LIBGCC | Eric Andersen | 2002-11-05 | 1 | -1/+1 |
* | Patch from Stefan Allius. Include CPU_CFLAGS when compiling | Eric Andersen | 2002-11-05 | 1 | -1/+1 |
* | Add printf wchar support for %lc (%C) and %ls (%S). | Manuel Novoa III | 2002-11-04 | 2 | -29/+140 |
* | I dunno why there were align 5, but align 4 is much more sensible. | Eric Andersen | 2002-11-04 | 6 | -6/+6 |
* | Kill sysdep.h and fixup the SH asm to not use it. | Eric Andersen | 2002-11-04 | 7 | -114/+48 |
* | Don't use ENTRY(), make the asm explicit | Eric Andersen | 2002-11-04 | 1 | -1/+5 |
* | Oops. Fix compilation on arm. | Eric Andersen | 2002-11-04 | 1 | -1/+4 |
* | A patch from Vincent Sanders to fix the arm implementation of | Eric Andersen | 2002-11-03 | 3 | -88/+247 |
* | It was easy enough to respect locale-specific decimal point for printf | Manuel Novoa III | 2002-11-03 | 1 | -2/+15 |
* | Implement locale-specific grouping in printf for base 10 integer conversions | Manuel Novoa III | 2002-11-03 | 3 | -5/+95 |
* | Another update to initfini.awk and initfini.c from Stefan Allius | Eric Andersen | 2002-11-03 | 1 | -0/+19 |
* | Properly prefix some symbols | Eric Andersen | 2002-11-03 | 4 | -36/+11 |
* | Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limit | Eric Andersen | 2002-11-03 | 1 | -1/+3 |
* | Fix a stupid bug. | Manuel Novoa III | 2002-11-01 | 1 | -0/+1 |
* | Reworked setlocale() return values and locale arg processing to | Manuel Novoa III | 2002-11-01 | 1 | -89/+166 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 55 | -154/+135 |
* | Fix a couple of 'restrict' bugs in mbstowcs and wcstombs. | Manuel Novoa III | 2002-10-29 | 1 | -3/+10 |
* | Fix a silly typo for Manuel | Eric Andersen | 2002-10-29 | 1 | -1/+1 |
* | Remove my horrible SH hack infavor of this fix for initfini.awk from | Eric Andersen | 2002-10-29 | 1 | -10/+0 |
* | Add in a horrible hack that seems necessary for the Hitachi | Eric Andersen | 2002-10-29 | 1 | -0/+10 |
* | Fix a problem in vasprintf (reported by vodz a while back) when built | Manuel Novoa III | 2002-10-29 | 1 | -14/+35 |
* | ANSI/ISO C99 requires assert() to write to stderr. This means that | Manuel Novoa III | 2002-10-28 | 1 | -0/+35 |
* | Allow timezone info to be specified in a file... /etc/TZ. Turned on by | Manuel Novoa III | 2002-10-28 | 1 | -3/+132 |
* | Fixup depends | Eric Andersen | 2002-10-25 | 1 | -3/+3 |
* | Put it back the way it was. Sigh. | Eric Andersen | 2002-10-25 | 1 | -3/+3 |
* | Sigh. Lets not use LD to link, or we lose the INTERP field. | Eric Andersen | 2002-10-25 | 1 | -3/+3 |
* | Doh. Add a missing #include to interp.c. I wonder why it used to | Eric Andersen | 2002-10-25 | 1 | -0/+1 |
* | Overwriting the crt1.o link is fine | Eric Andersen | 2002-10-25 | 1 | -1/+1 |
* | Be nicer to gcc -- add a link for crt1.o | Eric Andersen | 2002-10-25 | 1 | -0/+1 |
* | When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working and | Eric Andersen | 2002-10-22 | 1 | -7/+9 |
* | This patch, based on a patch from Stefan Allius, lets us pick an | Eric Andersen | 2002-10-18 | 1 | -2/+2 |
* | Don't infinitely recurse when trying to grow __malloc_mmb_heap. | Miles Bader | 2002-10-18 | 1 | -18/+19 |
* | Fix malloc so it compiles and works when using pthreads | Eric Andersen | 2002-10-17 | 2 | -5/+5 |
* | Use __heap_[un]lock instead of __malloc_[un]lock. | Miles Bader | 2002-10-15 | 1 | -4/+4 |
* | Get rid of old malloc lock stuff. | Miles Bader | 2002-10-15 | 1 | -8/+0 |
* | Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined. | Miles Bader | 2002-10-15 | 2 | -34/+32 |
* | Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplement | Eric Andersen | 2002-10-14 | 1 | -2/+2 |
* | It turns out that __thread is now a gcc keyword. We used __thread in | Eric Andersen | 2002-10-13 | 1 | -1/+1 |
* | Octal to hex | Eric Andersen | 2002-10-09 | 2 | -2/+2 |
* | Support O_STREAMING | Eric Andersen | 2002-10-09 | 12 | -0/+12 |
* | * Add support for uClinux's broken munmap, contingent on | Miles Bader | 2002-10-09 | 4 | -29/+264 |
* | Patch from Marshall M. Midden <m4@brecis.com> to fixup crt0 for | Eric Andersen | 2002-10-01 | 1 | -14/+12 |
* | Patch from Stefan Allius <allius@atecom.com>: | Eric Andersen | 2002-10-01 | 1 | -2/+1 |