aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
AgeCommit message (Expand)Author
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko
2020-04-30grep: add proper support for pattern_listSören Tempel
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf
2019-11-27grep: add -RTomi Leppanen
2019-01-29grep: short-circuit -v to bail out on first matchAri Sundholm
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm
2018-12-28config: update size informationDenys Vlasenko
2018-07-13grep: accept and ignore --color[=anything]Denys Vlasenko
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko
2017-10-31grep: skip grepping symlinks to directoriesJames Clarke
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-12grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" tooDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-20randomconfig fixes 3Denys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-28grep: make errors other than "not found" result in exit code 2. Closes 8796Denys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski
2014-01-07grep: fix two bugs with -wDenys Vlasenko
2013-05-16grep: fix grep -x to not set REG_NOSUBJames Hogan
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-02-28grep: support for -x, match whole lineNatanael Copa
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-02grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.Denys Vlasenko
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko
2010-04-30grep: fix -FiIan Wienand
2010-04-26grep: makw -w support unconditionalDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko