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