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