History log of /freebsd-10.0-release/include/getopt.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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

# 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