History log of /freebsd-10.0-release/lib/libc/stdlib/getopt_long.3
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


# 228885 26-Dec-2011 gjb

Add missing opening and closing brackets in getopt_long.3 and getsubopt.3
to make the examples reflect reality more closely.

MFC after: 1 week
X-MFC-After: 9.0-RELEASE


# 211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


# 140505 20-Jan-2005 ru

Sort sections.


# 140262 14-Jan-2005 ru

Markup fixes.


# 126693 06-Mar-2004 ache

Fix typo, was 'W'; instead of `W;'


# 126692 06-Mar-2004 ache

Make GNU-compatible following case:
single '-' in command line and '-' (non-first) in options


# 126535 03-Mar-2004 ache

Make return code in noarg case GNU-compatible


# 126452 01-Mar-2004 ache

Improve GNU compatibility in several places, use internal GNU_COMPATIBLE
define for it.
Don't catch POSIXLY_CORRECT env. into static variable, it can be changed
on the fly by program.
Use P1003.2 standartized illoptchar[]


# 126440 01-Mar-2004 ache

Comment out things related to getopt() replacement we not use


# 126439 01-Mar-2004 ache

Change "-"-started options when POSIX_CORRECTLY is set handling
in favour of GNU instead of NetBSD, because configure's use us and
expect GNU.


# 126189 24-Feb-2004 ache

Add getopt_long_only() from OpenBSD and other OpenBSD cleanups

PR: 63173
Submitted by: Marius Strobl <marius@alchemy.franken.de>


# 126143 23-Feb-2004 ache

Add optarg, optind, opterr, optopt, optreset to SYNOPSYS


# 108037 18-Dec-2002 ru

mdoc(7) police: "The .Fn function".


# 107705 09-Dec-2002 ru

mdoc(7) police: overhaul.

Approved by: re


# 104128 29-Sep-2002 eric

Add getopt_long(3).

Obtained from: NetBSD
Sponsored by: Apple