| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If the -L option is specified twice, use it for the second filename |  millert | 2004-12-09 | 4 | -20/+35 |
* | advancing argv twice doesn't make it better. |  espie | 2004-12-07 | 1 | -3/+3 |
* | Use unsigned char for bytes that are fed to isxxx() functions, to improve |  otto | 2004-11-27 | 1 | -4/+4 |
* | Fix the getdirentries() loop memory handling and EOF detection. |  otto | 2004-11-26 | 1 | -15/+22 |
* | Change tabs in string constants to \t. "of course" deraadt@ |  otto | 2004-10-20 | 1 | -4/+4 |
* | Keep calling getdirentries() until we no longer fill up our buffer. |  millert | 2004-10-02 | 1 | -14/+22 |
* | 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 | 4 | -28/+144 |
* | If a new hunk immediately follows the previous one, merge them |  otto | 2004-06-18 | 1 | -4/+4 |
* | POSIX specifies that in directory mode device special files and |  millert | 2004-03-16 | 4 | -7/+25 |
* | use new .St macro; |  jmc | 2004-01-25 | 1 | -2/+2 |
* | Document -p option. ok jmc@ |  otto | 2004-01-07 | 1 | -5/+11 |
* | Implement -p option. |  otto | 2004-01-07 | 3 | -17/+76 |
* | 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 |
* | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> |  otto | 2003-11-09 | 2 | -5/+5 |
* | prototype declared static, but function was not. add static to function. |  avsm | 2003-10-28 | 1 | -3/+3 |
* | Fix printing of "Only in foo" when foo is "/" (trailing slash removal |  millert | 2003-10-07 | 3 | -12/+17 |
* | - move `-d' to comparison options, rather then output options |  jmc | 2003-09-18 | 1 | -6/+6 |
* | Make -number be an error (similar to my change in grep.c); OK tedu@ |  millert | 2003-09-07 | 1 | -9/+15 |
* | - add -P to SYNOPSIS |  jmc | 2003-09-07 | 2 | -13/+13 |
* | try again at -u#. ok deraadt@ |  tedu | 2003-09-07 | 1 | -4/+15 |
* | correct ascii file test. ok deraadt@ pb@ |  tedu | 2003-09-07 | 1 | -5/+4 |
* | restore undocumented -u# support for the old schoolers. :) |  tedu | 2003-09-06 | 1 | -3/+3 |
* | fix spelling of --initial-tab |  david | 2003-08-18 | 1 | -3/+3 |
* | 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 |
* | anychange is no longer extern; millert ok |  deraadt | 2003-08-01 | 1 | -2/+2 |
* | - 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 | 2 | -7/+7 |
* | We need to initialize clen to 0 each time through diffreg() for |  millert | 2003-07-27 | 1 | -2/+3 |
* | Correct computation of argsize when setting diffargs. |  millert | 2003-07-27 | 1 | -4/+4 |
* | Start new sentence on a new line. |  otto | 2003-07-27 | 1 | -4/+4 |
* | - Use a heuristic to bound memory and cpu usage, at the cost of |  otto | 2003-07-27 | 4 | -26/+68 |
* | better ascii test for fewer false negatives. ok millert@ |  tedu | 2003-07-23 | 1 | -5/+5 |
* | Add missing terminator to long options list. |  millert | 2003-07-22 | 1 | -2/+3 |
* | Fixed the "dot alone on a line" bug. |  millert | 2003-07-22 | 1 | -12/+1 |
* | Bring FILES section up to date. |  millert | 2003-07-22 | 1 | -12/+6 |
* | Implement the -L and -T options from GNU diff. |  millert | 2003-07-22 | 4 | -57/+90 |
* | 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 |
* | Historically, the "Only in" messages produced in dir mode |  millert | 2003-07-21 | 1 | -10/+5 |
* | Add STANDARDS section |  millert | 2003-07-21 | 1 | -1/+7 |
* | Don't print a trailing '/' in foo when printing "Only in foo: bar" |  millert | 2003-07-21 | 1 | -3/+5 |
* | Fix printing of status when not in -l mode which was broken when the |  millert | 2003-07-21 | 2 | -8/+10 |
* | a little KNF |  henning | 2003-07-21 | 2 | -6/+6 |
* | POSIX-compliant output when there are two paths w/ the same name but |  millert | 2003-07-21 | 3 | -10/+15 |
* | Expand change records array as needed; passes Otto's new regression test. |  millert | 2003-07-21 | 1 | -40/+46 |