From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15276 invoked by alias); 16 Mar 2012 20:13:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30361 Received: (qmail 19277 invoked from network); 16 Mar 2012 20:13:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.82.171 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=nYCvtg8qOmDolhSkPLBYMi6BM7CgAgUz+9+EjEikEkk=; b=JwNy2peCbMRp36ujqt2AusjDKoKI1t+ZPfVoX9KdVfqj8xSgQ4rVgmm6dzJ2JLHzQI wxU+XHgcdh6Ps8Jr0+yuvNhNma5q5mR+yl1o4aEujywv9MHmSKXtI/QCx4iAuBRNKqER IsryE6UtHgttALCaIR15IJFbYhlxEO5PKjfxfAncvn1akBdRAg09eu0TxcSdjdrSAcd2 +x5lb8JjyaKFO8mobjBbtBsWn5XbWjeavAIdTX++9T4LsdLl/gcFK0edOQru1aGy7oVg N5vkfK6gzv+1EvIJQVnz0wxPTxWe49VcwbOiLFT4TbbcPmhiZDYQdtBA4ppmupIwmTg5 Di1g== X-ProxyUser-IP: 86.6.29.42 Date: Fri, 16 Mar 2012 20:06:15 +0000 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: Native Windows port, introduction. Message-ID: <20120316200615.687c9efa@pws-pc.ntlworld.com> In-Reply-To: References: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmjU99jYuJLZajclTi34eqAb+D9LkE5t21beJ4znp82yIxDEWpGKZVH1Gdo8SBqKLqGV+pF On Thu, 15 Mar 2012 19:26:52 +0100 Fabio Fabbri wrote: > So I started the effort of porting zsh version 4.3.17 to native Windows > (i.e. using libc and Win32 calls). > > - Are you interested in this effort ? Thanks, most of the differences don't look they're a problem to incorporate. You probably don't need the config.status -d changes, though, they should only be useful for debugging. > The port is based on two older projects: the very old port of zsh 3.0.5 > to Windows by Amol Deshpande, and the Windows native port of tcsh > (version 6.17 as a base). I made _a lot_ of modifications to the sources, > and got a working port of zsh 3.0.8 that I called 3.0.8.1. We'll need to be careful about the licences of anything we include. I presume the 3.0.5 changes are under the normal zsh licence, but tcsh is probably different. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/