<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/getopt.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>2016-01-04T19:43:13+00:00</updated>
<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>Don't fake a bulleted list by prefixing items with 'o'.</title>
<updated>2015-11-24T09:03:16+00:00</updated>
<author>
<name>bentley</name>
<email></email>
</author>
<published>2015-11-24T09:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9f322d813818d2fc46bf6d573afdce6b6d842ea4'/>
<id>urn:sha1:9f322d813818d2fc46bf6d573afdce6b6d842ea4</id>
<content type='text'>
ok jmc@
</content>
</entry>
<entry>
<title>obvious .Pa fixes; found with mandocdb(8)</title>
<updated>2014-01-21T03:15:45+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-01-21T03:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d60d9234a28e0f31b490cea083e7015beaee4f1b'/>
<id>urn:sha1:d60d9234a28e0f31b490cea083e7015beaee4f1b</id>
<content type='text'>
</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>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>document that no leading whitespace is permitted between the option and</title>
<updated>2009-04-12T23:13:36+00:00</updated>
<author>
<name>okan</name>
<email></email>
</author>
<published>2009-04-12T23:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc1b699e91246c197c644df10864bf99439d23d1'/>
<id>urn:sha1:cc1b699e91246c197c644df10864bf99439d23d1</id>
<content type='text'>
argument if the argument is deemed to be optional ('::').

feedback and ok jmc@ and 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>Support for optional args separated with whitespace was removed</title>
<updated>2007-04-10T20:35:34+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2007-04-10T20:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5fe6b1a53d2c165a029bdbb82fd07a05f0beece8'/>
<id>urn:sha1:5fe6b1a53d2c165a029bdbb82fd07a05f0beece8</id>
<content type='text'>
some time ago--it caused too many problems.
</content>
</entry>
<entry>
<title>Removes extraneous variables from getopt(3).  Inspired by one of</title>
<updated>2006-03-15T02:50:25+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2006-03-15T02:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3df708c24835a7c191ee4311b98201be73737be'/>
<id>urn:sha1:f3df708c24835a7c191ee4311b98201be73737be</id>
<content type='text'>
David Hill's diffs.

ok otto
</content>
</entry>
<entry>
<title>tidy up examples</title>
<updated>2005-10-11T01:23:41+00:00</updated>
<author>
<name>jaredy</name>
<email></email>
</author>
<published>2005-10-11T01:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e1d1b24354f52fc5c2530e9ea0bb3b597ad92fc5'/>
<id>urn:sha1:e1d1b24354f52fc5c2530e9ea0bb3b597ad92fc5</id>
<content type='text'>
- use err() for error handling
- add lint hints
- spacing nits and missing braces

ok otto
</content>
</entry>
</feed>
