aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getopt/getopt.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* getopt.c is public domain. Add a comment to that effect.Brooks Davis2008-05-151-0/+5
* ANSIify function definitions.David Malone2002-09-041-3/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-1/+2
* Minor nit; return(foo) from main rather than exit(foo).Mark Murray2002-04-281-1/+1
* Warns cleanup (just make main return an int).David Malone2001-12-031-0/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+3
* Back out part of previous commit.Martin Cracauer1999-04-041-1/+1
* 1) Fix the case where a shellscript using getopt is called with aMartin Cracauer1999-04-031-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Added getopt(1) from NetBSDNate Williams1993-07-261-0/+30