This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
88d2c8fc87
freebsd-nq
/
usr.bin
/
grep
History
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
Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".
2013-01-08 18:37:12 +00:00
grep.1
grep.c
- Avoid unnecessary strdup()
2013-01-20 11:58:49 +00:00
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