On 09/21/2010 05:36 PM, Paolo Bonzini wrote:
* src/dfa.c (in_coll_range): Use system regex to find which single-char
bytes match a range expression.
Gah, wrong changelog. Will fix.
Paolo
The actual meaning of range expressions in glibc is not exactly strcoll,
which makes the behavior of grep hard to predict when compiled with the
system regex. Leave to the system regex matcher the decision of which
single-byte characters are matched by a range expression.
This partially reverts a
The actual meaning of range expressions in glibc is not exactly strcoll,
which makes the behavior of grep hard to predict when compiled with the
system regex. Leave to the system regex matcher the decision of which
single-byte characters are matched by a range expression.
This partially reverts a