From owner-freebsd-standards@FreeBSD.ORG Mon Oct 25 21:26:24 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 F1B5516A4CE for ; Mon, 25 Oct 2004 21:26:24 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id A700343D41 for ; Mon, 25 Oct 2004 21:26:24 +0000 (GMT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id i9PLQLqw072659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Mon, 25 Oct 2004 17:26:22 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id i9PLQLNi072656; Mon, 25 Oct 2004 17:26:21 -0400 (EDT) (envelope-from wollman) Date: Mon, 25 Oct 2004 17:26:21 -0400 (EDT) From: Garrett Wollman Message-Id: <200410252126.i9PLQLNi072656@khavrinen.lcs.mit.edu> To: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-Reply-To: References: <200410132000.i9DK0o3O052401@freefall.freebsd.org> <20041013201820.GA26102@nagual.pp.ru> <20041014092108.GA28831@cat.robbins.dropbear.id.au> X-Spam-Score: -9.9 () IN_REP_TO,REFERENCES X-Scanned-By: MIMEDefang 2.37 cc: freebsd-standards@freebsd.org Subject: Re: standards/54410: one-true-awk not POSIX compliant (no extended REs) X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 21:26:25 -0000 < Is the libc regex code POSIX-compliant and locale-aware? Nearly impossible to prove since nobody is quite sure what the POSIX specification for regexps actually means. Perhaps the right way to ask that question is: Could you formulate an argument that makes the wording in POSIX agree with what the libc regex code does? -GAWollman