summaryrefslogtreecommitdiffstats
path: root/libc/unistd/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* rework getopt. no read need to split this one up sinceEric Andersen2002-08-071-573/+499
| | | | the parts are so tightly coupled.
* Make getopt act the same regardless whether the app was staticly linkedEric Andersen2002-01-031-86/+838
| | | | | or dynamicly linked. Obeys the principle of least surprise. -Erik
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-4/+1
| | | | | | issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging...
* Patch from Jean-Yves Avenard to move the getopt globals to theirEric Andersen2001-03-051-5/+14
| | | | | | own file, since at least on SH, weak variables with initial values (.data stuff) were not working. Moving these to their own file seems to be a good way to handle it.
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-4/+12
|
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-4/+1
| | | | rework include/stdio.h, and fix up the resultant damage.
* Reorg unistd dirEric Andersen2000-10-111-0/+111