Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
grep - Pattern matching utilities
- Description:
The GNU versions of commonly used grep utilities. Grep searches through
textual input for lines which contain a match to a specified pattern and then
prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
GNU grep is needed by many scripts, so it shall be installed on every system.
Packages
grep-2.20-6.el6.src
[1.2 MiB] |
Changelog
by Jaroslav Å karvada (2016-11-01):
- Speedup DFA for long patterns and fixed begline/endline matching
Resolves: rhbz#1287074
|
grep-2.20-5.el6_8.src
[1.2 MiB] |
Changelog
by Jaroslav Å karvada (2016-08-15):
- Added support for environmental variable GREP_LEGACY_R to enhance
backward compatibility of -r switch behavior
Resolves: rhbz#1367309
|
grep-2.20-3.el6_7.1.src
[1.2 MiB] |
Changelog
by Jaroslav Å karvada (2015-09-15):
- Made symlinks from egrep, fgrep
Resolves: rhbz#1263252
|
grep-2.20-3.el6.src
[1.2 MiB] |
Changelog
by Jaroslav Å karvada (2015-03-03):
- Updated pcre buildrequires to require pcre-devel >= 7.8-7
Related: rhbz#1193030
|
grep-2.6.3-6.el6.src
[846 KiB] |
Changelog
by Jaroslav Å karvada (2014-03-26):
- Fixed UTF-8 in PCRE (pcre-utf-8-fix patch)
Resolves: rhbz#683753
|
grep-2.6.3-4.el6_5.1.src
[845 KiB] |
Changelog
by Jaroslav Å karvada (2014-03-17):
- Fixed --include (include-fix patch)
Resolves: rhbz#1077108
|
grep-2.6.3-4.el6.src
[844 KiB] |
Changelog
by Jaroslav Å karvada (2012-02-28):
- Fixed crash on grep -Fif /dev/null (fif-null-fix patch)
Resolves: rhbz#797934
- Fixed heap overrun on specific REs (dfa-heap-overrun-fix patch)
Resolves: rhbz#715295
- Fixed -i (case insensitive matching)
Resolves: rhbz#826997
|
grep-2.6.3-3.el6.src
[838 KiB] |
Changelog
by Jaroslav Å karvada (2012-01-23):
- Exit on first EPIPE if SIGPIPE is blocked (epipe-fix patch)
Resolves: rhbz#741452
|