| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -3/+3 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 1 | -2/+2 |
| 2015-12-29 | fix exit status on pledge(2) failure. |  gsoares | 1 | -2/+2 |
| 2015-10-26 | remove TMPDIR support. ok millert |  tedu | 1 | -8/+3 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -5/+5 |
| 2015-10-05 | Remove the non-standard -l flag that pipes the output through pr(1). |  millert | 1 | -28/+14 |
| 2015-10-05 | use different tame requests if TMPDIR is in env: |  semarie | 1 | -3/+8 |
| 2015-10-05 | If the -l flag is set, diff will fork/execve pr on a pipe. But other |  deraadt | 1 | -1/+5 |
| 2015-04-29 | Change internal xrealloc() to a idiom-following xreallocarray(). |  deraadt | 1 | -2/+2 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -2/+2 |
| 2010-07-16 | Simplify print_status by removing NULL handling. |  ray | 1 | -12/+10 |
| 2010-02-21 | `-q' is an output option, hence it is mutually exclusive. |  sobrado | 1 | -8/+8 |
| 2009-11-09 | move mutually exclusive options (-c, -e, -f, -n and -u) to the right place. |  sobrado | 1 | -5/+5 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -5/+1 |
| 2009-06-07 | More cvs/diff/rcs convergence: |  ray | 1 | -19/+19 |
| 2009-06-06 | Oops, forgot to pass dflags to diffreg. Now the flags work again. |  ray | 1 | -4/+4 |
| 2009-06-06 | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. |  ray | 1 | -13/+12 |
| 2007-05-29 | Bring in some changes from rcsdiff: |  ray | 1 | -47/+10 |
| 2007-03-01 | sort options/synopsis/usage(); |  jmc | 1 | -8/+7 |
| 2004-12-09 | If the -L option is specified twice, use it for the second filename |  millert | 1 | -4/+9 |
| 2004-12-07 | advancing argv twice doesn't make it better. |  espie | 1 | -3/+3 |
| 2004-06-20 | Implement -I option: ignore changes matching a set of regexes. From |  otto | 1 | -10/+50 |
| 2004-03-16 | POSIX specifies that in directory mode device special files and |  millert | 1 | -2/+10 |
| 2004-01-07 | Implement -p option. |  otto | 1 | -8/+12 |
| 2003-10-07 | Fix printing of "Only in foo" when foo is "/" (trailing slash removal |  millert | 1 | -5/+11 |
| 2003-09-07 | Make -number be an error (similar to my change in grep.c); OK tedu@ |  millert | 1 | -9/+15 |
| 2003-09-07 | - add -P to SYNOPSIS |  jmc | 1 | -8/+8 |
| 2003-09-07 | try again at -u#. ok deraadt@ |  tedu | 1 | -4/+15 |
| 2003-09-06 | restore undocumented -u# support for the old schoolers. :) |  tedu | 1 | -3/+3 |
| 2003-08-18 | fix spelling of --initial-tab |  david | 1 | -3/+3 |
| 2003-07-29 | clean |  deraadt | 1 | -4/+4 |
| 2003-07-27 | Correct computation of argsize when setting diffargs. |  millert | 1 | -4/+4 |
| 2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of |  otto | 1 | -10/+14 |
| 2003-07-22 | Add missing terminator to long options list. |  millert | 1 | -2/+3 |
| 2003-07-22 | Implement the -L and -T options from GNU diff. |  millert | 1 | -11/+20 |
| 2003-07-21 | Don't print a trailing '/' in foo when printing "Only in foo: bar" |  millert | 1 | -3/+5 |
| 2003-07-21 | Fix printing of status when not in -l mode which was broken when the |  millert | 1 | -4/+4 |
| 2003-07-21 | a little KNF |  henning | 1 | -3/+3 |
| 2003-07-21 | POSIX-compliant output when there are two paths w/ the same name but |  millert | 1 | -4/+8 |
| 2003-07-09 | Unlink temp file as soon as it is opened and return a FILE * for |  millert | 1 | -50/+26 |
| 2003-07-09 | Re-implement -l flag; diff -l now works correctly in non-directory |  millert | 1 | -7/+58 |
| 2003-07-08 | o Avoid a temp file if using stdin and stdin is redirected from a regular file |  millert | 1 | -4/+4 |
| 2003-07-06 | Add -q option from GNU diff |  millert | 1 | -8/+12 |
| 2003-07-06 | Implement -P from GNU diff (like -N but only for files that are missing |  millert | 1 | -5/+9 |
| 2003-07-06 | Some fairly major changes: |  millert | 1 | -132/+183 |
| 2003-07-04 | Accept but ignore -h for backwards compat like GNU diff does. |  millert | 1 | -4/+7 |
| 2003-07-04 | Kill non-standard -l option as discussed with tedu@ |  millert | 1 | -9/+5 |
| 2003-07-04 | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ |  millert | 1 | -8/+2 |
| 2003-07-04 | Some cosmetic fixes: |  millert | 1 | -10/+4 |
| 2003-06-27 | kill a warning: include <string.h> |  david | 1 | -1/+2 |