grep 2.15-2 source package in Ubuntu

Changelog

grep (2.15-2) unstable; urgency=high


  * d/patches/92-730472-PCRE-no-check-UTF8.patch flags PCRE with
    PCRE_NO_UTF8_CHECK instead of PCRE_UTF8 to avoid checking if input is 
    UTF8 valid (Closes: #730472).

 -- Santiago Ruano Rincón <email address hidden>  Wed, 27 Nov 2013 23:39:35 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grep_2.15-2.dsc 1.9 KiB 511814e23ba56ae2ae01f5f75799497f1057518e90718f305ea8a64be502aedf
grep_2.15.orig.tar.xz 1.2 MiB bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314
grep_2.15-2.debian.tar.bz2 15.5 KiB 0b183d517ef57c7927c940abc39d018bd51437f9e15520df864c1d372b76a515

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