From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29879 invoked by alias); 12 Feb 2017 15:13:38 -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 29863 invoked by uid 89); 12 Feb 2017 15:13:36 -0000 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=Hx-languages-length:567, H*UA:github.com, H*M:google X-HELO: mail-ot0-f193.google.com Received: from mail-ot0-f193.google.com (HELO mail-ot0-f193.google.com) (74.125.82.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 12 Feb 2017 15:13:34 +0000 Received: by mail-ot0-f193.google.com with SMTP id f9so8521588otd.0 for ; Sun, 12 Feb 2017 07:13:34 -0800 (PST) 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=bRA47LvS40AwRPp/9yHtbSdR8baBGatsXyBnEeXzdtw=; b=b+BlqEkKg5kmgNp+GRPbr392K8G1LU0k/dy3MAfxl25WkJMUkxJVlQuJTN/HXBp1+8 sf+9g/VFVQh1cpaIdV1MhAmV/snzsAL7oMNIB/jr2irRNPkC2YmD+K0H1msoJuQ25+CA wi+dXYYgDExl2giHh4LTYYOvWtaMc1bJGuxCCieDs0atXOu+AxLmbUOAzP//Nev2Md3U souxDDCQb60VBJ0GMeW7OJo/RWdBJGzwljn0aMwwztEdjyRcyHlkpDDiMF9YJQ5neubU LDybjIUHFjP4KonvIa+2q5hDR1xQNHSPnu4SdhKqjGhVcD8tCHb2olpsvfw0LyJkRjrh 21eg== X-Gm-Message-State: AMke39n53PJqjDGK5R3lrZiGIF1HPkHYIlXiWXZtV3ac0E2Fh2G5ekCXfJcMtkukjOBw5w== X-Received: by 10.157.44.153 with SMTP id p25mr9368069otb.27.1486912412510; Sun, 12 Feb 2017 07:13:32 -0800 (PST) Received: from ZNe ([2605:6000:9fc0:56:811:343f:f904:d318]) by smtp.gmail.com with ESMTPSA id t8sm3526713oib.23.2017.02.12.07.13.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Feb 2017 07:13:31 -0800 (PST) Message-ID: <58a07b9b.085fca0a.8af3f.103c@mx.google.com> Date: Sun, 12 Feb 2017 15:13:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated [test]: sed-4.4-1 References: <20170212113222.GF11666@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8 User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-02/txt/msg00162.txt.bz2 On Sun, 12 Feb 2017 12:32:22, Corinna Vinschen wrote: > awk is used to manipulate text input in the first place so it treats all > input, files as well as stdin, as text. So, shall we drop this > behaviour for files only? Or for stdin as well? How many existing > setups are bound to fail after a change? Perhaps I am missing something, but cant all that be said about Sed too? I just cant see a situation where we are justified changing one and not the other. They should either both strip carriage returns or neither. -- 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