busybox/findutils
Sören Tempel 42a8984abc grep: add proper support for pattern_list
From POSIX.1-2008:

	The pattern_list's value shall consist of one or more patterns
	separated by <newline> characters;

As such, given patterns need to be split at newline characters. Without
doing so, busybox grep will interpret the newline as part of the pattern
which is not in accordance with POSIX.

See also: https://bugs.busybox.net/show_bug.cgi?id=12721

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2020-04-30 00:20:18 +02:00
..
Config.src restore documentation on the build config language 2018-06-06 15:16:48 +02:00
find.c find: implement -empty 2019-09-12 12:04:34 +02:00
grep.c grep: add proper support for pattern_list 2020-04-30 00:20:18 +02:00
Kbuild.src *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
xargs.c xargs: restore correct behaviour of -n option 2020-04-29 15:53:51 +02:00