From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19644 invoked from network); 29 Jan 2008 17:41:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Jan 2008 17:41:05 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 902 invoked from network); 29 Jan 2008 17:40:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Jan 2008 17:40:41 -0000 Received: (qmail 5398 invoked by alias); 29 Jan 2008 17:40:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24484 Received: (qmail 5378 invoked from network); 29 Jan 2008 17:40:34 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Jan 2008 17:40:34 -0000 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by bifrost.dotsrc.org (Postfix) with ESMTP id D4DA280190F6 for ; Tue, 29 Jan 2008 18:40:30 +0100 (CET) Received: by wr-out-0506.google.com with SMTP id c49so1314129wra.21 for ; Tue, 29 Jan 2008 09:40:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=bGFXjg4etWEAsynp5W6e89j1cahCPVbEAP47utvi4sk=; b=Zs86NdrHc46qoAZ3WylyvRM9evIBdQZ6Z6ZU9fSqxgDWyCSoS6OA6AeIRcptOTkl/kfq6nKKe0b0HI+m+M+gWQrWV+WT+9Kd+VIQxCJVxIIhfujhHHyZAhUtIH3bNI2rTl8E4nT2ha1o2bZX2iTEY3PuAnN7hmEdWtABnctbRUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CwRxKAet8NrPxnyBN1clplSStB5NdqvAzvfHlfz2YvfHO4lDvIoHNtr6y5PDjUCT1LyK9H4nMK30gYNNW8EQGQ6IsJdpg6P44G+nMtB7gxihjeCXP+4IQyMwsdQ7RLjd36VeAbfLs1Oivb3qH3yB4UegSsvE8uWj9PR2Wt8cbFk= Received: by 10.110.21.17 with SMTP id 17mr3034104tiu.46.1201628426834; Tue, 29 Jan 2008 09:40:26 -0800 (PST) Received: by 10.110.26.14 with HTTP; Tue, 29 Jan 2008 09:40:26 -0800 (PST) Message-ID: <90823c940801290940l46af2f87vbdba964adc5a7103@mail.gmail.com> Date: Tue, 29 Jan 2008 20:40:26 +0300 From: "Dmitry Bely" To: zsh-workers@sunsite.dk Subject: Amol Deshpande's zsh Windows port? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/5599/Tue Jan 29 17:27:10 2008 on bifrost X-Virus-Status: Clean I am trying to find the sources of the Windows port of zsh, that were available at ftp://ftp.blarg.net/users/amol/zsh. Unfortunately this ftp directory doesn't exist anymore (as well as Amol's E-mail address at microsoft.com). Can anyone provide an updated URL? Why I need them: I was told that it included a native NT fork() that can deal with any Win32 process (on the contrary to Cygwin that can fork only its own processes). Is it really so? - Dmitry Bely