summaryrefslogtreecommitdiff
path: root/src/grep.c
AgeCommit message (Collapse)AuthorLines
2012-05-28fix comment in grep (wrong utility name)HEADmasterRich Felker-1/+1
2012-05-24grep was broken with -e (wrongly exited with usage())Rich Felker-2/+4
2012-05-10fix bug that prevented buffer reuse in grepRich Felker-2/+3
2012-05-10additional error handling in grepRich Felker-0/+4
2012-05-10add grep utilityRich Felker-0/+197
this should conform to POSIX 2008. -i does not work with -F, but it's not clear to me that it's intended/required to. todo list: make -i work with -F, and add the nonstandard by highly desirable -r option