grep 2.15-1 source package in Ubuntu

Changelog

grep (2.15-1) unstable; urgency=high


  * New upstream release. 
  * d/patches/
    - 85-automake-warnings-bc9c23a4350598db4ec04225e1e0194a7b17175d.patch
      "avoid automake deprecation warning re ACLOCAL_AMFLAGS"
    - 90-729581-multibyte-s.patch fixes a regresion bug, the \s 
      was not working on UTF-8 systems. (Closes: #729581)
    - 91-P-regression-9a9b4c59babc60e15a79cf7db8167d42e68e44b9.patch
      improves handling of PCRE errors and invalid UTF-8 inputs
  * Trying autoreconf again: disabling autopoint, autoheader and libtoolize.

 -- Santiago Ruano Rincón <email address hidden>  Sun, 24 Nov 2013 17:53:03 +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-1.dsc 1.9 KiB cb71fea297db1222b49222872858111decebac179c2c82984656995c1bb6155c
grep_2.15.orig.tar.xz 1.2 MiB bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314
grep_2.15-1.debian.tar.bz2 15.4 KiB c91e6fcf74038599b3797ec3bda4c2da921872d5e773df8cd7ded29a954ae9fc

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