grep 3.7-1 source package in Ubuntu

Changelog

grep (3.7-1) unstable; urgency=low

  * New upstream version 3.7
  * Add d/patches/XFAIL-test-regex.patch

 -- Santiago Ruano Rincón <email address hidden>  Wed, 01 Sep 2021 17:39:21 +0200

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_3.7-1.dsc 1.6 KiB f1fbf4f6d2362e6057bae9e09d6672d221f9efec41dade6ec3c294c6dd8e99e9
grep_3.7.orig.tar.xz 1.6 MiB 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c
grep_3.7.orig.tar.xz.asc 833 bytes d79a0137eb803938ff47dc366825d05d1a042457f74acc264a361a84428a5de7
grep_3.7-1.debian.tar.xz 17.7 KiB 064cfebccc2f5a66978f72ea0b601fa9e5d59588b6e9ff86bf2b4ea7f303ca3f

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 grep