Age | Commit message (Expand) | Author |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-27 | Ensure diff -uw always produces valid output when one file doesn't end | Kent R. Spillner |
2012-07-08 | Switch diff(1) binary file detection from !(isprint() || isspace()) to | Stefan Sperling |
2012-05-22 | Strip trailing slashes from directory in splice() before | Todd C. Miller |
2011-04-01 | Move an isqrt() call outside a macro, from Michael W Bombardieri. | Nicholas Marriott |
2010-07-16 | Close FILEs when fork fails. | Ray Lai |
2010-07-16 | diff exits 2 on error, not 1. | Ray Lai |
2010-07-15 | cvs and rcs use diff_output() to print everything since it is not | Ray Lai |
2010-07-15 | Remove unused arguments from check(). From cvs/rcs. | Ray Lai |
2010-07-14 | Return -1 on error as advertised. | Ray Lai |
2010-03-22 | Even though this cannot happen in the diff -r case, | Ingo Schwarze |
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 | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. | Ray Lai |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-06-09 | - Change sizeof(type) to sizeof(*ptr). | Ray Lai |
2007-05-29 | Bring in some changes from rcsdiff: | Ray Lai |
2007-03-18 | improve -p for C++ code: classes definition often have | Marc Espie |
2007-02-23 | print the header only once. | Marc Espie |
2007-02-22 | Defer printing of the per-file diff header until after the regexp | Todd C. Miller |
2006-02-22 | Append two string using strlcpy()/strlcat() instead of snprintf() to | Otto Moerbeek |
2006-02-16 | Strip newline from lines used with -I, otherwise ^$ will match all | Otto Moerbeek |
2005-01-13 | Handle all isspace() chars the same for -w and -b. ok millert@ markus@ | Otto Moerbeek |
2004-12-09 | If the -L option is specified twice, use it for the second filename | Todd C. Miller |
2004-11-27 | Use unsigned char for bytes that are fed to isxxx() functions, to improve | Otto Moerbeek |
2004-10-20 | Change tabs in string constants to \t. "of course" deraadt@ | Otto Moerbeek |
2004-09-14 | use sizeof(struct cand) instead of defining an unused cand object, and | Theo de Raadt |
2004-06-20 | Implement -I option: ignore changes matching a set of regexes. From | Otto Moerbeek |
2004-06-18 | If a new hunk immediately follows the previous one, merge them | Otto Moerbeek |
2004-01-07 | Implement -p option. | Otto Moerbeek |
2003-11-22 | Fix diff -q exit value which was broken in last commit. | Todd C. Miller |
2003-11-21 | Fix broken assumption that a file must contain differences if files_differ() | Todd C. Miller |
2003-11-10 | Din't print the "No newline at end of file" to inline (ie: to stdout) | Todd C. Miller |
2003-10-28 | prototype declared static, but function was not. add static to function. | Anil Madhavapeddy |
2003-09-07 | correct ascii file test. ok deraadt@ pb@ | Ted Unangst |
2003-08-13 | Based on what otto@ said on icb. The expensive thing in diff is | Todd C. Miller |
2003-08-08 | Guess the number of lines in a file and use that number for initial | Otto Moerbeek |
2003-07-31 | - Change the hash function to a simple multiplicative one. The old | Otto Moerbeek |
2003-07-31 | o correct exit code when comparing stdin and stdin (a noop) | Todd C. Miller |
2003-07-29 | clean | Theo de Raadt |
2003-07-27 | We need to initialize clen to 0 each time through diffreg() for | Todd C. Miller |
2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of | Otto Moerbeek |
2003-07-23 | better ascii test for fewer false negatives. ok millert@ | Ted Unangst |
2003-07-22 | Implement the -L and -T options from GNU diff. | Todd C. Miller |
2003-07-22 | Historically, when comparing two directories in -e mode, BSD diff | Todd C. Miller |
2003-07-22 | Don't print lines consisting solely of a dot ('.') in -e mode since | 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-21 | Expand change records array as needed; passes Otto's new regression test. | Todd C. Miller |