| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing prototypes | Eric Andersen | 2003-11-02 | 1 | -1/+19 |
* | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | 2003-11-02 | 1 | -3/+2 |
* | Sigh. It seems some stupid programs expect this... | Eric Andersen | 2003-10-24 | 1 | -0/+1 |
* | It seems we need to also define SI_LOAD_SHIFT since that was | Eric Andersen | 2003-10-22 | 1 | -0/+1 |
* | Those crazy binutils folks changed their abi. Add this so older | Eric Andersen | 2003-10-21 | 1 | -0/+5 |
* | Merge some newer/updated bits from the glibc elf.h | Eric Andersen | 2003-10-20 | 1 | -106/+226 |
* | I forgot to remove this | Eric Andersen | 2003-10-11 | 1 | -98/+0 |
* | These are wanted by net-tools | Eric Andersen | 2003-10-11 | 2 | -0/+223 |
* | We do not provide gmtime(), so disable the prototype to | Eric Andersen | 2003-10-10 | 1 | -0/+2 |
* | Atsushi Nemoto writes: | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
* | Revert to using uClibc-specific c-symbol-prefix stuff | Miles Bader | 2003-09-26 | 1 | -2/+1 |
* | sigh. The cris compiler doesn't do link_warning's.... | Eric Andersen | 2003-09-09 | 1 | -1/+5 |
* | Obligatory forgotten file. | Manuel Novoa III | 2003-09-08 | 1 | -0/+8 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 3 | -162/+4 |
* | ansidecl.h and symcat.h copied from glibc. | Miles Bader | 2003-09-08 | 2 | -0/+364 |
* | Don't install floating point related headers, and wrap some previously | Manuel Novoa III | 2003-09-06 | 3 | -0/+10 |
* | Add support for ftw and nftw | Eric Andersen | 2003-09-05 | 1 | -0/+150 |
* | Move an #endif that was in the wrong place. | Manuel Novoa III | 2003-09-05 | 1 | -1/+1 |
* | Only define __STDC_ISO_10646__ if wide char support is enabled. | Manuel Novoa III | 2003-09-03 | 1 | -0/+2 |
* | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III | 2003-08-28 | 1 | -6/+6 |
* | Add missing header. | Manuel Novoa III | 2003-08-25 | 1 | -0/+71 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 7 | -0/+117 |
* | Avoid gratuitous conflicts when used with kernel headers | Eric Andersen | 2003-08-22 | 1 | -2/+6 |
* | also carefully booleanize the false value | Eric Andersen | 2003-08-11 | 1 | -2/+2 |
* | silly me, thats not going to work. | Eric Andersen | 2003-08-10 | 1 | -3/+2 |
* | An even simpler likely | Eric Andersen | 2003-08-10 | 1 | -1/+1 |
* | Update likely() to cope with truth values other than 1 | Eric Andersen | 2003-08-10 | 1 | -2/+2 |
* | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen | 2003-08-08 | 6 | -2/+194 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 13 | -464/+1336 |
* | Optionally support the struct tm extension fields. | Manuel Novoa III | 2003-06-17 | 2 | -5/+4 |
* | Add memmem(). | Manuel Novoa III | 2003-06-16 | 1 | -2/+0 |
* | Comment out the rpl_malloc workaround. It was a good idea, but it violates | Eric Andersen | 2003-06-14 | 1 | -0/+2 |
* | The mere presence of stropts.h causes many configure scripts to erroneously | Eric Andersen | 2003-06-12 | 1 | -88/+0 |
* | We do not provide getfsent and friends, so remove this header | Eric Andersen | 2003-06-05 | 1 | -82/+0 |
* | Eviscerate stropts.h so configure scripts won't try to use STREAMS | Eric Andersen | 2003-05-29 | 1 | -1/+8 |
* | grr. It's a void *, not a char *. | Eric Andersen | 2003-05-27 | 1 | -1/+1 |
* | Change 'N' to '__size' to avoid conflicts with common #define of N | Eric Andersen | 2003-05-27 | 1 | -5/+5 |
* | Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as | Eric Andersen | 2003-05-23 | 1 | -0/+12 |
* | resync with glibc 2.3 | Eric Andersen | 2003-03-13 | 1 | -129/+357 |
* | Patch from Stefan Allius: | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 2 | -0/+281 |
* | Major update for pthreads, based in large part on improvements | Eric Andersen | 2003-02-27 | 1 | -14/+22 |
* | Patch from Stefan Allius: | Eric Andersen | 2003-02-17 | 1 | -1/+1 |
* | Use a define for the path to /etc/TZ | David McCullough | 2003-02-17 | 1 | -0/+1 |
* | Hide unimplemented and legacy ecvt and friends from configure. | Eric Andersen | 2003-01-09 | 1 | -0/+2 |
* | Disable the __USE_EXTERN_INLINES versions of these headers, which | Eric Andersen | 2003-01-08 | 1 | -4/+3 |
* | For now, "#if 0" out the inlining of (currently unsupported) glibc-specific | Manuel Novoa III | 2003-01-08 | 1 | -1/+6 |
* | The big thing is locale dependent collation support. | Manuel Novoa III | 2002-12-20 | 1 | -2/+12 |
* | Dop not restrict the IFTODT() and DTTOIF() macros when | Eric Andersen | 2002-12-17 | 1 | -2/+0 |
* | Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXIT | Eric Andersen | 2002-11-27 | 1 | -1/+6 |