From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1192 invoked from network); 7 Jul 2001 16:39:17 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Jul 2001 16:39:17 -0000 Received: (qmail 4363 invoked by alias); 7 Jul 2001 16:38:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15299 Received: (qmail 4348 invoked from network); 7 Jul 2001 16:38:11 -0000 Date: Sat, 7 Jul 2001 12:39:08 -0400 From: David Lebel To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: problems with regular expressions on OpenBSD/sparc Message-ID: <20010707123908.B13002@lebel.org> References: <20010707091954.K8090@lebel.org> <1010707160002.ZM14524@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1010707160002.ZM14524@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Sat, Jul 07, 2001 at 04:00:01PM +0000 Organization: None whatsover. X-URL: http://www.lebel.org/ Quoting Bart Schaefer (schaefer@candle.brasslantern.com): > This usually means something's wrong with the way `struct dirent' or the > equivalent is being interpreted when zsh is reading file names from a > directory. I've seen this happen on Solaris because both SysV and BSD > style directory routines are available and you can get the wrong one > depending on which C compiler is first in your $PATH, but I'm surprised > it's happened on OpenBSD. > > What does > > grep DIR config.h > > show you? I should also point out that this too doesn't work: VAR=foobar case $VAR in foo*) echo "got foo'ed" ;; esac on i386 gives: got foo'ed whereas on sparc, it gives nothing. Ciao, ...David -- // david lebel // // http://www.lebel.org/ http://www.nobiaze.com/ // // pgp: 3633 6999 D47E 73ED 099F 4341 08A4 8E48 EF56 61D1 //