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:date:from:to:subject:message-id :mime-version:content-type; q=dns; s=default; b=iKe2MKyb+uii31qj o2/9A71yBURwvTs7JQp0UYZZzeNJRTh+2N+ZLLvAgTvU+1WZWw7pIV4kZHOfv4Xt UG9lCx+tt+xjqorrSq4NMwI2DpvcYCMi+RTufBjFZukB7hHI89w2bE/pB5Pfg2Qy uTiUztpxnMDTyDbGH9SW5FjEKRw= 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:date:from:to:subject:message-id :mime-version:content-type; s=default; bh=pO2yCInuWOIsf0wKLbBahc pGNws=; b=nv+/if62NqGnJ9T3k8tkNsOQuxxY2wouMP9VuKDAcbr+h+3R9fc/IW 96OnJiZJ4DROtRG1nvDwwkdOKfqIXbXZO2oJD21ec3vIh4DP0VCJ7SFn2WJbdrGA Hpjof83S0+L0oh2A84jCC3ib46wtg0BM+AZtSwX32y9+aJ8RPyM7o= 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 X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.1 Reply-To: cygwin AT cygwin DOT com Date: Thu, 27 Jun 2013 12:49:13 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: sed-4.2.2-2 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) I've just updated the Cygwin 32 and 64 bit version of sed to 4.2.2-2. This is an update of sed to use the latest regex implementation from gnulib, thus implementing "rational ranges" for non-C locales per the gnulib changes from 2012-12-30. With sed 4.2.2-1 and earlier versions: $ LC_COLLATE=en_US.utf8 $ echo abcdeABCDE | sed -e 's/[B-D]/_/g' ab__eA___E With sed 4.2.2-2 (as on Fedora 18 and similar newer Linux distros): $ LC_COLLATE=en_US.utf8 $ echo abcdeABCDE | sed -e 's/[B-D]/_/g' abcdeA___E To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. *** 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=3D3Dyourdomain 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. -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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