grep 2.9-2 source package in Ubuntu

Changelog

grep (2.9-2) unstable; urgency=low

  * Removed 60-76011-main.c.patch introduced in the last revision. It
    introduces a bug and needs further discusion. See:
    https://savannah.gnu.org/patch/?7577
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 10:56:19 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
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.9.orig.tar.gz 1.7 MiB e9118eac72ecc71191725a7566361ab7643edfd3364869a47b78dc934a357970
grep_2.9-2.debian.tar.gz 13.2 KiB 57f9aaada9a32e19ee2b88f5c1df46e10f62d079fb3735b930ae9ac106fb8733
grep_2.9-2.dsc 1.2 KiB 9ce3a34762aea35ae47f2cb2895f7f29cfc56fa0ddcbfeeb14d7755cbd22d63e

Available diffs

View changes file

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.)