grep 3.11-4build1 source package in Ubuntu

Changelog

grep (3.11-4build1) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 17:58:39 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main utils
Noble release main utils

Downloads

File Size SHA-256 Checksum
grep_3.11.orig.tar.xz 1.6 MiB 1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
grep_3.11.orig.tar.xz.asc 833 bytes 89ec23ffd59b68822732dc8204fc89883c3af30a90ae390feb94346d9d09a589
grep_3.11-4build1.debian.tar.xz 20.1 KiB f87cd3d0db16527f5c3a8eb6c737a72b0404eaafdbba19d707f8d89315d32e4a
grep_3.11-4build1.dsc 2.3 KiB 2d0a5ced73347bbf22f35421c31360fc2fe4a0e6267dc31578e2630abe97afa4

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

grep-dbgsym: debug symbols for grep