summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* A few more syscalls.Eric Andersen2000-10-253-1/+394
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-233-1/+68
* A smaller, kinder, gentler regexp implementation.Eric Andersen2000-10-203-7274/+5726
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-208-7/+22
* Fix up ctype.hEric Andersen2000-10-173-54/+108
* Update to assert behaviorEric Andersen2000-10-171-6/+9
* Makefile updateEric Andersen2000-10-128-8/+8
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-117-3/+158
* New misc tree that actually has misc stuff in it.Eric Andersen2000-10-1116-0/+1821
* Bug ugly formatting updateEric Andersen2000-10-0916-6199/+5989
* More cleanupsEric Andersen2000-10-071-4/+7
* Dependancy updateEric Andersen2000-10-071-5/+8
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-043-30/+80
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-092-0/+7539
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-061-1/+1
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+0
* Finished porting stuff to x86 and supporting the Linux 2.2 kernels.Erik Andersen2000-05-151-1/+1
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-7/+4
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
* Initial revision0_9_1Erik Andersen2000-05-1413-0/+634