From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26688 invoked from network); 7 Aug 2000 17:11:20 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Aug 2000 17:11:20 -0000 Received: (qmail 18988 invoked by alias); 7 Aug 2000 17:11:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12558 Received: (qmail 18981 invoked from network); 7 Aug 2000 17:11:03 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Zsh hackers list" Subject: RE: PATCH: static cygwin compilation Date: Mon, 7 Aug 2000 21:11:00 +0400 Message-ID: <000101c00092$75a47030$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <000001c0008b$bf8e1db0$21c9ca95@mow.siemens.ru> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > Sorry. It needs rewrite anyway. Unfortunately, I'm stuck with zpty under > Cygwin currently. '\n' misteriously disappears when reading from master side > and I cannot find why (more precisely - pty handler converts '\n' to '\r\n', > as per ONLCR. Reading from master gives me just '\r'. In 1.1.3 it got EOF at > the same place). > Damn! I was sure the fix was included in 1.1.4 - it was not. I recompiled from CVS and it now sorta works. I have yet to run completion tests (the main reason I wanted it to work) but simpleminded attemtps are O.K. -andrej Which means, the first Cygwin version where Zsh may run is 1.1.5 at least.