| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
* | mkstemp() returns -1 on failure |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | Rectify line numbers for s/.// commands in ed-style diffs. |  natano | 2016-03-01 | 1 | -3/+4 |
* | remove TMPDIR support. ok millert |  tedu | 2015-10-26 | 1 | -12/+3 |
* | Replace our /^\.\././ expression with /.//. The term is simpler and has |  tobias | 2015-10-13 | 1 | -2/+2 |
* | Remove the non-standard -l flag that pipes the output through pr(1). |  millert | 2015-10-05 | 1 | -56/+3 |
* | xmalloc/free wrappers don't need to support 20 year old non comformance |  tedu | 2015-09-25 | 1 | -9/+9 |
* | Change internal xrealloc() to a idiom-following xreallocarray(). |  deraadt | 2015-04-29 | 1 | -9/+9 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 1 | -1/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -12/+15 |
* | Ensure diff -uw always produces valid output when one file doesn't end |  kspillner | 2014-08-27 | 1 | -5/+9 |
* | 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 |
* | 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 |
* | 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 | -55/+48 |
* | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. |  ray | 2009-06-06 | 1 | -73/+81 |
* | 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 | 1 | -42/+42 |
* | Bring in some changes from rcsdiff: |  ray | 2007-05-29 | 1 | -61/+50 |
* | improve -p for C++ code: classes definition often have |  espie | 2007-03-18 | 1 | -6/+23 |
* | 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 |
* | 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 |
* | Handle all isspace() chars the same for -w and -b. ok millert@ markus@ |  otto | 2005-01-13 | 1 | -2/+5 |
* | If the -L option is specified twice, use it for the second filename |  millert | 2004-12-09 | 1 | -12/+21 |
* | Use unsigned char for bytes that are fed to isxxx() functions, to improve |  otto | 2004-11-27 | 1 | -4/+4 |
* | Change tabs in string constants to \t. "of course" deraadt@ |  otto | 2004-10-20 | 1 | -4/+4 |
* | use sizeof(struct cand) instead of defining an unused cand object, and |  deraadt | 2004-09-14 | 1 | -5/+5 |
* | Implement -I option: ignore changes matching a set of regexes. From |  otto | 2004-06-20 | 1 | -2/+53 |
* | If a new hunk immediately follows the previous one, merge them |  otto | 2004-06-18 | 1 | -4/+4 |
* | Implement -p option. |  otto | 2004-01-07 | 1 | -6/+61 |
* | Fix diff -q exit value which was broken in last commit. |  millert | 2003-11-22 | 1 | -4/+5 |
* | Fix broken assumption that a file must contain differences if files_differ() |  millert | 2003-11-21 | 1 | -7/+7 |
* | Din't print the "No newline at end of file" to inline (ie: to stdout) |  millert | 2003-11-10 | 1 | -4/+8 |
* | prototype declared static, but function was not. add static to function. |  avsm | 2003-10-28 | 1 | -3/+3 |
* | correct ascii file test. ok deraadt@ pb@ |  tedu | 2003-09-07 | 1 | -5/+4 |
* | Based on what otto@ said on icb. The expensive thing in diff is |  millert | 2003-08-13 | 1 | -6/+6 |
* | Guess the number of lines in a file and use that number for initial |  otto | 2003-08-08 | 1 | -8/+12 |
* | - Change the hash function to a simple multiplicative one. The old |  otto | 2003-07-31 | 1 | -25/+29 |
* | o correct exit code when comparing stdin and stdin (a noop) |  millert | 2003-07-31 | 1 | -4/+4 |
* | clean |  deraadt | 2003-07-29 | 1 | -3/+3 |
* | We need to initialize clen to 0 each time through diffreg() for |  millert | 2003-07-27 | 1 | -2/+3 |