[Bug 246000] grep range bracket expression bug
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 28 19:45:34 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000
Yuri Pankov <ypankov at fastmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kevans at freebsd.org
--- Comment #4 from Yuri Pankov <ypankov at fastmail.com> ---
(In reply to Paul from comment #3)
Got it, though it's strange given that GNU grep uses its own regex
implementation and that didn't change much.
In any case, given the quote below and that this ancient version of GNU grep
will hopefully be replaced by bsdgrep, I'd call this "not a bug", but it's over
to Kyle to decide.
That's what POSIX has to say on the matter
(https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html,
9.3.5.7):
---
In the POSIX locale, a range expression represents the set of collating
elements that fall between two elements in the collation sequence, inclusive.
In other locales, a range expression has unspecified behavior: strictly
conforming applications shall not rely on whether the range expression is
valid, or on the set of collating elements matched.
---
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list