aboutsummaryrefslogtreecommitdiff
path: root/include/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326192
* 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