freebsd-dev/gnu
Andrey A. Chernov 81191eeb58 Part of r245761 makes "grep -D skip" broken for pipes, i.e.
echo xxx | grep -D skip xxx
returns nothing. Instead of just removing added S_ISFIFO condition
(originally absent in this version of grep), make it work as latest
GNU version does: don't skip directories and devices if fd == STDIN_FILENO.
2013-08-08 11:53:47 +00:00
..
lib Bump shlib for dialog because ABI has changed when version 1.2 was imported 2013-06-23 21:59:52 +00:00
usr.bin Part of r245761 makes "grep -D skip" broken for pipes, i.e. 2013-08-08 11:53:47 +00:00
COPYING
COPYING.LIB
Makefile
Makefile.inc