| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring in some changes from rcsdiff: |  ray | 2007-05-29 | 1 | -47/+10 |
* | sort options/synopsis/usage(); |  jmc | 2007-03-01 | 1 | -8/+7 |
* | If the -L option is specified twice, use it for the second filename |  millert | 2004-12-09 | 1 | -4/+9 |
* | advancing argv twice doesn't make it better. |  espie | 2004-12-07 | 1 | -3/+3 |
* | Implement -I option: ignore changes matching a set of regexes. From |  otto | 2004-06-20 | 1 | -10/+50 |
* | POSIX specifies that in directory mode device special files and |  millert | 2004-03-16 | 1 | -2/+10 |
* | Implement -p option. |  otto | 2004-01-07 | 1 | -8/+12 |
* | Fix printing of "Only in foo" when foo is "/" (trailing slash removal |  millert | 2003-10-07 | 1 | -5/+11 |
* | 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 | 1 | -8/+8 |
* | try again at -u#. ok deraadt@ |  tedu | 2003-09-07 | 1 | -4/+15 |
* | 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 |
* | clean |  deraadt | 2003-07-29 | 1 | -4/+4 |
* | Correct computation of argsize when setting diffargs. |  millert | 2003-07-27 | 1 | -4/+4 |
* | - Use a heuristic to bound memory and cpu usage, at the cost of |  otto | 2003-07-27 | 1 | -10/+14 |
* | Add missing terminator to long options list. |  millert | 2003-07-22 | 1 | -2/+3 |
* | Implement the -L and -T options from GNU diff. |  millert | 2003-07-22 | 1 | -11/+20 |
* | 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 | 1 | -4/+4 |
* | 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 | -4/+8 |
* | Unlink temp file as soon as it is opened and return a FILE * for |  millert | 2003-07-09 | 1 | -50/+26 |
* | Re-implement -l flag; diff -l now works correctly in non-directory |  millert | 2003-07-09 | 1 | -7/+58 |
* | o Avoid a temp file if using stdin and stdin is redirected from a regular file |  millert | 2003-07-08 | 1 | -4/+4 |
* | Add -q option from GNU diff |  millert | 2003-07-06 | 1 | -8/+12 |
* | Implement -P from GNU diff (like -N but only for files that are missing |  millert | 2003-07-06 | 1 | -5/+9 |
* | Some fairly major changes: |  millert | 2003-07-06 | 1 | -132/+183 |
* | Accept but ignore -h for backwards compat like GNU diff does. |  millert | 2003-07-04 | 1 | -4/+7 |
* | Kill non-standard -l option as discussed with tedu@ |  millert | 2003-07-04 | 1 | -9/+5 |
* | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ |  millert | 2003-07-04 | 1 | -8/+2 |
* | Some cosmetic fixes: |  millert | 2003-07-04 | 1 | -10/+4 |
* | kill a warning: include <string.h> |  david | 2003-06-27 | 1 | -1/+2 |
* | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't |  millert | 2003-06-26 | 1 | -12/+4 |
* | Fix -r flag that was broken during getopt() conversion--whoops. |  millert | 2003-06-26 | 1 | -2/+2 |
* | Fix temp file handling. |  millert | 2003-06-26 | 1 | -15/+39 |
* | pretty code that prints usage |  deraadt | 2003-06-26 | 1 | -3/+5 |
* | Fix temp file handling and deal with the case where we might need 2 temp files. |  millert | 2003-06-26 | 1 | -6/+8 |
* | put all the flags and globals in diff.c, and declare externs in diff.h |  tedu | 2003-06-26 | 1 | -2/+41 |
* | Add a space after flags that take an argumnent in usage() since getopt() |  millert | 2003-06-25 | 1 | -5/+5 |
* | De-uglify usage |  millert | 2003-06-25 | 1 | -5/+5 |
* | Add unidiff support and try to pretty up usage() a bit |  millert | 2003-06-25 | 1 | -6/+18 |
* | o use S_ISDIR instead of doing it by hand |  millert | 2003-06-25 | 1 | -6/+5 |
* | Fix getopt string for -D |  millert | 2003-06-25 | 1 | -2/+2 |
* | o use getopt() |  millert | 2003-06-25 | 1 | -119/+86 |
* | remove silly signal catcher, and just use done. ok deraadt@ |  tedu | 2003-06-25 | 1 | -8/+1 |
* | exit path signal race safe |  deraadt | 2003-06-25 | 1 | -12/+14 |
* | cleanup. ansi, headers, correct prototypes, some safer string and |  tedu | 2003-06-25 | 1 | -125/+127 |
* | caldera licenses |  deraadt | 2003-06-25 | 1 | -0/+36 |
* | 4.3reno diff. This is free because of the Caldera license. Nasty, but a |  deraadt | 2003-06-25 | 1 | -0/+212 |