Age | Commit message (Expand) | Author |
2002-01-09 | Fix duplicate of timezone | Eric Andersen |
2002-01-08 | Scrub malloc handling | Eric Andersen |
2002-01-06 | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-11-24 | Sync regex with glibc 2.2.4. I need to add an option to select | Eric Andersen |
2001-11-21 | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen |
2001-11-20 | A few symbols needed for testing | Eric Andersen |
2001-11-14 | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen |
2001-10-17 | In theory, this adds readdir64 and friends. Dunno if they | Eric Andersen |
2001-10-11 | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen |
2001-10-04 | With all the headerfile changes, some functions didn't get there arg types | David McCullough |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen |
2001-09-15 | Oops | Eric Andersen |
2001-09-15 | Recurse into 'file' | Eric Andersen |
2001-09-15 | Add lockf | Eric Andersen |
2001-09-06 | Patch from Andrew Ip <aip@cwlinux.com> to add ftime, | Eric Andersen |
2001-08-17 | Fix a silly bug with the header file | Eric Andersen |
2001-08-14 | use some #defines internal to the ctype functions to eliminate them | Eric Andersen |
2001-08-09 | Make sure the weak aliases are defined before the functions/vars | David McCullough |
2001-07-01 | These zero-length files apparently weren't deleted from cvs. | Manuel Novoa III |
2001-06-26 | ANSI/ISO specifies that no library function sets errno to 0. | Manuel Novoa III |
2001-06-26 | Looks like we lost clearing errno | Eric Andersen |
2001-06-25 | Remove simulated d_type support for getdents and the dirent struct, and use | Manuel Novoa III |
2001-06-12 | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen |
2001-06-07 | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough |
2001-06-02 | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III |
2001-06-01 | Put the locale stuff back how it was till we can get a proper implementation | Eric Andersen |
2001-05-28 | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III |
2001-05-26 | Fix regex support to be compatible with 4.2 BSD regex library. This is | Eric Andersen |
2001-05-26 | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen |
2001-05-25 | Add in some more GNU compatible locale stuff. I only implement the | Eric Andersen |
2001-05-23 | Remove dead code. | Manuel Novoa III |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-05-09 | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen |
2001-05-08 | Turns out alphasort was totally broken. This fixed one works. | Eric Andersen |
2001-05-08 | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen |
2001-04-19 | Remove the old crypt implementation | Eric Andersen |
2001-04-18 | Add missing time() | Eric Andersen |
2001-04-18 | Update temp file handling and use a single function to do all | Eric Andersen |
2001-04-06 | Fix up more leftovers resultant from fixing _LIBC | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-03-21 | Stub out localeconv. Please look over this to check it is correct.... | Eric Andersen |
2001-03-20 | Fix from Jon Nelson for error in timezone | Eric Andersen |
2001-03-20 | Put regex back in | Eric Andersen |
2001-03-20 | Add an empty DIRS target incase it gets inherited from the env. | David McCullough |
2001-03-19 | Add in the timezone global from time.h, from a patch by | Eric Andersen |
2001-03-19 | Add in alphasort (working fine) and scandir (just a stub for now). | Eric Andersen |
2001-03-19 | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen |
2001-03-19 | Add in the sysvipc patch from Michael Shmulevich | Eric Andersen |
2001-03-19 | Since Erik apparently wants def/undef vs def 1/0... | Manuel Novoa III |