Opened 6 years ago
Closed 6 years ago
#4393 closed task (fixed)
grep-3.3
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (4)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Summary: | grep-3.2 → grep-3.3 |
---|
- Noteworthy changes in release 3.3 (2018-12-20) [stable]
Bug fixes
Some uses of \b in the C locale and with the DFA matcher would fail, e.g., the following would print nothing (it should print the input line):
echo 123-x|LC_ALL=C grep '.\bx'
Using a multibyte locale, using certain regexp constructs (some ranges, backreferences), or forcing use of the PCRE matcher via --perl-regexp (-P) would avoid the bug. [bug introduced in grep 2.3]
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
NEWS
Changes in behavior
Bug fixes
Improvements