From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1965 invoked from network); 17 Dec 1998 12:52:38 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Dec 1998 12:52:38 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id HAA02358; Thu, 17 Dec 1998 07:47:52 -0500 (EST) Resent-Date: Thu, 17 Dec 1998 07:47:52 -0500 (EST) From: "Bart Schaefer" Message-Id: <981217044651.ZM17875@candle.brasslantern.com> Date: Thu, 17 Dec 1998 04:46:51 -0800 In-Reply-To: <199812171153.MAA09925@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: PATCH: 3.1.5-pws-3: (subscripts) Re: Problem with associative arrays" (Dec 17, 12:53pm) References: <199812171153.MAA09925@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@math.gatech.edu Subject: Re: PATCH: 3.1.5-pws-3: (subscripts) Re: Problem with associative arrays MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"Rp_Jh1.0.ka.urFUs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4832 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Dec 17, 12:53pm, Sven Wischnowsky wrote: } Subject: Re: PATCH: 3.1.5-pws-3: (subscripts) Re: Problem with associativ } } ...minus one `s', it seems: } } *** os/params.c Thu Dec 17 12:20:23 1998 } --- Src/params.c Thu Dec 17 12:49:07 1998 } *************** } *** 663,669 **** } ! return (*ss == ']' && !s[1]); } --- 663,669 ---- } ! return (*ss == ']' && !ss[1]); How odd. I have `ss' in my copy ... I must have accidentally whacked it somehow when scanning through the patch after I piped diff into my mail buffer. Sorry about that. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com