From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50952 invoked by alias); 16 Feb 2017 05:05:10 -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 50938 invoked by uid 89); 16 Feb 2017 05:05:08 -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*r:6000, H*M:google X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Feb 2017 05:05:07 +0000 Received: by mail-oi0-f48.google.com with SMTP id w204so3458783oiw.0 for ; Wed, 15 Feb 2017 21:05:07 -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:subject:to:references :user-agent; bh=sqAe9EIvvP6C5ihS0S6sdafFmj4iNriV7imRQHhYTmg=; b=mGbO/SKt8pgjewOVPX5aFahafLIiRCYMzA/HJB8G7c8Ao3+FKQZvmbRrKKCXWQWYSa pjwzjzS00518BLnx17dloyYTEiToLdVsvl6nhDtJ3LF0YnX4nf3lZe7fQyc64xvg9313 hfi3eV2syNVBENONXjyFvtULQq8ImtbOPH5dHqhGyca/rypq33A3PBNVjOuiTq5YAvXD +b7zews30PMN+tTRljWhtrlsfuwA/TJme6gryNDyfQ4Cj6GhpMirj9QK2ts4DW3d+Qkd OBQBDm/XWcDQ+KmqaoU4ELVVCrHsVfH6QdqjOPqPuPCXBVSNt5mCAFFEVpimadgojz/E qMTg== X-Gm-Message-State: AMke39lLf6jjrD2sLd8sM1pT68p8L9F5ub98y6hhOx4Ofx6Pzh0PsghbZIdRhKssTvLDCA== X-Received: by 10.202.80.77 with SMTP id e74mr226806oib.156.1487221506316; Wed, 15 Feb 2017 21:05:06 -0800 (PST) Received: from rLf ([2605:6000:9fc0:56:811:343f:f904:d318]) by smtp.gmail.com with ESMTPSA id c18sm2526128ote.24.2017.02.15.21.05.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Feb 2017 21:05:05 -0800 (PST) Message-ID: <58a53301.92169d0a.fb9e0.d65b@mx.google.com> Date: Thu, 16 Feb 2017 05:05:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] Updated [test]: sed-4.4-1 To: cygwin@cygwin.com References: <5f509f48-5da7-45f8-fc9e-edc8e541724c@redhat.com> Content-Type: text/plain; charset=UTF-8 User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-02/txt/msg00205.txt.bz2 On Mon, 13 Feb 2017 13:15:18, Eric Blake wrote: > Yes, it means that any existing users that were lazily relying on the > forced text mode to automatically strip CRs will now have to fix their > scripts to add a d2u invocation, but I already hit some of that fallout > when I changed bash to quit forcing text mode. Just to confirm, this is working well, thanks: $ printf 'hello world\r\n' | sed '' | od -tcx1 0000000 h e l l o w o r l d \r \n 68 65 6c 6c 6f 20 77 6f 72 6c 64 0d 0a -- 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