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:subject:to:references :content-type; q=dns; s=default; b=pWGp2qix3a25GQS26oVnYz41/zeRv Ens/a75JiFKYstmavUi3DF1O6tRDPsFBvAUne7gYR7ru5ZbQf3Vaeer+NXjThBSv sssXYkCBs9vMkNeMUups/NUjWn+pCuHj0m1egYU8gvKq494IKOQ2KME2VpG7mpZb rWcNEEO95Sh670= 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:subject:to:references :content-type; s=default; bh=L4MGbOkec/PP1iax3bUyxO+Oipk=; b=dbU otuIuUv6ybnLO6zd0qPcS+p5usnrc0Fs2d42xCjO3TL18PA0aib41oO681xZGrxI SjXdKgmkJcX/q0dw7+z7pxlEte2D/peghU4TqngguMAs784/cMTQiUGTYHIaTn8B SHrxqh3KKKIOyp9L3kq4A4iLIC6M/O1WIPSmgmDk= 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 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 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) Message-ID: <58a53301.92169d0a.fb9e0.d65b@mx.google.com> Date: Wed, 15 Feb 2017 21:05:05 -0800 (PST) From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] Updated [test]: sed-4.4-1 To: cygwin AT cygwin DOT com References: <5f509f48-5da7-45f8-fc9e-edc8e541724c AT redhat DOT com> Content-Type: text/plain; charset=UTF-8 User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) 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