<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/getopt_long.3, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-01-13T18:05:10+00:00</updated>
<entry>
<title>Document how to make getopt_long(3) process arguments in order and stop</title>
<updated>2020-01-13T18:05:10+00:00</updated>
<author>
<name>stsp</name>
<email></email>
</author>
<published>2020-01-13T18:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=022882865576c1a1e0596951c5df087f39ca4081'/>
<id>urn:sha1:022882865576c1a1e0596951c5df087f39ca4081</id>
<content type='text'>
at the first non-option argument.
I had to read source code to figure it out.
</content>
</entry>
<entry>
<title>Follow style(9) and drop lint /* NOTREACHED */ annotations from</title>
<updated>2016-01-04T19:43:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2016-01-04T19:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d944e745b286c8b496cde9e6ef33728246bf5b4'/>
<id>urn:sha1:0d944e745b286c8b496cde9e6ef33728246bf5b4</id>
<content type='text'>
the examples.

Diff from Juuso Lapinlampi &lt; wub () partyvan ! eu &gt;, thanks!

ok schwarze@
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2013-06-05T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4'/>
<id>urn:sha1:2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweak for clarity, ok millert@, jmc@</title>
<updated>2011-03-21T13:41:50+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2011-03-21T13:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eab9e772dbae53955848e6c44759ec226e765dbb'/>
<id>urn:sha1:eab9e772dbae53955848e6c44759ec226e765dbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a new</title>
<updated>2011-03-05T22:10:11+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2011-03-05T22:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d84c87833f2765616400062244f60d85b4b6517f'/>
<id>urn:sha1:d84c87833f2765616400062244f60d85b4b6517f</id>
<content type='text'>
argv and don't suppress the handling of leading '-' in optstring when
POSIXLY_CORRECT is set.

Based on patch from Eric Blake.
ok and manpage update from millert@, manpage ok jmc@
</content>
</entry>
<entry>
<title>Correctly escape a literal colon in an enclosure;</title>
<updated>2011-01-24T01:50:25+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2011-01-24T01:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d05fdb8c0b9f8956118c94582efa3db14ebebbcf'/>
<id>urn:sha1:d05fdb8c0b9f8956118c94582efa3db14ebebbcf</id>
<content type='text'>
the \: roff escape is an optional line break.
</content>
</entry>
<entry>
<title>more wacky macro fixing;</title>
<updated>2010-09-19T22:22:13+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2010-09-19T22:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0e679d4632f3299b694ac89c3c57f6efb81fe677'/>
<id>urn:sha1:0e679d4632f3299b694ac89c3c57f6efb81fe677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>from ginsbach@netbsd, -r1.18:</title>
<updated>2007-07-03T12:06:07+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-07-03T12:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dfd3915e02e7e5745c0698bba0e21917063ffaa4'/>
<id>urn:sha1:dfd3915e02e7e5745c0698bba0e21917063ffaa4</id>
<content type='text'>
Document that getopt_long(3) can and will accept unique abbreviated long
option names.  This feature has been present since getopt_long(3) was first
released in NetBSD 1.5.  This is also standard GNU getopt_long(3) behavior.

ok millert
</content>
</entry>
<entry>
<title>convert to new .Dd format;</title>
<updated>2007-05-31T19:20:26+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-05-31T19:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e021d0a0d5401ab3c1c88e4570ee8c832a47033b'/>
<id>urn:sha1:e021d0a0d5401ab3c1c88e4570ee8c832a47033b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some dodgy displays;</title>
<updated>2007-02-06T20:07:15+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-02-06T20:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b7644a164c5dd565429c9ee853162627db643256'/>
<id>urn:sha1:b7644a164c5dd565429c9ee853162627db643256</id>
<content type='text'>
</content>
</entry>
</feed>
