From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77929 invoked by alias); 11 Jan 2017 05:24:35 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 77704 invoked by uid 89); 11 Jan 2017 05:24:11 -0000 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 Received: from mail-oi0-f67.google.com (HELO mail-oi0-f67.google.com) (209.85.218.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Jan 2017 05:23:59 +0000 Received: by mail-oi0-f67.google.com with SMTP id x84so21613844oix.2 for ; Tue, 10 Jan 2017 21:23:59 -0800 (PST) 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) Received: from tmp.YJbIws8bUn ([2605:6000:9fc0:56:811:343f:f904:d318]) by smtp.gmail.com with ESMTPSA id n126sm1958409oia.18.2017.01.10.21.23.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jan 2017 21:23:57 -0800 (PST) Message-ID: <5875c16d.8440ca0a.2df89.c136@mx.google.com> Date: Wed, 11 Jan 2017 05:24:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: windres broken To: cygwin@cygwin.com In-Reply-To: X-SW-Source: 2017-01/txt/msg00089.txt.bz2 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