Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-VirusChecked: Checked X-Env-Sender: okiddle AT yahoo DOT co DOT 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] Cc: zzapper , zsh-workers AT sunsite DOT dk, cygwin AT cygwin DOT com X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: From: Oliver Kiddle References: <1vvf60l9i7n4nlobcroik2le5ofe6v2rn4 AT 4ax DOT com> <3372 DOT 1080639122 AT trentino DOT logica DOT co DOT 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> "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 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/