freebsd-dev/usr.bin/grep
Andrey A. Chernov f1135552c6 grep -i does not work for simple patterns and single byte locales, like
LANG=ru_RU.KOI8-R grep -i <some single KOI8-R letter>
Fix it.

MFC after:      3 days
2013-07-30 18:16:43 +00:00
..
nls
regex grep -i does not work for simple patterns and single byte locales, like 2013-07-30 18:16:43 +00:00
file.c
grep.1
grep.c
grep.h
Makefile Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this 2013-06-06 11:59:38 +00:00
queue.c
util.c