<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdlib/getopt_long.c, branch release/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Merge intermediate OpenBSD v1.25 changes (almost identical to ours)</title>
<updated>2014-06-22T21:54:57+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2014-06-22T21:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=298207c39a3d2cd109fe33ef7e668ec20be1758e'/>
<id>298207c39a3d2cd109fe33ef7e668ec20be1758e</id>
<content type='text'>
to reduce diff and bump OpenBSD patch level to v1.26.

MFC after:      2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to reduce diff and bump OpenBSD patch level to v1.26.

MFC after:      2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>getopt(3): recognize option:: as GNU extension for "optional options".</title>
<updated>2014-06-22T20:13:57+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-06-22T20:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6aa225165fe7ddb3a3f8fce85d554a324f0b73f3'/>
<id>6aa225165fe7ddb3a3f8fce85d554a324f0b73f3</id>
<content type='text'>
Also ANSIfy a function declaration.

While here update the OpenBSD patch level in getopt_long.c as we
already have the corresponding change.

Obtained from:	NetBSD
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also ANSIfy a function declaration.

While here update the OpenBSD patch level in getopt_long.c as we
already have the corresponding change.

Obtained from:	NetBSD
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)</title>
<updated>2012-06-11T22:25:20+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-06-11T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1b74dc4a8b5b1fa2395a83f110014436d8babacd'/>
<id>1b74dc4a8b5b1fa2395a83f110014436d8babacd</id>
<content type='text'>
No functional change.

Obtained from:	NetBSD via OpenBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional change.

Obtained from:	NetBSD via OpenBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep compatible parts in sync with OpenBSD v1.21, add some comments.</title>
<updated>2006-09-23T14:48:31+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2006-09-23T14:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d3ff3b5f2fd16fb4ce77203aa71a9740a80e8a5b'/>
<id>d3ff3b5f2fd16fb4ce77203aa71a9740a80e8a5b</id>
<content type='text'>
No functional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSD</title>
<updated>2006-09-22T18:59:03+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2006-09-22T18:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6843acf8acdc1bbaf31c1c006780afec788d8c98'/>
<id>6843acf8acdc1bbaf31c1c006780afec788d8c98</id>
<content type='text'>
v1.21 which just do that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
v1.21 which just do that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Be more GNU compatible:</title>
<updated>2006-09-22T17:01:38+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2006-09-22T17:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f27c7b4713a2861fc9cf73df609f6fae80664855'/>
<id>f27c7b4713a2861fc9cf73df609f6fae80664855</id>
<content type='text'>
don't be greedy on the GNU "::" extension when arg separated by whitespace
and POSIX_CORRECTLY is set. From POSIX point of view this is unclear
situation, so minimal assumption looks right.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't be greedy on the GNU "::" extension when arg separated by whitespace
and POSIX_CORRECTLY is set. From POSIX point of view this is unclear
situation, so minimal assumption looks right.
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep it sync with OpenBSD:</title>
<updated>2004-07-06T13:58:45+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-07-06T13:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=42aeacc4d489803624d7982c7b43699c4a9a8300'/>
<id>42aeacc4d489803624d7982c7b43699c4a9a8300</id>
<content type='text'>
An optional argument cannot start with '-', even if permutation is
disabled.

Obtained from: OpenBSD getopt_long.c v1.17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An optional argument cannot start with '-', even if permutation is
disabled.

Obtained from: OpenBSD getopt_long.c v1.17
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify one condition in prev. commit:</title>
<updated>2004-04-01T22:32:28+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-04-01T22:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f853699a55fcea9affd9a29ab3d2704f4d468df2'/>
<id>f853699a55fcea9affd9a29ab3d2704f4d468df2</id>
<content type='text'>
short_too already assumes FLAG_LONGONLY
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
short_too already assumes FLAG_LONGONLY
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing of ambiguous options, whole loop must be processed</title>
<updated>2004-04-01T22:09:07+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-04-01T22:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ed4fbbd5e31fc711d16dfe5f302078762e582ff8'/>
<id>ed4fbbd5e31fc711d16dfe5f302078762e582ff8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make GNU-compatible following case:</title>
<updated>2004-03-06T14:24:10+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-03-06T14:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3700175bf12e2a72f0a6a15fb2efbef99129beec'/>
<id>3700175bf12e2a72f0a6a15fb2efbef99129beec</id>
<content type='text'>
single '-' in command line and '-' (non-first) in options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
single '-' in command line and '-' (non-first) in options
</pre>
</div>
</content>
</entry>
</feed>
