Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        grep: The GNU versions of grep pattern matching utilities.
        
        
        - 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
        
            - * Mon Jan 26 18:00:00 2009 Stepan Kasal <skasal{%}redhat{*}com> 2.5.1-32.4
- - fix hang under non-UTF-8 multibyte locales (#460641)
- with lines longer than 200 MB, give up rather than print incorrect
  output (#440258)
- fix an off-by-one error which might cause segfault (#434934)
- Resolves: rhbz#460641, rhbz#440258, rhbz#434934 
            - * Wed Nov 22 18:00:00 2006 Tim Waugh <twaugh{%}redhat{*}com> 2.5.1-32.3
- - Fixed count of patterns when the last is an empty string (bug #204255).
- Fix 'memory exhausted' errors by limiting in-memory buffer (bug #198167). 
            - * Mon Feb 20 18:00:00 2006 Tim Waugh <twaugh{%}redhat{*}com> 2.5.1-32.2
- - Back-ported egf-speedup patch (bug #179636).  Also required fgrep,
  dfa-optional, and w patches to be back-ported.  Also fixes bug #176345.