From owner-freebsd-standards@FreeBSD.ORG Wed Oct 13 16:11:34 2004 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C93C16A4EF for ; Wed, 13 Oct 2004 16:11:34 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D716F43D39 for ; Wed, 13 Oct 2004 16:11:33 +0000 (GMT) (envelope-from wartan.hachaturow@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so532915rnk for ; Wed, 13 Oct 2004 09:11:33 -0700 (PDT) Received: by 10.38.152.68 with SMTP id z68mr2480054rnd; Wed, 13 Oct 2004 09:11:33 -0700 (PDT) Received: by 10.38.102.66 with HTTP; Wed, 13 Oct 2004 09:11:32 -0700 (PDT) Message-ID: <4aaa2e1c041013091140b5f93b@mail.gmail.com> Date: Wed, 13 Oct 2004 20:11:32 +0400 From: Wartan Hachaturow To: FreeBSD Standards In-Reply-To: <20041011190900.GA1278@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040930173735.25F3A2AC79@beowulf.gw.com> <20041010165549.GA11517@schweikhardt.net> <416A6CA3.1000507@kprasad.org> <20041011190900.GA1278@schweikhardt.net> Subject: Re: standards/54410 (awk command) X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wartan Hachaturow List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 16:11:34 -0000 On Mon, 11 Oct 2004 21:09:00 +0200, Jens Schweikhardt wrote: > 3. Add {} unconditionally at the risk of breaking awk scripts and point > users to awk(1) where it says this should always have been like this. > Place prominent note in UPGRADING. Hah, as if anyone reads that :-) I would certainly vote for that. If standard requires ERE supports as a default behaviour, then our awk should behave like that by default. If scripts use non-standard behaviour, they are broken and should be fixed :) However, it might be wise to test buildworlds and base system before committing, and force maintainers to fix scipts in advance -- at least, most important ones. -- Regards, Wartan.