From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66794 invoked by alias); 8 Aug 2017 23:23:45 -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 66772 invoked by uid 89); 8 Aug 2017 23:23:44 -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=H*c:utf8, H*M:google, H*UA:github.com, learn X-HELO: mail-oi0-f68.google.com Received: from mail-oi0-f68.google.com (HELO mail-oi0-f68.google.com) (209.85.218.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Aug 2017 23:23:43 +0000 Received: by mail-oi0-f68.google.com with SMTP id v11so4292272oif.1 for ; Tue, 08 Aug 2017 16:23:43 -0700 (PDT) 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:subject:references :user-agent; bh=TKMRcgqU/zLA9Ns2C2YotFW0RHiBqqnVNIDAt0cHUK8=; b=qyKRPKd51jWMo3d6I4cpplSvJCKI08XyAGzQBRHblsa28yYTFT/KKgI71ExABSKXCa fyMKeCo3JF3yzQdylmmXvpMpTWjhcdKsed0XnjV8VHr5ZJzbAB0RJOPbo3YUiPs5UttA Un6O4FT+vuFDkbztro2sCuEMBKa1ONDDNd1n23jwfLj+BghOU2NiXmtNoRbS8rfKLIss eQSp3BzqJltu1BYLxMjdJSDgrxMfynZYz7NC3nxWYV+HoLxWhK451g7THegpC6Ck5WGS QHDV5BZSWG20rnKZberjRnEjvjLqzSTAvv/+Ho64p9Ds8m2ZPUModfohXZQQCeOfwqCo 0cJg== X-Gm-Message-State: AHYfb5gStGnZCI3FSK0izc2F8CHwep2+AtPzbX4wmRfOsaG45Us9a+3E 9kGDHJRJzcAEPpGr X-Received: by 10.202.232.18 with SMTP id f18mr6509033oih.137.1502234621618; Tue, 08 Aug 2017 16:23:41 -0700 (PDT) Received: from 2tg ([2605:6000:9fc0:56:29e9:59c0:aaea:366d]) by smtp.gmail.com with ESMTPSA id 82sm2919299oib.57.2017.08.08.16.23.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Aug 2017 16:23:40 -0700 (PDT) Message-ID: <598a47fc.5501ca0a.5476f.0305@mx.google.com> Date: Tue, 08 Aug 2017 23:23:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin@cygwin.com Subject: Re: gawk 4.1.4: CR separate char for CRLF files References: <004401d3109c$2dcb09e0$89611da0$@gmx.net> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-08/txt/msg00092.txt.bz2 On Wed, 9 Aug 2017 01:15:08, "Jannick" wrote: > the current version 4.1.4 of gawk appears to unpleasantly treat CR for CRLF > files, i.e. CR is not gracefully swallowed, but is a separate character. > > This makes some, if not all, of the scripts we are working with here > useless, unless the input files are converted to LF which certainly is not > feasible. IIRC the issue did not show up some versions back. > > Is this a bug - or am I missing something here? Learn to read: http://cygwin.com/ml/cygwin/2017-08/msg00033.html -- 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