| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cut and paste error. | Manuel Novoa III | 2002-12-02 | 1 | -4/+5 |
* | Forgot one... | Manuel Novoa III | 2002-12-02 | 1 | -33/+0 |
* | Add hsearch and hsearch_r. Consolidate all functions prototyped in | Manuel Novoa III | 2002-12-02 | 9 | -93/+334 |
* | If the wait failed in pclose it would return a random status code | David McCullough | 2002-12-01 | 1 | -1/+2 |
* | I forgot to include features.h | Eric Andersen | 2002-11-29 | 1 | -0/+2 |
* | Silly me, I forgot to include features.h | Eric Andersen | 2002-11-29 | 1 | -4/+5 |
* | Make support for global constructors and global destructors be | Eric Andersen | 2002-11-27 | 6 | -11/+68 |
* | Fix an ifdef mismatch. | Manuel Novoa III | 2002-11-27 | 1 | -2/+2 |
* | Fix bug in setting daylight and timezone when no (valid) TZ. | Manuel Novoa III | 2002-11-27 | 1 | -3/+5 |
* | Oops.. left in a bit of debugging code. | Manuel Novoa III | 2002-11-23 | 1 | -2/+0 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 12 | -473/+1667 |
* | Oops. As Pavel Roskin notes, I forgot to conditionally include | Eric Andersen | 2002-11-21 | 1 | -0/+2 |
* | Doh! As Stefan Allius points out, I forgot to properly review | Eric Andersen | 2002-11-21 | 1 | -1/+2 |
* | Debugging tweaks. | Miles Bader | 2002-11-21 | 2 | -8/+12 |
* | Oops. | Eric Andersen | 2002-11-21 | 1 | -0/+1 |
* | Cleanup use of in6addr_loopback and in6addr_any | Eric Andersen | 2002-11-21 | 4 | -20/+36 |
* | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen | 2002-11-21 | 5 | -0/+289 |
* | Improve malloc debugging support. | Miles Bader | 2002-11-21 | 7 | -46/+186 |
* | Rework usershell.c, as the old one was packed full of unhandled | Eric Andersen | 2002-11-20 | 1 | -43/+114 |
* | Implement dynamic atexit handling. Adds a few bytes and a dependancy | Eric Andersen | 2002-11-19 | 1 | -28/+68 |
* | This draws from an old patch by David Blythe for the now-dead | Eric Andersen | 2002-11-15 | 6 | -48/+276 |
* | Cleanup a few structural wierdnesses | Eric Andersen | 2002-11-15 | 6 | -23/+27 |
* | Stefan Allius writes: | Eric Andersen | 2002-11-15 | 3 | -115/+116 |
* | Remove obsolete files | Eric Andersen | 2002-11-15 | 2 | -74/+0 |
* | Fix it for real this time. | Eric Andersen | 2002-11-15 | 2 | -8/+13 |
* | Doh! I screwed that one all up. Lets try that again... | Eric Andersen | 2002-11-15 | 2 | -8/+16 |
* | Patch from Luc Van Oostenryck to fix a buffer overflow | Eric Andersen | 2002-11-15 | 1 | -1/+1 |
* | Stefan Allius writes: | Eric Andersen | 2002-11-15 | 3 | -11/+78 |
* | I was an idiot and put _fini into the wrong register. Duh. | Eric Andersen | 2002-11-15 | 1 | -3/+2 |
* | As released in uClibc 0.9.16, regex was being compiled without | Eric Andersen | 2002-11-14 | 1 | -2/+2 |
* | Minor cleanup | Eric Andersen | 2002-11-14 | 2 | -8/+11 |
* | Implement sendfile64 | Eric Andersen | 2002-11-14 | 2 | -1/+48 |
* | Patch from Stefan Allius for libgcc multilib support | Eric Andersen | 2002-11-08 | 1 | -1/+1 |
* | Added some temporary "stubs" for collation. | Manuel Novoa III | 2002-11-08 | 3 | -60/+28 |
* | Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08. | Manuel Novoa III | 2002-11-08 | 2 | -1/+254 |
* | Remove atof from strtod.o... | Manuel Novoa III | 2002-11-07 | 1 | -7/+0 |
* | Okay, fix for atof _correctly_... | Manuel Novoa III | 2002-11-07 | 1 | -1/+4 |
* | 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 |