| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 3 | -19/+22 |
* | Ensure diff -uw always produces valid output when one file doesn't end |  kspillner | 2014-08-27 | 1 | -5/+9 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -3/+3 |
* | TMPDIR is an extension; |  jmc | 2014-02-13 | 1 | -4/+7 |
* | Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL). |  millert | 2013-08-19 | 1 | -8/+8 |
* | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; |  jmc | 2013-07-16 | 1 | -3/+3 |
* | remove obsolete BUGS (cmp is not run internally); ok otto |  jmc | 2013-01-20 | 1 | -18/+2 |
* | Change scandir()'s 'select' argument from |  guenther | 2012-11-29 | 1 | -3/+3 |
* | Switch diff(1) binary file detection from !(isprint() || isspace()) to |  stsp | 2012-07-08 | 1 | -6/+3 |
* | Strip trailing slashes from directory in splice() before |  millert | 2012-05-22 | 1 | -2/+6 |
* | Move an isqrt() call outside a macro, from Michael W Bombardieri. |  nicm | 2011-04-01 | 1 | -6/+9 |
* | add a reference to the "An Algorithm for Differential File Comparison" paper; |  jmc | 2011-02-03 | 1 | -2/+10 |
* | scandir() does not NULL-terminate the list of dirent structs so use |  millert | 2010-11-14 | 1 | -42/+39 |
* | getdirentries(2) should be avoided outside of libc so use scandir(3) |  millert | 2010-11-08 | 1 | -115/+41 |
* | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 2010-10-28 | 1 | -2/+2 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 1 | -4/+4 |
* | Add a cross reference to patch(1) |  schwarze | 2010-08-18 | 1 | -6/+4 |
* | exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmail |  ray | 2010-08-04 | 1 | -4/+4 |
* | Plug memory leak. |  ray | 2010-07-17 | 1 | -3/+5 |
* | Simplify print_status by removing NULL handling. |  ray | 2010-07-16 | 2 | -14/+12 |
* | Close FILEs when fork fails. |  ray | 2010-07-16 | 1 | -2/+3 |
* | diff exits 2 on error, not 1. |  ray | 2010-07-16 | 1 | -2/+2 |
* | cvs and rcs use diff_output() to print everything since it is not |  ray | 2010-07-15 | 1 | -52/+50 |
* | Remove unused arguments from check(). From cvs/rcs. |  ray | 2010-07-15 | 1 | -4/+4 |
* | Return -1 on error as advertised. |  ray | 2010-07-14 | 1 | -5/+4 |
* | Even though this cannot happen in the diff -r case, |  schwarze | 2010-03-22 | 1 | -2/+4 |
* | `-q' is an output option, hence it is mutually exclusive. |  sobrado | 2010-02-21 | 2 | -17/+17 |
* | move mutually exclusive options (-c, -e, -f, -n and -u) to the right place. |  sobrado | 2009-11-09 | 2 | -9/+9 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 3 | -15/+3 |
* | More cvs/diff/rcs convergence: |  ray | 2009-06-07 | 6 | -82/+92 |
* | Oops, forgot to pass dflags to diffreg. Now the flags work again. |  ray | 2009-06-06 | 3 | -17/+19 |
* | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. |  ray | 2009-06-06 | 3 | -92/+109 |
* | updates to IEEE Std 1003.1-2008; |  jmc | 2009-02-08 | 1 | -2/+2 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -3/+3 |
* | use strcspn to properly overwrite '\n' in fgets returned buffer |  gilles | 2007-09-11 | 1 | -6/+4 |
* | - Change sizeof(type) to sizeof(*ptr). |  ray | 2007-06-09 | 2 | -45/+45 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | - use a consistent text for STANDARDS |  jmc | 2007-05-30 | 1 | -3/+7 |
* | Bring in some changes from rcsdiff: |  ray | 2007-05-29 | 6 | -120/+194 |
* | improve -p for C++ code: classes definition often have |  espie | 2007-03-18 | 1 | -6/+23 |
* | sort options/synopsis/usage(); |  jmc | 2007-03-01 | 2 | -54/+51 |
* | print the header only once. |  espie | 2007-02-23 | 1 | -8/+10 |
* | Defer printing of the per-file diff header until after the regexp |  millert | 2007-02-22 | 1 | -12/+14 |
* | - no need to escape these |  jmc | 2006-05-05 | 1 | -4/+4 |
* | Append two string using strlcpy()/strlcat() instead of snprintf() to |  otto | 2006-02-22 | 1 | -4/+6 |
* | Strip newline from lines used with -I, otherwise ^$ will match all |  otto | 2006-02-16 | 1 | -2/+4 |
* | +.Xr sdiff 1 , |  jmc | 2005-12-27 | 1 | -1/+2 |
* | bye bye whiteouts |  millert | 2005-06-15 | 1 | -5/+4 |
* | Handle all isspace() chars the same for -w and -b. ok millert@ markus@ |  otto | 2005-01-13 | 1 | -2/+5 |
* | clarify what -a does; |  jmc | 2005-01-06 | 1 | -2/+11 |