From owner-freebsd-arch Sat Oct 27 4:54:10 2001 Delivered-To: freebsd-arch@freebsd.org Received: from buffoon.automagic.org (buffoon.automagic.org [208.185.30.208]) by hub.freebsd.org (Postfix) with SMTP id 2E9CF37B405 for ; Sat, 27 Oct 2001 04:54:03 -0700 (PDT) Received: (qmail 69938 invoked by uid 1000); 27 Oct 2001 11:54:02 -0000 Date: Sat, 27 Oct 2001 07:54:02 -0400 From: Joe Abley To: David O'Brien Cc: Mike Barcroft , "Bruce A. Mah" , Bill Fenner , arch@FreeBSD.ORG Subject: Re: import bawk? Re: NO_AWK Message-ID: <20011027075401.N59676@buffoon.automagic.org> References: <200110250153.f9P1rd0H071528@atg.aciworldwide.com> <20011024211434.G15052@elvis.mu.org> <20011025135022.A80517@dragon.nuxi.com> <200110252300.QAA27628@windsor.research.att.com> <20011026002659.H93553@coffee.q9media.com> <200110260512.f9Q5CFS40443@c527597-a.cstvl1.sfba.home.com> <20011026131209.B355@coffee.q9media.com> <20011026221708.F59676@buffoon.automagic.org> <20011026222423.H59676@buffoon.automagic.org> <20011027005832.F94651@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011027005832.F94651@dragon.nuxi.com> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 12:58:32AM -0700, David O'Brien wrote: > On Fri, Oct 26, 2001 at 10:24:24PM -0400, Joe Abley wrote: > > > I will remove the outstanding gawkisms in these scripts now anyway and > > submit a PR. > > What Gawk'isms still remain? nawk(bawk) runs fine on our base AWK > scripts. Oh, that's ok then; I hadn't actually tried them when I wrote that. The character classes [:alpha:], [:space:], [:graph:] are not universally supported on different awks, and I was going to replace them with explicit regexps to make the scripts more portable. However, if they are supported by [bn]awk, then it makes the scripts much easier to read if we leave them in. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message