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