Home | History | Annotate | Download | only in grep
History log of /src/usr.bin/grep/fastgrep.c
RevisionDateAuthorComments
 1.6  01-Oct-2024  christos Handle -i in pattern. XXX: does not deal with with non-ascii.
echo ' acpi' | fgrep -i ACPI
echo ' ACPI' | fgrep -i acpi
was broken before.
 1.5  18-Apr-2011  joerg branches: 1.5.56;
Include nbtool_config.h for tool builds.
 1.4  27-Feb-2011  joerg If transforming patterns with \<...\> to implicit word bounaries, don't
change the global wflag, but use a per pattern flag derived from it.
Fixes usage of grep with multiple -w arguments.
 1.3  17-Feb-2011  joerg Simplify.
 1.2  16-Feb-2011  joerg branches: 1.2.2;
Fix signed / unsigned issues. Refactor basename usage to use a local
copy and do it only once, not for each pattern. Remove late inline.
 1.1  16-Feb-2011  joerg Replace usr.bin/grep with the BSD grep implementation from FreeBSD.
 1.2.2.3  05-Mar-2011  bouyer Sync with HEAD
 1.2.2.2  17-Feb-2011  bouyer Sync with HEAD
 1.2.2.1  16-Feb-2011  bouyer file fastgrep.c was added on branch bouyer-quota2 on 2011-02-17 12:00:55 +0000
 1.5.56.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed