delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/02/27/07:55:20

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:message-id:date:from:to:references:subject
:content-type; q=dns; s=default; b=p1ZzWot2c9btdxcgZc3kjc4Nc94Ka
HJV5ivwt4OZ1osjLbuOm1DAADd5SD7mv9aoed0i8EuLj2sYCBbGIPA+9Hpf8KGge
TOLUh1cVpK6D038HkURjLuUW4nLse/dJf+aQmRivxlft4Oc4Y3C5gcLr3D9K0Gqq
LXoBModzBd0FKQ=
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:to:references:subject
:content-type; s=default; bh=BXKqfHt2NWmZenlSEa33RwzKEnQ=; b=Hpx
OffvxdGEhw+JVU2jIRDHHSa+Pr4Atqc2cDfmn4/he3T1jbJSiFyTfdBGEBtB50kf
KmQHq5lnjB8Hx2UPlwwrFoPz2UAMK+MPgyr3FHj+/s5zR9QI5PM8KNx8mhaZgzTv
x8uGvhHBDDxbOHeKjvdpPRmXw6IiWxzWacWdNJro=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=gripe, H*UA:github.com, him, H*M:google
X-HELO: mail-ot0-f195.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:to:references:subject :user-agent; bh=3RqEDqX3yhY84qcQmzMn9SMxxeyJzPn3YAh1ISqS+/Q=; b=VhpuFLVB+wNqEUI9/tlF6ZLp37rnCyocAgRBCvDJ2f/Hud6+mG7dkhEsetQFlttBDE JJwpd+zzJqvsbSuILOBAnaEg96MiBqoLElN6i5cPDd4iswJxLEloUPBo7v5dI+RhVeL5 LcD+pHJ8sUigCDvfASg5itqOTU+MfN/fKLGqQGfX67y6hVLHathsuxAbmuO1fLosT3X5 EI5r6SU7g/oBpTeiXydwdfQk7ce4ImZHadDg6wkw4/UHrR0w+vCP0khRjDavUo7aBUQ0 i7viqCwRBCGMEfczcpcNf457lYkr4RtMK383zBcb7KSu1V9XQ9DtsCYFiwGIk3EKTvEy v70A==
X-Gm-Message-State: APf1xPBiYI48TAotHzDJnR0JQxMvlNn+L+PBFMbPG+iJPRDDqCvJPwpz qqF+yc90tLrvOnIgv14U6rdftA==
X-Google-Smtp-Source: AG47ELuKJk6XJWIZFkocqD3E2D//dwKW6JigvhGv1Cg+rp8jcxhCeDPVbJHV1W4JasxhxjxkWyidTw==
X-Received: by 10.157.13.75 with SMTP id 69mr9637871oti.265.1519736098464; Tue, 27 Feb 2018 04:54:58 -0800 (PST)
Message-ID: <5a955521.0344540a.f6270.ada5@mx.google.com>
Date: Tue, 27 Feb 2018 04:54:57 -0800 (PST)
From: Steven Penny <svnpenn AT gmail DOT com>
X-Google-Original-From: Steven Penny
To: cygwin AT cygwin DOT com
References: <CAGHpTBKhX-hya1QvjnGsqgT+dLpe6cx1kNRi61NpYm467MDkzQ AT mail DOT gmail DOT com>
Subject: Re: gawk Regression: CR characters are not stripped on Windows
User-Agent: Tryst/2.3.0 (github.com/svnpenn/tryst)

On Tue, 27 Feb 2018 12:13:37, Orgad Shaneh wrote:
> I see. This is however not true for MSYS2.
>
> Then I guess we will just keep this as a patch for MSYS2, which is
> already merged[1]?
>
> [1] https://github.com/Alexpux/MSYS2-packages/commit/c81d882b9838f8245603c7a8d5f8845eeadd6c2a

yes, it is sad that you tricked him into doing that. by doing that youve now
rebroke something else:

http://cygwin.com/ml/cygwin/2017-02/msg00155.html

and while your gripe can by fixed by simply doing "awk something | tr -d '\r'",
the Awk issue that I presented (and that was properly fixed) is now broken again
with Alexpux/MSYS2-packages and git-for-windows/git.

so because of your refusal to add an extra pipe on your command line
(or just do text mounts), portable Awk scripts are broken again on those
platforms.


--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019