Age | Commit message (Expand) | Author |
2004-01-14 | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III |
2004-01-02 | Cope with 2.6.x headers | Eric Andersen |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-03 | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen |
2003-11-21 | prevent some needless warnings when building w/2.6.x kernel headers | Eric Andersen |
2003-11-13 | Kill off these headers, which are supposed to be part of binutils-dev, | Eric Andersen |
2003-11-02 | Add some missing prototypes | Eric Andersen |
2003-11-02 | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III |
2003-10-24 | Sigh. It seems some stupid programs expect this... | Eric Andersen |
2003-10-22 | It seems we need to also define SI_LOAD_SHIFT since that was | Eric Andersen |
2003-10-21 | Those crazy binutils folks changed their abi. Add this so older | Eric Andersen |
2003-10-20 | Merge some newer/updated bits from the glibc elf.h | Eric Andersen |
2003-10-11 | I forgot to remove this | Eric Andersen |
2003-10-11 | These are wanted by net-tools | Eric Andersen |
2003-10-10 | We do not provide gmtime(), so disable the prototype to | Eric Andersen |
2003-10-08 | Atsushi Nemoto writes: | Eric Andersen |
2003-09-26 | Revert to using uClibc-specific c-symbol-prefix stuff | Miles Bader |
2003-09-09 | sigh. The cris compiler doesn't do link_warning's.... | Eric Andersen |
2003-09-08 | Obligatory forgotten file. | Manuel Novoa III |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III |
2003-09-08 | ansidecl.h and symcat.h copied from glibc. | Miles Bader |
2003-09-06 | Don't install floating point related headers, and wrap some previously | Manuel Novoa III |
2003-09-05 | Add support for ftw and nftw | Eric Andersen |
2003-09-05 | Move an #endif that was in the wrong place. | Manuel Novoa III |
2003-09-03 | Only define __STDC_ISO_10646__ if wide char support is enabled. | Manuel Novoa III |
2003-08-28 | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III |
2003-08-25 | Add missing header. | Manuel Novoa III |
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III |
2003-08-22 | Avoid gratuitous conflicts when used with kernel headers | Eric Andersen |
2003-08-11 | also carefully booleanize the false value | Eric Andersen |
2003-08-10 | silly me, thats not going to work. | Eric Andersen |
2003-08-10 | An even simpler likely | Eric Andersen |
2003-08-10 | Update likely() to cope with truth values other than 1 | Eric Andersen |
2003-08-08 | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-06-17 | Optionally support the struct tm extension fields. | Manuel Novoa III |
2003-06-16 | Add memmem(). | Manuel Novoa III |
2003-06-14 | Comment out the rpl_malloc workaround. It was a good idea, but it violates | Eric Andersen |
2003-06-12 | The mere presence of stropts.h causes many configure scripts to erroneously | Eric Andersen |
2003-06-05 | We do not provide getfsent and friends, so remove this header | Eric Andersen |
2003-05-29 | Eviscerate stropts.h so configure scripts won't try to use STREAMS | Eric Andersen |
2003-05-27 | grr. It's a void *, not a char *. | Eric Andersen |
2003-05-27 | Change 'N' to '__size' to avoid conflicts with common #define of N | Eric Andersen |
2003-05-23 | Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as | Eric Andersen |
2003-03-13 | resync with glibc 2.3 | Eric Andersen |
2003-03-07 | Patch from Stefan Allius: | Eric Andersen |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen |
2003-02-27 | Major update for pthreads, based in large part on improvements | Eric Andersen |
2003-02-17 | Patch from Stefan Allius: | Eric Andersen |
2003-02-17 | Use a define for the path to /etc/TZ | David McCullough |