| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen | 2001-05-26 | 2 | -1/+60 |
* | Add in some more GNU compatible locale stuff. I only implement the | Eric Andersen | 2001-05-25 | 11 | -0/+1222 |
* | Remove dead code. | Manuel Novoa III | 2001-05-23 | 3 | -130/+0 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 17 | -34/+17 |
* | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen | 2001-05-09 | 1 | -963/+451 |
* | Turns out alphasort was totally broken. This fixed one works. | Eric Andersen | 2001-05-08 | 1 | -4/+3 |
* | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen | 2001-05-08 | 1 | -4/+5 |
* | Remove the old crypt implementation | Eric Andersen | 2001-04-19 | 1 | -1/+1 |
* | Add missing time() | Eric Andersen | 2001-04-18 | 2 | -1/+39 |
* | Update temp file handling and use a single function to do all | Eric Andersen | 2001-04-18 | 2 | -1/+188 |
* | Fix up more leftovers resultant from fixing _LIBC | Eric Andersen | 2001-04-06 | 1 | -2/+39 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 12 | -17/+20 |
* | Stub out localeconv. Please look over this to check it is correct.... | Eric Andersen | 2001-03-21 | 3 | -9/+58 |
* | Fix from Jon Nelson for error in timezone | Eric Andersen | 2001-03-20 | 1 | -1/+1 |
* | Put regex back in | Eric Andersen | 2001-03-20 | 1 | -1/+1 |
* | Add an empty DIRS target incase it gets inherited from the env. | David McCullough | 2001-03-20 | 1 | -0/+2 |
* | Add in the timezone global from time.h, from a patch by | Eric Andersen | 2001-03-19 | 1 | -0/+5 |
* | Add in alphasort (working fine) and scandir (just a stub for now). | Eric Andersen | 2001-03-19 | 3 | -1/+90 |
* | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen | 2001-03-19 | 10 | -1/+346 |
* | Add in the sysvipc patch from Michael Shmulevich | Eric Andersen | 2001-03-19 | 7 | -8/+327 |
* | Since Erik apparently wants def/undef vs def 1/0... | Manuel Novoa III | 2001-03-19 | 2 | -3/+3 |
* | Part of the ctype locale support. | Manuel Novoa III | 2001-03-18 | 7 | -26/+934 |
* | Delete wordexp. There isn't much point in having this since | Eric Andersen | 2001-03-13 | 4 | -2709/+1 |
* | Hmm. Seems I left wordexp off. oops. | Eric Andersen | 2001-03-08 | 1 | -1/+1 |
* | Add in wordexp support (mostly stubbed out for now) since the busybox | Eric Andersen | 2001-03-08 | 4 | -1/+2710 |
* | stdio mostly rewritten... passes lots of tests now. | Manuel Novoa III | 2001-02-27 | 1 | -15/+11 |
* | For some reason the fancy attribute tags were not working on m68k so | David McCullough | 2001-02-27 | 1 | -8/+4 |
* | Make sure errno is 0 before we call main (may have been set while initializing). | Manuel Novoa III | 2001-02-19 | 1 | -0/+10 |
* | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III | 2001-02-19 | 2 | -1/+81 |
* | Fix LIBC rule. (cut-and-paste user bug...) | Manuel Novoa III | 2001-02-15 | 1 | -2/+2 |
* | Add tsearch functions from libc-5.3.12. | Manuel Novoa III | 2001-02-15 | 3 | -1/+234 |
* | Remove times and all the foolishness surrounding it. There is | Eric Andersen | 2001-02-09 | 1 | -1/+1 |
* | Fix up the networking includes | Eric Andersen | 2001-02-05 | 1 | -17/+14 |
* | Added some notes. Removed some dead code. | Manuel Novoa III | 2001-01-30 | 1 | -6/+6 |
* | Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah! | Manuel Novoa III | 2001-01-30 | 1 | -106/+262 |
* | Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const. | Manuel Novoa III | 2001-01-28 | 1 | -28/+48 |
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -2/+5 |
* | Reduce dependancies -- don't use sysconf() internal to libc. | Eric Andersen | 2001-01-15 | 1 | -7/+5 |
* | Make the implementation match the header file. | Eric Andersen | 2001-01-15 | 1 | -3/+2 |
* | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | 2001-01-12 | 1 | -6/+1 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 11 | -21/+21 |
* | Oops. left strftime.c in twice. | Eric Andersen | 2001-01-02 | 1 | -1/+1 |
* | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen | 2001-01-02 | 3 | -2/+18 |
* | Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) | Eric Andersen | 2000-12-23 | 3 | -1/+179 |
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 11 | -107/+481 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 12 | -48/+48 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 13 | -13/+13 |
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 8 | -5/+249 |
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 3 | -2/+401 |
* | Add some more stuff -- {get|set}mntent, getline, getdelim, etc. | Eric Andersen | 2000-10-26 | 4 | -1/+157 |