<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/getopt_long.c, branch OPENBSD_4_2_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2006-10-04T21:29:04+00:00</updated>
<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>
<entry>
<title>Sync with share/misc/license.template and add missing DARPA credit</title>
<updated>2003-06-17T21:56:24+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-17T21:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=032d9a965adfb74e42b18dc939b34fcda2cf740e'/>
<id>urn:sha1:032d9a965adfb74e42b18dc939b34fcda2cf740e</id>
<content type='text'>
where applicable.
</content>
</entry>
<entry>
<title>Use an ISC-tyle license for all my code; it is simpler and more permissive.</title>
<updated>2003-06-03T01:52:40+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-03T01:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f'/>
<id>urn:sha1:69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f</id>
<content type='text'>
</content>
</entry>
</feed>
