summaryrefslogtreecommitdiff
path: root/include/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove NetBSD Foundation clauses 3 & 4. They eliminated those clausesWarner Losh2010-02-161-7/+0
| | | | | | | last year. Notes: svn path=/head/; revision=203963
* Add getopt_long_only()Andrey A. Chernov2004-02-241-1/+3
| | | | Notes: svn path=/head/; revision=126190
* In the comment tell about optreset extension for NetBSD ghetopt_long()Andrey A. Chernov2004-02-231-1/+2
| | | | Notes: svn path=/head/; revision=126155
* Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)Andrey A. Chernov2004-02-231-1/+5
| | | | | | | use it too. Notes: svn path=/head/; revision=126142
* Try to better mimic GNU getopt.h which does not assume to make visibleAndrey A. Chernov2004-02-231-6/+10
| | | | | | | all unistd.h functions, use _GETOPT_DECLARE define for that. Notes: svn path=/head/; revision=126141
* Fix comment: GNU getopt.h to which this header tries to mimic does not declareAndrey A. Chernov2004-02-231-1/+1
| | | | | | | getsubopt/optreset Notes: svn path=/head/; revision=126140
* Add getopt_long(3).Eric Melville2002-09-291-0/+74
Obtained from: NetBSD Sponsored by: Apple Notes: svn path=/head/; revision=104128