Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
grep: The GNU versions of grep pattern matching utilities.
Name: | grep |
Vendor: | Fermi |
Version: | 2.5.1 |
License: | GPL |
Release: | 24.4 |
URL: | |
- Summary
- 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.
You should install grep on your system, because it is a very useful
utility for searching through text.
Changelog
- * Wed Dec 22 18:00:00 2004 Tim Waugh <twaugh{%}redhat{*}com> 2.5.1-24.4
- Fixed -Fi for multibyte input (bug #143079).
- * Fri Dec 17 18:00:00 2004 Tim Waugh <twaugh{%}redhat{*}com> 2.5.1-24.3
- Bypass kwset matching when ignoring case and processing multibyte input
(bug #143079).
- * Tue Dec 14 18:00:00 2004 Tim Waugh <twaugh{%}redhat{*}com> 2.5.1-24.2
- Further UTF-8 processing avoided since a '\n' byte is always an
end-of-line character in that encoding.
- Automatically disable DFA when processing multibyte input. GREP_USE_DFA
environment variable overrides.
- Remove mb-caching hack.
- Better multibyte handling in EGexecute() and Fexecute() (bug #142807).
- Don't need regex.c changes in grep-2.5-i18n.patch.
- Fix dfa multibyte character class matching when -i is used (bug #123363).
- Use bracket patch before i18n patch to make it clear that the bug exists
upstream.
- Fix fgrep (bug #116909).