From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [128.61.1.1]) by werple.mira.net.au (8.6.10/8.6.9) with SMTP id EAA25192 for ; Sun, 21 May 1995 04:00:43 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA13401 (5.65c/Gatech-10.0-IDA for ); Sat, 20 May 1995 13:57:45 -0400 Received: by math (5.x/SMI-SVR4) id AA02746; Sat, 20 May 1995 13:55:03 -0400 Resent-Date: Sat, 20 May 1995 11:55:01 -0600 Old-Return-Path: Date: Sat, 20 May 1995 11:55:01 -0600 Message-Id: <9505201755.AA25392@bjerknes> From: Mark Borges To: coleman@math.gatech.edu Cc: zsh-workers@math.gatech.edu Subject: Re: test release In-Reply-To: <9505190935.AA20099@redwood.skiles.gatech.edu> References: <9505190935.AA20099@redwood.skiles.gatech.edu> Organization: CIRES, University of Colorado X-Attribution: mb Resent-Message-Id: <"HEbjg2.0.qg.spYll"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/15 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >> Richard Coleman(RC) wrote on Fri, 19 May 1995 05:35:06 -0400: RC> I've made a test release zsh-2.6-beta9-test2.tar.gz RC> and put it in the testing directory of the archive. RC> I've been sorta busy this week so I haven't finished RC> a lot of the things I want to do before I release the RC> next beta. So I want to work on it for another week RC> or so before I make a real beta release. Are you going to address the zstrtol/strtol lossage in this beta? It's responsible for breaking brace and numeric range globbing: $ ./zsh -f % echo $ZSH_VERSION 2.6-beta9-test2 % echo {1..10} 1..10 % touch a.1 a.2 a.3 % echo a.<1-3> $ echo $? 21 In this case, can't we just go back to using zstrtol like in the old days? At least it works. -mb-