2002-01-10 |
Eric Andersen | Eliminate C++ style comments |
tree | commitdiff |
2002-01-09 |
Eric Andersen | Implement mempcpy |
tree | commitdiff |
2002-01-06 |
Eric Andersen | Fix stpcpy function declaration |
tree | commitdiff |
2002-01-06 |
Eric Andersen | Support statvfs and statfs. Added getmntent_r (and... |
tree | commitdiff |
2002-01-04 |
Eric Andersen | Add missing inttypes.h |
tree | commitdiff |
2002-01-03 |
Eric Andersen | Enable several more syscalls. |
tree | commitdiff |
2001-12-19 |
Eric Andersen | Update my email address. I am no longer [email protected] |
tree | commitdiff |
2001-12-19 |
Eric Andersen | Add basename and dirname. Write memrchr. |
tree | commitdiff |
2001-11-23 |
Eric Andersen | Add this so madplay will properly configure itself... |
tree | commitdiff |
2001-11-22 |
Eric Andersen | Totally rework the math library, this time based on... |
tree | commitdiff |
2001-11-21 |
Eric Andersen | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC... |
tree | commitdiff |
2001-11-21 |
Eric Andersen | Finish off the getc putc adjustment |
tree | commitdiff |
2001-11-20 |
Eric Andersen | Be more careful able not shadowing with var names |
tree | commitdiff |
2001-11-18 |
David Schleef | Don't define _GNU_OBSTACK_INTERFACE_VERSION, because... |
tree | commitdiff |
2001-11-14 |
Eric Andersen | Initial first (lame) pass at making a pthreads library... |
tree | commitdiff |
2001-11-14 |
Eric Andersen | Add missing sched.h |
tree | commitdiff |
2001-10-15 |
Eric Andersen | Turn off program_invocation_name and friend |
tree | commitdiff |
2001-10-11 |
Eric Andersen | Add missing values.h |
tree | commitdiff |
2001-10-11 |
Eric Andersen | Add strndup, written by Stefan Soucek <ssoucek@coactive... |
tree | commitdiff |
2001-10-11 |
Eric Andersen | Patch from Miles Bader <[email protected]> to support... |
tree | commitdiff |
2001-10-04 |
Eric Andersen | Patch from David McCullough <[email protected]>: |
tree | commitdiff |
2001-10-02 |
Eric Andersen | termcap.h is supposed to be part of ncurses, and has... |
tree | commitdiff |
2001-09-27 |
Eric Andersen | Be more careful about not redefining stuf |
tree | commitdiff |
2001-09-27 |
Eric Andersen | re-enable ntohl and friends |
tree | commitdiff |
2001-09-27 |
Eric Andersen | Optimize for size, and disable expensive inlining |
tree | commitdiff |
2001-09-27 |
Eric Andersen | Add in missing file |
tree | commitdiff |
2001-09-27 |
Eric Andersen | Rev all the header files to sync things with glibc... |
tree | commitdiff |
2001-09-06 |
Eric Andersen | Patch from Andrew Ip <[email protected]> to add ftime, |
tree | commitdiff |
2001-08-29 |
Eric Andersen | Wrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__ |
tree | commitdiff |
2001-08-27 |
Eric Andersen | Make gdb/gcc/binutils happy |
tree | commitdiff |
2001-08-24 |
Eric Andersen | Use "stdin", "stdout", and "stderr", not "_stdin",... |
tree | commitdiff |
2001-08-24 |
Eric Andersen | Get rid of non standard macros for things that are... |
tree | commitdiff |
2001-08-24 |
Eric Andersen | atoi, atol, atoll, and atof are supposed to be function... |
tree | commitdiff |
2001-08-21 |
Eric Andersen | Add missing shadow.h |
tree | commitdiff |
2001-08-21 |
Eric Andersen | Add byteswap.h, per glibc |
tree | commitdiff |
2001-08-17 |
Eric Andersen | Fix a silly bug with the header file |
tree | commitdiff |
2001-08-14 |
Eric Andersen | Put a bandaid on getpgrp behavior |
tree | commitdiff |
2001-08-14 |
Eric Andersen | use some #defines internal to the ctype functions to... |
tree | commitdiff |
2001-08-11 |
Eric Andersen | I just wrote a stpncpy() since someone wanted it |
tree | commitdiff |
2001-08-10 |
David McCullough | Make _PATH_VARRUN actually point to /var/run. |
tree | commitdiff |
2001-08-09 |
David McCullough | Add hstrerror, it just points to strerror like h_errno. |
tree | commitdiff |
2001-07-17 |
Eric Andersen | We already have tar.h, so might as well include cpio... |
tree | commitdiff |
2001-07-12 |
Eric Andersen | Add missing in_addr_t |
tree | commitdiff |
2001-07-11 |
David McCullough | Added __BEGIN_DECLS and __END_DECLS to the files that... |
tree | commitdiff |
2001-07-11 |
David McCullough | The main part of the C++ support is the definition... |
tree | commitdiff |
2001-07-11 |
David McCullough | The weak_alias macro was not genertaing asm with the... |
tree | commitdiff |
2001-07-11 |
Eric Andersen | Seems weak_alias wasn't working as expected... |
tree | commitdiff |
2001-07-09 |
Eric Andersen | A patch from Michal Moskal <[email protected]> to... |
tree | commitdiff |
2001-07-04 |
David McCullough | Added stpcpy and strcasestr along with some code to... |
tree | commitdiff |
2001-06-28 |
Eric Andersen | I missed an item when reentrantifying des.c, reuse... |
tree | commitdiff |
2001-06-28 |
Eric Andersen | Oops. I forgot to check this in... |
tree | commitdiff |
2001-06-27 |
Eric Andersen | Cleanup and don't require LIBC to be defined for the... |
tree | commitdiff |
2001-06-27 |
Eric Andersen | Don't even threaten to include asm/* stuff |
tree | commitdiff |
2001-06-27 |
Eric Andersen | Don't include asm/unistd.h |
tree | commitdiff |
2001-06-23 |
Eric Andersen | This adds in support for PIC on x86. Unfortunately... |
tree | commitdiff |
2001-06-17 |
Manuel Novoa III | Add the in* and out* functions for i386. Note: the... |
tree | commitdiff |
2001-06-12 |
Eric Andersen | Cleanup the toploevel makefile handing of shared libs... |
tree | commitdiff |
2001-06-12 |
Eric Andersen | Some socket cleanups |
tree | commitdiff |
2001-06-04 |
Eric Andersen | Teach the ldso stuff to use the proper elf.h header... |
tree | commitdiff |
2001-05-31 |
Eric Andersen | Cleanup some stupid warnings |
tree | commitdiff |
2001-05-28 |
Manuel Novoa III | Make selection of uClibc floating point support in... |
tree | commitdiff |
2001-05-26 |
David Schleef | Added definition of __THROW |
tree | commitdiff |
2001-05-26 |
Eric Andersen | Add in message queue support, based on work from <tapu... |
tree | commitdiff |
2001-05-25 |
Eric Andersen | Add in some more GNU compatible locale stuff. I only... |
tree | commitdiff |
2001-05-25 |
David Schleef | added __GNUC_PREREQ() macro |
tree | commitdiff |
2001-05-25 |
Eric Andersen | We need the definition of HUGE_VAL fpr some apps. ... |
tree | commitdiff |
2001-05-25 |
Eric Andersen | Cleanup the math.h header file. It was broken when... |
tree | commitdiff |
2001-05-22 |
Manuel Novoa III | Add poll.h header. |
tree | commitdiff |
2001-05-21 |
Eric Andersen | Wrap getline() inside #ifdef __USE_GNU |
tree | commitdiff |
2001-05-21 |
Manuel Novoa III | Proper prototype for mtherr, although this should proba... |
tree | commitdiff |
2001-05-11 |
Eric Andersen | Bring powerpc back into line so it compiles again. |
tree | commitdiff |
2001-05-11 |
Eric Andersen | A patch from Matthias Kilian <[email protected]... |
tree | commitdiff |
2001-05-10 |
Eric Andersen | Fix broken resources.h |
tree | commitdiff |
2001-05-10 |
Eric Andersen | Seems a few apps need this one... |
tree | commitdiff |
2001-05-10 |
Eric Andersen | uClibc now has a math library. muahahahaha! |
tree | commitdiff |
2001-05-09 |
Eric Andersen | Yipe. This was still pulling in kernel headers. |
tree | commitdiff |
2001-05-08 |
Eric Andersen | Add in libutil, based on Cory Visi's variant of Michael... |
tree | commitdiff |
2001-05-08 |
Manuel Novoa III | Fix comment for #endif to remove warnings. |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Be really sneaky and use GNU ld special stuff so that... |
tree | commitdiff |
2001-04-20 |
Eric Andersen | Oops. I forgot the header file |
tree | commitdiff |
2001-04-06 |
Eric Andersen | Fix include/errno.h to not use kernel header, and inste... |
tree | commitdiff |
2001-03-22 |
Manuel Novoa III | Add some missing headers needed by ld.so-1.9.11. |
tree | commitdiff |
2001-03-22 |
Eric Andersen | Add in random(), make rand use that under the hood... |
tree | commitdiff |
2001-03-21 |
Eric Andersen | Stub out localeconv. Please look over this to check... |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Add in the sysvipc patch from Michael Shmulevich |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Add a sneaky backwards compat hack from Michael Shmulevich |
tree | commitdiff |
2001-03-19 |
Manuel Novoa III | Since Erik apparently wants def/undef vs def 1/0... |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Fix up breakage resulting from flipping the sense of... |
tree | commitdiff |
2001-03-18 |
Manuel Novoa III | Added Vladimir's ctype locale support. Make Config... |
tree | commitdiff |
2001-03-18 |
Manuel Novoa III | Part of the ctype locale support. |
tree | commitdiff |
2001-03-15 |
Eric Andersen | Fix the header file for index, rindex and similar |
tree | commitdiff |
2001-03-12 |
Manuel Novoa III | Define h_errno to be errno for now. |
tree | commitdiff |
2001-03-08 |
Eric Andersen | Add in wordexp support (mostly stubbed out for now... |
tree | commitdiff |
2001-03-08 |
Eric Andersen | Make alloca work using the compiler builtin |
tree | commitdiff |
2001-03-08 |
Eric Andersen | Reworked the password stuff to be reentrant. Group... |
tree | commitdiff |
2001-03-01 |
Manuel Novoa III | Added __strtok_r function. Change strtok to a wrapper... |
tree | commitdiff |
2001-02-27 |
Manuel Novoa III | stdio mostly rewritten... passes lots of tests now. |
tree | commitdiff |
2001-02-26 |
David McCullough | g++ compatible math defines. |
tree | commitdiff |
2001-02-26 |
David McCullough | Added res_init and res_query |
tree | commitdiff |
2001-02-21 |
Eric Andersen | Add an SH port done by Jean-Yves Avenard of Hewlett... |
tree | commitdiff |
next |