The following reply was made to PR bin/171725; it has been noted by GNATS. From: Devin Teske <[email protected]> To: <[email protected]>, <[email protected]> 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
