Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | diff: rename class to fix AIX | Russ Cox | 1 | -0/+3 | |
math.h defines a function named class on AIX. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 3 | -15/+15 | |
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-05 | diff: continue after i/o errors when diffing many files | Russ Cox | 2 | -5/+13 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2 | -2/+2 | |
2005-09-09 | NetBSD-macppc ctype needs uchars. | rsc | 1 | -3/+3 | |
2005-07-13 | use more distinguishable +/- | rsc | 1 | -2/+2 | |
2005-01-29 | update usage | rsc | 1 | -1/+1 | |
2005-01-29 | add diff -a | rsc | 2 | -13/+30 | |
2005-01-26 | add -c option | rsc | 3 | -1/+82 | |
2005-01-11 | better cleanup of tmp files | rsc | 1 | -6/+8 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -1/+0 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 | |||||
2004-03-25 | Today's changes. | rsc | 2 | -0/+4 | |
More changes. | |||||
2004-02-29 | Various tweaks. | rsc | 1 | -1/+1 | |
2004-02-29 | Small tweaks to make things build again. | rsc | 1 | -1/+1 | |
2003-11-23 | Make things build on FreeBSD again. | rsc | 1 | -2/+2 | |
2003-11-23 | the one true diff. | rsc | 6 | -0/+1120 | |
at least it can handle "diff file1 file2 dir". |