summaryrefslogtreecommitdiffstats
path: root/usr.bin/getopt/getopt.c
Commit message (Expand)AuthorAgeFilesLines
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* getopt.c is public domain. Add a comment to that effect.brooks2008-05-151-0/+5
* ANSIify function definitions.dwmalone2002-09-041-3/+1
* Consistently use FBSDIDobrien2002-06-301-1/+2
* Minor nit; return(foo) from main rather than exit(foo).markm2002-04-281-1/+1
* Warns cleanup (just make main return an int).dwmalone2001-12-031-0/+1
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+3
* Back out part of previous commit.cracauer1999-04-041-1/+1
* 1) Fix the case where a shellscript using getopt is called with acracauer1999-04-031-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Added getopt(1) from NetBSDnate1993-07-261-0/+30
OpenPOWER on IntegriCloud