From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10021 invoked from network); 31 Mar 2004 12:47:01 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 31 Mar 2004 12:47:01 -0000 Received: (qmail 9083 invoked by alias); 31 Mar 2004 12:46:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19711 Received: (qmail 9072 invoked from network); 31 Mar 2004 12:46:48 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 31 Mar 2004 12:46:48 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 31 Mar 2004 12:46:48 -0000 Received: (qmail 13723 invoked from network); 31 Mar 2004 12:46:48 -0000 Received: from mail36.messagelabs.com (193.109.254.211) by a.mx.sunsite.dk with SMTP; 31 Mar 2004 12:46:41 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-8.tower-36.messagelabs.com!1080737172!5106724 X-StarScan-Version: 5.2.10; banners=-,-,- X-Originating-IP: [158.234.9.163] Received: (qmail 9166 invoked from network); 31 Mar 2004 12:46:13 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-8.tower-36.messagelabs.com with SMTP; 31 Mar 2004 12:46:13 -0000 Received: from trentino.logica.co.uk ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id i2VCkCCk000490; Wed, 31 Mar 2004 13:46:12 +0100 Received: from trentino.logica.co.uk (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id 50D58790E26C; Wed, 31 Mar 2004 14:45:28 +0200 (CEST) Cc: zzapper , zsh-workers@sunsite.dk, cygwin@cygwin.com X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: From: Oliver Kiddle References: <1vvf60l9i7n4nlobcroik2le5ofe6v2rn4@4ax.com> <3372.1080639122@trentino.logica.co.uk> To: "Peter A. Castro" Subject: Re: zsh and line breaks Date: Wed, 31 Mar 2004 14:45:28 +0200 Message-ID: <2603.1080737128@trentino.logica.co.uk> X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 "Peter A. Castro" wrote: > > Are those corrections likely to be limited to the Cygwin package for > > zsh? > > Yes. Currently, my changes are Cygwin specific and really don't apply to > the other platforms. It is easy for us to add `#ifdef __CYGWIN__' around changes or #define O_TEXT to zero on other systems so if you do correct the problem, please send the changes back to us. > I'm aware of O_TEXT and I thought I'd changed all of the places where > files are opened already, but I just checked my patches and those changes > are gone! AARRGGHH!! Ok, I'll re-edit and get that back in. Going > through stdin or via piped fds may be an issue still. Anyway, thanks for > the thought! It seems there is a setmode() function declared in io.h which will allow the mode to be changed on any already open file descriptors. Oliver