Version 2.10 of grep

Avatar

Release Notes: grep no longer mishandles high-bit-set pattern bytes on systems where "char" is a signed type (probably only affecting MS Windows). Command lines which potentially result in an infinite disk-filling loop are now rejected.

Other releases

Release Notes: Recursive grep now handles large directory hierarchies much better. The "-R" option now has a long-option alias. The "-r" ("--recursive") option now follows only commandline symbolic links. Several minor bugs have been fixed.

Release Notes: Handling of very long lines as well as very long context line counts for the "-m", "-A", "-B", and "-C" options has been improved, removing some restrictions and avoiding core dumps. Recursive grep ("-r") without a file argument now defaults to using the current directory. The "--include", "--exclude", and "--exclude-dir" options now handle commandline arguments more consistently. More chances for infinite loops have been eliminated. Other minor changes and bugfixes have been made.

  •  17 Nov 2011 23:31
Avatar

Release Notes: grep no longer mishandles high-bit-set pattern bytes on systems where "char" is a signed type (probably only affecting MS Windows). Command lines which potentially result in an infinite disk-filling loop are now rejected.

  •  23 Jun 2011 13:47
Avatar

Release Notes: grep's interpretation of range expression is now more consistent with that of other tools. The exit status on memory allocation failure was fixed. "grep -P" no longer aborts when PCRE's backtracking limit is exceeded. Handling of regular expressions that match multibyte characters in brackets was made faster. Other minor bugs were fixed.

Release Notes: Commonly mistyped regular expressions are now detected and lead to an error unless POSIXLY_CORRECT is set. Regular expressions including back references are now significantly faster in multi-byte locales. Regular expressions including "." can now be significantly faster in UTF-8 locales (though not in other multi-byte locales). Several other minor bugs were fixed.

Screenshot

Project Spotlight

Statistics-Descriptive

A Perl module for performing statistics on numeric data.

Screenshot

Project Spotlight

Alv

An Oracle archive log verification command line tool.