index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
grep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-1
/
+1
*
Regularize "NUL terminated input" --help texts
Denys Vlasenko
2021-08-22
1
-1
/
+1
*
*: more --help tweaks
Denys Vlasenko
2021-06-16
1
-3
/
+1
*
*: --help tweaks
Denys Vlasenko
2021-06-14
1
-2
/
+2
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-7
/
+6
*
tydy up a few uses of recursive_action(), no logic changes
Denys Vlasenko
2020-10-01
1
-6
/
+7
*
grep: for -L, exitcode 0 means files *without* matches were found, closes 13151
Denys Vlasenko
2020-08-15
1
-15
/
+14
*
grep: add proper support for pattern_list
Sören Tempel
2020-04-30
1
-6
/
+13
*
grep: Fix -f FILE when FILE is empty and -x provided
Gray Wolf
2020-04-29
1
-2
/
+3
*
grep: add -R
Tomi Leppanen
2019-11-27
1
-3
/
+7
*
grep: short-circuit -v to bail out on first match
Ari Sundholm
2019-01-29
1
-5
/
+14
*
grep: fix -x -v with certain pattern orders
Ari Sundholm
2019-01-29
1
-1
/
+1
*
config: update size information
Denys Vlasenko
2018-12-28
1
-3
/
+3
*
grep: accept and ignore --color[=anything]
Denys Vlasenko
2018-07-13
1
-3
/
+8
*
grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
Denys Vlasenko
2018-03-29
1
-1
/
+1
*
grep: skip grepping symlinks to directories
James Clarke
2017-10-31
1
-2
/
+19
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+0
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-7
/
+4
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-6
/
+6
*
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
Denys Vlasenko
2017-07-20
1
-2
/
+2
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-3
/
+3
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-2
/
+2
*
grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too
Denys Vlasenko
2017-04-12
1
-1
/
+1
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-0
/
+1
*
Make grep/egrep/fgrep independently selectable
Denys Vlasenko
2016-11-14
1
-30
/
+22
*
fix "aloc" -> "alloc" typos
Denys Vlasenko
2016-09-17
1
-7
/
+7
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-4
/
+4
*
randomconfig fixes 3
Denys Vlasenko
2016-06-20
1
-0
/
+1
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
grep: make errors other than "not found" result in exit code 2. Closes 8796
Denys Vlasenko
2016-03-28
1
-2
/
+6
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-3
/
+1
*
grep: fix "grep -r PATTRN SYMLINK_TO_DIR"
Denys Vlasenko
2014-08-28
1
-1
/
+1
*
grep: fix -w match if first match isn't a word, but second is. Closes 4520
Denys Vlasenko
2014-02-27
1
-14
/
+15
*
grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
Bartosz Golaszewski
2014-02-07
1
-2
/
+6
*
grep: fix two bugs with -w
Denys Vlasenko
2014-01-07
1
-3
/
+25
*
grep: fix grep -x to not set REG_NOSUB
James Hogan
2013-05-16
1
-1
/
+1
*
grep: don't bail out on first mismatch if '-w' option is set
Bartosz Golaszewski
2013-05-15
1
-8
/
+14
*
grep: fix grep -Fw not respecting the -w option. Closes 5792
Denys Vlasenko
2013-01-20
1
-5
/
+32
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
grep: support for -x, match whole line
Natanael Copa
2012-02-28
1
-3
/
+9
*
grep: be GNU compatible with -f EMPTY_FILE
Lauri Kasanen
2011-08-28
1
-9
/
+13
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-3
/
+3
*
grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.
Denys Vlasenko
2010-10-02
1
-6
/
+9
*
grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...
Denys Vlasenko
2010-08-23
1
-3
/
+7
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-15
1
-5
/
+58
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-1
/
+1
*
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-05-09
1
-0
/
+35
[next]