summaryrefslogtreecommitdiff
path: root/include/getopt.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2010-02-16Remove NetBSD Foundation clauses 3 & 4. They eliminated those clausesWarner Losh
2004-02-24Add getopt_long_only()Andrey A. Chernov
2004-02-23In the comment tell about optreset extension for NetBSD ghetopt_long()Andrey A. Chernov
2004-02-23Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)Andrey A. Chernov
2004-02-23Try to better mimic GNU getopt.h which does not assume to make visibleAndrey A. Chernov
2004-02-23Fix comment: GNU getopt.h to which this header tries to mimic does not declareAndrey A. Chernov
2002-09-29Add getopt_long(3).Eric Melville