| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Use a heuristic to bound memory and cpu usage, at the cost of |  otto | 2003-07-27 | 1 | -7/+40 |
* | better ascii test for fewer false negatives. ok millert@ |  tedu | 2003-07-23 | 1 | -5/+5 |
* | Implement the -L and -T options from GNU diff. |  millert | 2003-07-22 | 1 | -28/+40 |
* | Historically, when comparing two directories in -e mode, BSD diff |  millert | 2003-07-22 | 1 | -14/+5 |
* | Don't print lines consisting solely of a dot ('.') in -e mode since |  millert | 2003-07-22 | 1 | -9/+38 |
* | 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 | -3/+3 |
* | Expand change records array as needed; passes Otto's new regression test. |  millert | 2003-07-21 | 1 | -40/+46 |
* | cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c unpGet rid of ugly hack in readhash() that appears to be there for |  millert | 2003-07-17 | 1 | -26/+7 |
* | Deal with files that lack a final newline before EOF (you naughty |  millert | 2003-07-16 | 1 | -24/+42 |
* | Fix line ranges for unidiffs. Problem noted by otto@ |  millert | 2003-07-15 | 1 | -12/+27 |
* | Unlink temp file as soon as it is opened and return a FILE * for |  millert | 2003-07-09 | 1 | -65/+37 |
* | Re-implement -l flag; diff -l now works correctly in non-directory |  millert | 2003-07-09 | 1 | -29/+78 |
* | fix pasto in last commit |  millert | 2003-07-08 | 1 | -3/+3 |
* | o Avoid a temp file if using stdin and stdin is redirected from a regular file |  millert | 2003-07-08 | 1 | -11/+15 |
* | Add -q option from GNU diff |  millert | 2003-07-06 | 1 | -2/+6 |
* | Some fairly major changes: |  millert | 2003-07-06 | 1 | -199/+314 |
* | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ |  millert | 2003-07-04 | 1 | -6/+1 |
* | Some cosmetic fixes: |  millert | 2003-07-04 | 1 | -3/+4 |
* | Treat /dev/null specially; there is no need to make a temp file for it. |  millert | 2003-07-02 | 1 | -4/+6 |
* | -a to force ascii compare. ok millert |  tedu | 2003-06-27 | 1 | -1/+4 |
* | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't |  millert | 2003-06-26 | 1 | -25/+12 |
* | Fix temp file handling. |  millert | 2003-06-26 | 1 | -64/+32 |
* | Fix temp file handling and deal with the case where we might need 2 temp files. |  millert | 2003-06-26 | 1 | -25/+46 |
* | off by one in size calculation |  vincent | 2003-06-26 | 1 | -2/+2 |