From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dns.primenet.com.au (dns.primenet.com.au [203.24.36.40]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id WAA00239 for ; Mon, 9 Sep 1996 22:47:35 +1000 (EST) Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by dns.primenet.com.au (8.7.5/8.7.3) with ESMTP id OAA00408 for ; Mon, 9 Sep 1996 14:27:14 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id AAA09194; Mon, 9 Sep 1996 00:16:47 -0400 (EDT) Resent-Date: Mon, 9 Sep 1996 00:16:47 -0400 (EDT) From: Daniel Brahneborg Message-Id: <199609090411.GAA00251@nettis.homenet.se> Subject: zsh tests To: zsh-workers@math.gatech.edu (zshw) Date: Mon, 9 Sep 1996 06:11:11 +0200 (MET DST) Cc: basic@abalon.se X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"XGrtZ1.0.XF2.kevCo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2112 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi all. I've just got a tool like Purify, and thought I'd use Zsh as one of my tests. I don't know the Zsh source code at all though, and would like some help from some of you to create a list of commands that would go through as much of the source as possible. I tried some simple things yesterday, and surprisingly there were quite a lot of uninitialized variables, pointers straight out in the binary sky and similar things. Thanks. /Basic