Sören Tempel
|
42a8984abc
grep: add proper support for pattern_list
|
4 年 前 |
Gray Wolf
|
c3295d233b
grep: Fix -f FILE when FILE is empty and -x provided
|
4 年 前 |
Ari Sundholm
|
9a9c6e39ba
grep: fix -x -v with certain pattern orders
|
5 年 前 |
Ron Yorston
|
1f27fa9838
testsuite: allow tests to work in paths containing spaces
|
6 年 前 |
Denys Vlasenko
|
03fd7e06f8
grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
|
6 年 前 |
Denys Vlasenko
|
1924e99ad3
Make grep/egrep/fgrep independently selectable
|
8 年 前 |
Denys Vlasenko
|
34cc6c91a2
grep: fix "grep -r PATTRN SYMLINK_TO_DIR"
|
10 年 前 |
Denys Vlasenko
|
83e49ade57
grep: fix -w match if first match isn't a word, but second is. Closes 4520
|
10 年 前 |
Bartosz Golaszewski
|
3ba2df874c
grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
|
10 年 前 |
Denys Vlasenko
|
cd55f2d933
grep: fix two bugs with -w
|
10 年 前 |
James Hogan
|
5fc0585c01
grep: fix grep -x to not set REG_NOSUB
|
11 年 前 |
Bartosz Golaszewski
|
414db791d0
grep: don't bail out on first mismatch if '-w' option is set
|
11 年 前 |
Denys Vlasenko
|
2f5b5beb28
grep: fix grep -Fw not respecting the -w option. Closes 5792
|
11 年 前 |
Lauri Kasanen
|
7b46220d92
grep: be GNU compatible with -f EMPTY_FILE
|
13 年 前 |
Denys Vlasenko
|
3d8b96d58d
grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>)
|
14 年 前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年 前 |
Ian Wienand
|
0a2c793bd6
grep: fix -Fi
|
14 年 前 |
Denys Vlasenko
|
29f354e9d8
testsuite: don't run grep NUL tests when we know the would fail
|
14 年 前 |
Denys Vlasenko
|
6dc0ace109
grep: fix a case when -o loops forever
|
15 年 前 |
Mike Frysinger
|
caa79406aa
tests: fix POSIX shell source style
|
15 年 前 |
Denys Vlasenko
|
09449630fb
grep: fix -E + {range}; fix -o not printing all matches (bug 489)
|
15 年 前 |
Denis Vlasenko
|
3fd15e197e
grep: option to use GNU regex matching instead of POSIX one.
|
16 年 前 |
Denis Vlasenko
|
a05c0716c2
grep: make "-f -" work (+ testsuite)
|
16 年 前 |
Denis Vlasenko
|
4e79049e10
clarify grep version
|
16 年 前 |
Denis Vlasenko
|
6da9b00f4f
fix grep test false positive
|
16 年 前 |
Denis Vlasenko
|
bd9a48bc9c
fix vda's testsuite bogons, part 1
|
17 年 前 |
Denis Vlasenko
|
4e1e720523
testsuite: add tests for cut and grep;
|
17 年 前 |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 年 前 |
Bernhard Reutner-Fischer
|
1e34731a6a
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
|
18 年 前 |
Rob Landley
|
4bb1b04fd1
Redo test suite to be able to test more than one command at a time. Eliminate
|
18 年 前 |