History log of /freebsd-10.3-release/include/getopt.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 203963 16-Feb-2010 imp

Remove NetBSD Foundation clauses 3 & 4. They eliminated those clauses
last year.


# 126190 24-Feb-2004 ache

Add getopt_long_only()


# 126155 23-Feb-2004 ache

In the comment tell about optreset extension for NetBSD ghetopt_long()


# 126142 23-Feb-2004 ache

Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)
use it too.


# 126141 23-Feb-2004 ache

Try to better mimic GNU getopt.h which does not assume to make visible
all unistd.h functions, use _GETOPT_DECLARE define for that.


# 126140 23-Feb-2004 ache

Fix comment: GNU getopt.h to which this header tries to mimic does not declare
getsubopt/optreset


# 104128 29-Sep-2002 eric

Add getopt_long(3).

Obtained from: NetBSD
Sponsored by: Apple