Re: zsh and line breaks

2004-04-01 Thread Oliver Kiddle
"Peter A. Castro" wrote: > > 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. > > There are about 43 open() calls which I've updated with the O_TEXT > option. Having

Re: zsh and line breaks

2004-03-31 Thread Oliver Kiddle
"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

Re: zsh and line breaks

2004-03-30 Thread Oliver Kiddle
"Peter A. Castro" wrote: > > I run zsh on Cygwin, unlike bash zsh gets very upset if it sees dos > > returns. I have to run dos2unix on my zsh scripts. > > > > I haven't seen an explanation for this > > Hmm... I'll have to look into this. I thought I'd corrected this for > Cygwin... Are those co