Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Fri, 2 Jun 2000 20:11:41 +0200 (MET DST) From: Message-Id: <200006021811.UAA26002@pauillac.eurecom.fr> To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: New sed in latest On Thu, 1 Jun 2000 17:48:39 -0400, Chris Faylor wrote: > You have my guarantee that when the cygwin mailing list is filled with > the plaintive cries of people who are trying to process their binary The current plaintive voices are about a textmode processing bug in the dll. Masking that bug by making applications like sed ignore \r even on binary mounted systems is only a reasonable TEMPORARY (band aid) measure. Until now users mounting binary file systems had the assurance that the tools would behave as on Unix. That was great, I hope it will come back. Otherwise do you plan to keep on "fixing" more applications? awk (for one) is also "broken" by \r\n : bash-2.04$ awk 'NF > 1' /u/hello.txt bash-2.04$ mount -b -f u:/ /u bash-2.04$ awk 'NF > 1' /u/hello.txt hello bash-2.04$ (hello.txt contains "hello \r\n") Pierre -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com