Module Name: src Committed By: christos Date: Tue Oct 1 14:56:42 UTC 2024
Modified Files:
src/usr.bin/grep: fastgrep.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/grep/fastgrep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
