grep 2.23-1 source package in Ubuntu

Changelog

grep (2.23-1) unstable; urgency=low

  * New upstream release.
  * Fix grep --exclude no longer works against arguments with a directory
    name. Closes: #807641.
  * Fix grep treats ISO-8859 text files as binary. Closes: #799956.
  * Remove no longer needed 85-412370-F-x-documentation.patch.

 -- Santiago Ruano Rincón <email address hidden>  Mon, 15 Feb 2016 23:22:58 +0100

Upload details

Uploaded by:
Anibal Monsalve Salazar
Uploaded to:
Sid
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grep_2.23-1.dsc 1.9 KiB 68292c43a5e1784af64bd4ecffcb030cd493a014dec637a998261e3c84c19ff8
grep_2.23.orig.tar.xz 1.3 MiB 54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf
grep_2.23-1.debian.tar.bz2 105.6 KiB 239a53b2e665a0ea898739b3f9b82f2a9b218b80902197c956c4aff6626b6cd9

Available diffs

No changes file available.

Binary packages built by this source

grep: GNU grep, egrep and fgrep

 'grep' is a utility to search for text in files; it can be used from the
 command line or in scripts. Even if you don't want to use it, other packages
 on your system probably will.
 .
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)

grep-dbgsym: debug symbols for package grep

 'grep' is a utility to search for text in files; it can be used from the
 command line or in scripts. Even if you don't want to use it, other packages
 on your system probably will.
 .
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)