From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3971 invoked from network); 15 Sep 2008 06:14:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 15 Sep 2008 06:14:49 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 4371 invoked from network); 15 Sep 2008 06:14:29 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 15 Sep 2008 06:14:29 -0000 Received: (qmail 7559 invoked by alias); 15 Sep 2008 06:14:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25670 Received: (qmail 7541 invoked from network); 15 Sep 2008 06:14:20 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 15 Sep 2008 06:14:20 -0000 Received: from mx.spodhuis.org (redoubt.spodhuis.org [193.202.115.177]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 59A10802710A for ; Mon, 15 Sep 2008 08:14:16 +0200 (CEST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=d200807; d=spodhuis.org; h=Received:Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To; b=azry9ZUeHflW6WwbST/sohu0y+aiUrjIAZV6lK0Y+15iQiYqlJLOYFEZJss2C/FtTgFbzXMtxvxzWCvG3KgBialM73wB/OrNstsgsgQ0uUh0QLVKTybpLyDeVjKar3dS5FMH6lUTmau8Ce8tXeSYV97khnin2x3I9y0+5v2CZK0=; Received: by smtp.spodhuis.org with local id 1Kf7Lf-000CO6-3n; Mon, 15 Sep 2008 06:14:11 +0000 Date: Sun, 14 Sep 2008 23:14:11 -0700 From: Phil Pennock To: Miek Gieben Cc: zsh-workers@sunsite.dk Subject: Re: cat and sleep as builtins? Message-ID: <20080915061410.GA47527@redoubt.spodhuis.org> Mail-Followup-To: Miek Gieben , zsh-workers@sunsite.dk References: <20080914071757.GA24417@miek.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080914071757.GA24417@miek.nl> X-Virus-Scanned: ClamAV 0.92.1/8243/Mon Sep 15 05:38:48 2008 on bifrost X-Virus-Status: Clean On 2008-09-14 at 09:17 +0200, Miek Gieben wrote: > If there is interest I'm willing to port: cat, sleep, head, cut, > with appropriate documentation from Bash to Zsh. Porting code from Bash to Zsh isn't license compatible. Bash is GPL, Zsh is under a BSDish license. Using Bash's documentation and testing the behaviour is one thing, but porting the code directly would be a violation of the Bash license. -Phil