Opened 21 months ago

Closed 21 months ago

Last modified 16 months ago

#5225 closed enhancement (fixed)

grep-3.9

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.0
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Noteworthy changes in release 3.9 (2023-03-05) [stable]

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.

Change History (2)

comment:1 by Bruce Dubbs, 21 months ago

Resolution: fixed
Status: newclosed

comment:2 by Bruce Dubbs, 16 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.