hush/findutils
Denis Vlasenko 04ea11b033 grep: fix grep -F -e str1 -e str2 (was matching str2 only)
by replacing "=" by "|=" here:
  found |= strstr(line, gl->pattern) != NULL;
grep: optimization: stop on first -e match
grep: stop using bss. -40 bytes
2007-09-10 12:18:32 +00:00
..
Config.in find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) 2007-06-19 22:22:57 +00:00
find.c fix -xdev behavior in the presence of two or more nested mount points 2007-09-06 17:45:16 +00:00
grep.c grep: fix grep -F -e str1 -e str2 (was matching str2 only) 2007-09-10 12:18:32 +00:00
Kbuild build system overhaul 2006-10-05 10:17:08 +00:00
xargs.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00