grep 2.22-1ubuntu1 source package in Ubuntu

Changelog

grep (2.22-1ubuntu1) xenial; urgency=medium

  * Build with -O0 on powerpc to work around a testsuite failure for
    long-pattern-perf. LP: #1544108.
  * grep -oP: don't infloop when processing invalid UTF8 preceding a match.
    LP: #1526548.

 -- Matthias Klose <email address hidden>  Wed, 10 Feb 2016 16:14:43 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grep_2.22.orig.tar.xz 1.2 MiB ca91d22f017bfcb503d4bc3b44295491c89a33a3df0c3d8b8614f2d3831836eb
grep_2.22-1ubuntu1.debian.tar.bz2 108.9 KiB 4e3d817d7165dd2305c5b8ab404ebae80a1552084767a76dfeefd4e17bf45f72
grep_2.22-1ubuntu1.dsc 1.9 KiB 8057fd77d84443ea86c949dac0d769eea0272f277e376c0b9add7a331e212e93

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

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