index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
grep.c
Age
Commit message (
Collapse
)
Author
2013-08-19
Move grep from pending to posix, switch default to y.
Rob Landley
2013-08-19
Finish grep rewrite and fleshing out test suite. Several of the grep tests ↵
Rob Landley
fail with the ubuntu version, I _think_ these are upstream bugs? (Second opinions welcome...)
2013-08-12
grep: -om counts matching lines, not matching parts of lines.
Rob Landley
2013-08-12
More grep work: name "(standard input)" correctly, make multiple -e work, ↵
Rob Landley
regex with embedded newline, multiple regex without -E.
2013-08-12
More grep cleanup, and make OPTSTR_command macros for use with OLDTOY()
Rob Landley
2013-08-04
Cleanup grep, make it pass the current test suite.
Rob Landley
2013-08-01
Cleanup grep: help text, whitespace, add parentheses.
Rob Landley
2013-08-01
Found the fault. My method of -w fails sans -E, so I just disallow it.
M. Farkas-Dyck
Kernel build never uses -w sans -E anyhow.
2013-07-27
grep: s/astrcat/x&/g
Strake
2003-06-08
grep: add -b flag
Strake
2003-06-08
grep: add -w flag
Strake
2013-07-23
grep
Strake
2013-07-12
add grep
Strake