diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-15 19:11:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-16 08:13:12 +0000 |
commit | 8627899ad1318ea599b11055cb0cf50eff8d38e4 (patch) | |
tree | 9fdda15be2fe3624f08a1053dfddacc300264a57 /scripts/lib/devtool/export.py | |
parent | e59e7a1ff8c94c358c78939bec183f61f7845456 (diff) | |
download | poky-8627899ad1318ea599b11055cb0cf50eff8d38e4.tar.gz |
grep: upgrade 3.8 -> 3.9
Bug fixes
==========
With -P, some non-ASCII UTF8 characters were not recognized as
word-constituent due to our omission of the PCRE2_UCP flag. E.g.,
given f(){ echo Perú|LC_ALL=en_US.UTF-8 grep -Po "$1"; } and
this command, echo $(f 'r\w'):$(f '.\b'), before it would print ":r".
After the fix, it prints the correct results: "rú:ú".
When given multiple patterns the last of which has a back-reference,
grep no longer sometimes mistakenly matches lines in some cases.
[Bug#36148#13 introduced in grep 3.4]
(From OE-Core rev: 59a2cad44782eb04a304d0b7a1022570d08477b0)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/export.py')
0 files changed, 0 insertions, 0 deletions