aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/grep
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2018-10-01grep: update from Plan 9David du Colombier1-3/+3
This change fixes a segfault in grep -e when no argument has been provided. Thanks to Sean Hinchee for reporting this issue. Fixes #186.
2017-09-14all: remove .cvsignore filesKare Nuorteva1-2/+0
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox1-2/+2
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
2011-07-10grep: import $ fix from plan 9Russ Cox1-2/+8
R=rsc http://codereview.appspot.com/4673053
2007-05-03no need to be so forward about itrsc1-1/+1
2007-05-03add gnu grep -q flag (rob pike)rsc1-1/+5
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc3-9/+9
2005-01-13Many small edits.rsc1-0/+3
2005-01-11get rid of the 9foo commands in favor of the 9 scriptrsc1-1/+1
2005-01-04Goodbye SHORTLIBrsc1-1/+0
2004-06-03More cvs turds.wkj1-0/+2
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-03-26SunOS can rot in hell.rsc1-1/+1
2004-03-25Guess what? More anonymous unions!rsc2-11/+11
2004-03-25More anonymous unions.rsc4-31/+31
2004-03-25Today's changes.rsc6-0/+1225
More changes.