<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/getopt_long.c, branch pre_openssl_0_9_8h</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-07-28T23:44:12+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'pre_openssl_0_9_8h'.</title>
<updated>2008-07-28T23:44:12+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2008-07-28T23:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=daac2f633f49a45baa8412c5e4e71e594236e7b8'/>
<id>urn:sha1:daac2f633f49a45baa8412c5e4e71e594236e7b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add parentheses to avoid warning:</title>
<updated>2007-10-31T12:34:57+00:00</updated>
<author>
<name>chl</name>
<email></email>
</author>
<published>2007-10-31T12:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=39f521b345b60e52d3e0004a5da2b8405ffe8669'/>
<id>urn:sha1:39f521b345b60e52d3e0004a5da2b8405ffe8669</id>
<content type='text'>
"suggest parentheses around &amp;&amp; within ||"

ok millert@
</content>
</entry>
<entry>
<title>from wiz@netbsd:</title>
<updated>2006-10-04T21:29:04+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2006-10-04T21:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ccdc6ac975add328efc7bcfa904dd3157dba2625'/>
<id>urn:sha1:ccdc6ac975add328efc7bcfa904dd3157dba2625</id>
<content type='text'>
Log Message:
Switch from 4-clause to 2-clause BSD license.
Ok dillo@, board@.
</content>
</entry>
<entry>
<title>Back out change in rev 1.15 of to allow whitespace to separate a</title>
<updated>2006-09-22T17:22:05+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2006-09-22T17:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ea1c04e14cde761e2faac093669b503a7965de7'/>
<id>urn:sha1:6ea1c04e14cde761e2faac093669b503a7965de7</id>
<content type='text'>
flag from its optional argument if permutation is disabled.  The
idea was that since "r:" would match "-r foo" then "r::" should
match "-r foo" too as long as we know that things have not been
reshuffled.  Unfortunately, this causes incompatibilities with GNU
getopt_long when the POSIXLY_CORRECT environment variable is set.
OK deraadt@
</content>
</entry>
<entry>
<title>dont' -&gt; don't in comments;</title>
<updated>2005-10-25T15:49:37+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2005-10-25T15:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e3931da1c5e17a3f0017666ac693b6252f746993'/>
<id>urn:sha1:e3931da1c5e17a3f0017666ac693b6252f746993</id>
<content type='text'>
from ray lai;
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>ansi + de-register</title>
<updated>2005-03-30T18:51:49+00:00</updated>
<author>
<name>pat</name>
<email></email>
</author>
<published>2005-03-30T18:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=894b6ab0099e7d9ca2ad9acb75246cd0a4542167'/>
<id>urn:sha1:894b6ab0099e7d9ca2ad9acb75246cd0a4542167</id>
<content type='text'>
ok otto deraadt
</content>
</entry>
<entry>
<title>An optional argument cannot start with '-', even if permutation is</title>
<updated>2004-06-03T18:46:52+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-06-03T18:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bea8674d8fa57fb3227fdc5b14c3af3a00d97a20'/>
<id>urn:sha1:bea8674d8fa57fb3227fdc5b14c3af3a00d97a20</id>
<content type='text'>
disabled.  Magne Oestlyngen.
</content>
</entry>
<entry>
<title>Traditionally, getopt(3) has treated "--foo" the same as "--".  However,</title>
<updated>2004-02-04T18:17:25+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-02-04T18:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b5f1b51f776a16e2dfaf65d9bb74fbc361a8e032'/>
<id>urn:sha1:b5f1b51f776a16e2dfaf65d9bb74fbc361a8e032</id>
<content type='text'>
this can cause confusion when a user tries to use a long option with
a program that only supports short options.  Furthermore, it appears
to be in violation of POSIX, which states that "--" shall indicate
the end of argument processing, not any string that begins with "--".
OK otto@ and closes PR 3666.
</content>
</entry>
<entry>
<title>If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECT</title>
<updated>2003-09-22T23:45:22+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-09-22T23:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fb596a0bc3c3e40564f75af219aaf48a059a9b32'/>
<id>urn:sha1:fb596a0bc3c3e40564f75af219aaf48a059a9b32</id>
<content type='text'>
is set), we can accept an optional arg separated by whitespace.  Previously,
the optional arg needed to be adjacent to the option character.
deraadt@ OK
</content>
</entry>
</feed>
