X-Recipient: archive-cygwin AT delorie DOT 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:reply-to:from:to:subject:date:message-id :mime-version:content-type; q=dns; s=default; b=dZ5i+j0YMxMzR+6r 0USo1+UsuGsbOu6i2/N0ZpGlPu8h6QWOnuiu5xWt2+Gm1e2Qi2wsBR0qJmBgkF3B dNpld9wth+HH+ApUk1vFxcS4wr3jHzjq51lb6cFiV4BVFItw/EMlgUmeAt6x5n2I z7q1NJvs9nNv+6ema/qRytcSYtQ= 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:reply-to:from:to:subject:date:message-id :mime-version:content-type; s=default; bh=mTx4rOZ2IlIK3dnvlIlyIp 9C9Jw=; b=lByVuz0eQVPzyXUyxxPvDZih6IhjIu8Y3nWsS2ePKd641st7FXiZzo yQSrgKMnn2FhWz0IDk1Rc/+CgqMisnOgyhISjJFtoFNsnRA1abfBGxyIDg+OBa4F VQQBfYhz1/HRqeS7m2jauEtEG+sx26+IFd2M37N+MUQIzYW7GjPX0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-17.arcor-online.net 3mttCS5bRLzXxM From: Achim Gratz To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: run-1.3.4-1 Date: Sat, 15 Aug 2015 22:14:44 +0200 Message-Id: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Version 1.3.4 of run, previously available as a test release, is promoted to current. This version fixes a bug that caused run to fail or crash randomly. Empty arguments are now handed through to the command when autoquoting is used. A portability issue has been resolved and the documentation regarding long option names improved. Changes: 1.3.4-1 * src/util.c (run2_quote_strdup): When quoting, do not simply skip empty arguments but return '""'. * src/run.c (file_exists_multi): Hoist char* t out of loop and initialize NULL. Remove redundant truncation of fullname. * src/run.c (xemacs_special): Replace stricmp with strcasecmp throughout. * src/util.c (run2_ends_with): Ditto. * src/run.c (parse_args): Implement -wait/--wait and -quote/--quote as valid long options, we prefer the double-dash variant. * src/run.1.in: All long options are preferedly using leading double dashes. Document the fact that single slashes work on two of them for backwards compatibility. This version should promote to current on your favorite mirror within the next day. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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