X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:subject:to:in-reply-to;
	 q=dns; s=default; b=FtfHjKyoPZh9tlwxMqRNfNZlVOJnLuwEoMyhVzu4XWn
	4FXS/Io2XUO5zR3X3hPlkRvCxp/PR/eMJ3sfE/t3WRheP9Lf6skP9O2PA8Y4D9lJ
	ZEbjwXEYqutQDcLz1DDkog3Ci5lci9ullil8zZ2ERv+9HU/a7mPFRXtT7AuKNo4E
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:subject:to:in-reply-to;
	 s=default; bh=GdKra7K0seQjG8dNudoFDUBRle4=; b=qjpI6Vx6rLV0mMOh6
	4sbJzJA2p0+x7DpJPi3eaXYFlfNrAl0gCFO/8WMLijTbl21/3n93dHp1jPBmHgQq
	xvHGgdzleshBdNRQ7Q8RdSjJkaVUCBQhjd8wJUQUejbyRDECXCs+qfFo9N7B+O0Y
	TYHVwi735i+PKMagFxrvW+VrjU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=scans, H*M:google
X-HELO: mail-oi0-f67.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:message-id:date:from:subject:to:in-reply-to;        bh=2L+LlHRovjl2NvcNgk738XISw0r0Vr9QfFciP7w+Biw=;        b=NRd/aAQ+evyzYIxOQ0AkWNSV0b2oXQLpYHDFeHSKYr0h+n4sXVlcQ7OzQ+ZSw95ODk         w1lpxjqjb4lkbtUsUk6a479qZNpdJpHy0sRx8wnRsNXe06l0KCCQZJKf7UmoezECAESz         iZVOubvWcy3j8U6ESHtHiD2Y9vlxlNvUF3Z5WZ8Y4BfOFO8aWNONG4W3MFEPQuEvc7BG         I+lUf2cPhoUCDYN46zpC8XmFMXzKO/XHl0VqoVLVm0r2U+mrVUR57/KkitCC1V9YyrG3         rOha5k9bVslYvghC8hep3bSjRIurFO/7thyaNfbp4cjX4Kr3u0BBns4HwcvRaiD1dQj4         V6/g==
X-Gm-Message-State: AIkVDXICds4zOSGC+awutdAc547n/y1Iv38qisBbtxBKPWfeQWQNBrn3b1cqxMhpHbUqiw==
X-Received: by 10.202.229.208 with SMTP id c199mr3298309oih.179.1484112238329;        Tue, 10 Jan 2017 21:23:58 -0800 (PST)
Message-ID: <5875c16d.8440ca0a.2df89.c136@mx.google.com>
Date: Tue, 10 Jan 2017 21:23:57 -0800 (PST)
From: Steven Penny <svnpenn@gmail.com>
X-Google-Original-From: Steven Penny
Subject: Re: windres broken
To: cygwin@cygwin.com
In-Reply-To: <b9357cba-c5ae-16ec-2df2-882d96ac53df@cornell.edu>

On Sat, 7 Jan 2017 17:14:24, Ken Brown wrote:
>  From http://man7.org/linux/man-pages/man3/opterr.3.html:
> By default, getopt() permutes the contents of argv as it scans, so that 
> eventually all the nonoptions are at the end.  Two other modes are also 
> implemented.  If the first character of optstring is '+' or the 
> environment variable POSIXLY_CORRECT is set, then option processing 
> stops as soon as a nonoption argument is encountered.

Thanks for this. The Git repo accepted my commit to use POSIX syntax:

http://github.com/git/git/commit/7c44b33

I think it makes sense for the Cygwin example to use POSIX syntax as well, or at
least make a note of it.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

