[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/grep/grep.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] This is GNU grep, the "fastest grep in the west" [T] GNU grep is based on a fast lazy-state deterministic matcher [T] (about twice as fast as stock Unix egrep) hybridized with a [T] Boyer-Moore-Gosper search for a fixed string that eliminates [T] impossible text from being considered by the full regexp [T] matcher without necessarily having to look at every character. The [T] result is typically many times faster than Unix grep or [T] egrep. [U] https://www.gnu.org/software/grep/ [A] Alain Magloire {Current Maintainer} [M] Rene Rebe [C] base/tool [F] CROSS DIETLIBC [L] GPL [S] Stable [V] 3.11 [P] X --2--5---9 107.900 # because we do not have pcre in Stage-2 or on the boot disk ... var_append confopt ' ' --bindir=/bin atstage native || var_append confopt ' ' --disable-perl-regexp # the configure adds -std=gnu99 to CC; otherwise we get missing pthread symbols var_remove_regex makeopt ' ' 'CC=.*' [D] 9f396cea73fb40fb6a247e3e598d1a469188b920b7529c6619fea40b grep-3.11.tar.xz http://ftp.gnu.org/pub/gnu/grep/