aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/diff/main.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-4/+4
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>
2007-11-05diff: continue after i/o errors when diffing many filesRuss Cox1-1/+4
2005-01-29update usagersc1-1/+1
2005-01-29add diff -arsc1-7/+8
2005-01-11better cleanup of tmp filesrsc1-6/+8
2004-03-25Today's changes.rsc1-0/+2
More changes.
2003-11-23the one true diff.rsc1-0/+262
at least it can handle "diff file1 file2 dir".