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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=c97ew2ujVROIzWMYOhI0veaCyYGpwR8c0fJDp1WujtVNMHy5uN47H zYHPLBG6MUzyyQCpcIvZJEVhmc6JsgK0ESG3D0OFHyT2v/nF4hW4JOmAFoC0PACz V5858/pr4SW+7WS1SeVtGfNyHSeb/nD9c9/jEuoRNoaaUTXzTz42AA= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=kQT+2QYycZrDX6Es433owx6Nl1g=; b=geC4CnjKOHFOMuebHLJJdFeuOLaf 9Cw0sGpW2bOr8Sadlo4DfvbLGFQ5BvszVWEhc70CiTHDSCpY7Zy8hm1rn4gFYRIQ 4zte+b/gQiREKzaXpyuzTEqBHT5hPdbQ+Rms3QeiKD9T3JsiBlSFp0OHGu2hyWi+ 58GCHAvDA8uzjFg= 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=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Date: Thu, 27 Jun 2013 16:24:05 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: sed match DOS end of line Message-ID: <20130627142405.GA2378@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <01E9402441FFBB4BBEA0A82549A7D94A0C27C5 AT ORD2MBX02C DOT mex05 DOT mlsrvr DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <01E9402441FFBB4BBEA0A82549A7D94A0C27C5@ORD2MBX02C.mex05.mlsrvr.com> User-Agent: Mutt/1.5.21 (2010-09-15) On Jun 27 13:28, Paul Becker wrote: > > From: On Behalf Of Corinna Vinschen > > Sent: Thursday, June 27, 2013 6:49 AM > > Subject: [ANNOUNCEMENT] Updated: sed-4.2.2-2 > > > > I've just updated the Cygwin 32 and 64 bit version of sed to 4.2.2-2. > > Since this 'sed' change, I noticed that "$" does not match a dos formatted file end-of-line anymore. > > example: > echo "endofline^M" | sed "s/e$/X/" > > sed 4.2.1 returns > endoflinX > > sed 4.2.2 returns > endofline This seems to be an upstream change. The Cygwin 4.2.1 and 4.2.2 releases are build the same way. 4.2.1-2 (-3 on 64 bit) and 4.2.2-1 are both built from just the vanilla upstream sources. While 4.2.2-2 adds the latest upstream gnulib regex, it behaves otherwise identically to 4.2.2-1. And both 4.2.2 releases show the same behaviour in terms of CRLF line endings. But it's really puzzeling. There's no indication for this change in the sources. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer 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