Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-01 | grep: update from Plan 9 | David du Colombier | 1 | -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-14 | all: remove .cvsignore files | Kare Nuorteva | 1 | -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-06 | all: fix or silence all INSTALL warnings on macOS | Russ Cox | 1 | -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-10 | grep: import $ fix from plan 9 | Russ Cox | 1 | -2/+8 | |
R=rsc http://codereview.appspot.com/4673053 | |||||
2007-05-03 | no need to be so forward about it | rsc | 1 | -1/+1 | |
2007-05-03 | add gnu grep -q flag (rob pike) | rsc | 1 | -1/+5 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 3 | -9/+9 | |
2005-01-13 | Many small edits. | rsc | 1 | -0/+3 | |
2005-01-11 | get rid of the 9foo commands in favor of the 9 script | rsc | 1 | -1/+1 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -1/+0 | |
2004-06-03 | More cvs turds. | wkj | 1 | -0/+2 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -1/+1 | |
2004-03-25 | Guess what? More anonymous unions! | rsc | 2 | -11/+11 | |
2004-03-25 | More anonymous unions. | rsc | 4 | -31/+31 | |
2004-03-25 | Today's changes. | rsc | 6 | -0/+1225 | |
More changes. |