From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 12 16:20:01 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAB66FD0 for ; Fri, 12 Oct 2012 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id A1D338FC0A for ; Fri, 12 Oct 2012 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9CGK191028185 for ; Fri, 12 Oct 2012 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9CGK1XB028184; Fri, 12 Oct 2012 16:20:01 GMT (envelope-from gnats) Date: Fri, 12 Oct 2012 16:20:01 GMT Message-Id: <201210121620.q9CGK1XB028184@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Devin Teske Subject: Re: bin/171725: awk(1) does not support word-boundary metacharacters X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 16:20:01 -0000 The following reply was made to PR bin/171725; it has been noted by GNATS. From: Devin Teske To: , Cc: Subject: Re: bin/171725: awk(1) does not support word-boundary metacharacters Date: Fri, 12 Oct 2012 09:18:34 -0700 Swapping \< and \> (GNU syntax) for [[:<:]] and [[:>:]] (POSIX syntax) resp= ectively. This makes no difference as one-true-awk uses its own regular expression co= de (read: does not use libc which already supports [[::]] word-bounding). --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.