Age | Commit message (Expand) | Author |
2003-07-06 | Add -q option from GNU diff | Todd C. Miller |
2003-07-06 | Implement -P from GNU diff (like -N but only for files that are missing | Todd C. Miller |
2003-07-06 | Some fairly major changes: | Todd C. Miller |
2003-07-06 | Use symbolic constants for output format. | Todd C. Miller |
2003-07-04 | Accept but ignore -h for backwards compat like GNU diff does. | Todd C. Miller |
2003-07-04 | Kill non-standard -l option as discussed with tedu@ | Todd C. Miller |
2003-07-04 | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ | Todd C. Miller |
2003-07-04 | Some cosmetic fixes: | Todd C. Miller |
2003-07-02 | diffh belongs in /usr/libexec/ | Todd C. Miller |
2003-07-02 | Treat /dev/null specially; there is no need to make a temp file for it. | Todd C. Miller |
2003-06-28 | tweak; | Jason McIntyre |
2003-06-27 | -a to force ascii compare. ok millert | Ted Unangst |
2003-06-27 | kill a warning: include <string.h> | David Krause |
2003-06-26 | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't | Todd C. Miller |
2003-06-26 | Fix -r flag that was broken during getopt() conversion--whoops. | Todd C. Miller |
2003-06-26 | Fix temp file handling. | Todd C. Miller |
2003-06-26 | pretty code that prints usage | Theo de Raadt |
2003-06-26 | Update with unidiff info and make FILES section fit reality. | Todd C. Miller |
2003-06-26 | Fix temp file handling and deal with the case where we might need 2 temp files. | Todd C. Miller |
2003-06-26 | off by one in size calculation | Vincent Labrecque |
2003-06-26 | put all the flags and globals in diff.c, and declare externs in diff.h | Ted Unangst |
2003-06-25 | Add a space after flags that take an argumnent in usage() since getopt() | Todd C. Miller |
2003-06-25 | remove term 3 | Theo de Raadt |
2003-06-25 | fix unified diff output. ok millert@ | Ted Unangst |
2003-06-25 | De-uglify usage | Todd C. Miller |
2003-06-25 | Add unidiff support and try to pretty up usage() a bit | Todd C. Miller |
2003-06-25 | o use S_ISDIR instead of doing it by hand | Todd C. Miller |
2003-06-25 | Fix getopt string for -D | Todd C. Miller |
2003-06-25 | cleanup; | Jason McIntyre |
2003-06-25 | o use getopt() | Todd C. Miller |
2003-06-25 | Update from 4.4 to get new-style copyright notice and trim the advert clause | Todd C. Miller |
2003-06-25 | this can be 3 term; gwyllion@ace.ulyssis.org | Theo de Raadt |
2003-06-25 | remove silly signal catcher, and just use done. ok deraadt@ | Ted Unangst |
2003-06-25 | oops | Theo de Raadt |
2003-06-25 | use SEEK_SET with fseek() | Theo de Raadt |
2003-06-25 | more knf | Theo de Raadt |
2003-06-25 | index -> strrchr | Theo de Raadt |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | remove unused variable | Ted Unangst |
2003-06-25 | -Wstrict-prototypes | Ted Unangst |
2003-06-25 | avoid signed issues; tedu ok | Theo de Raadt |
2003-06-25 | exit path signal race safe | Theo de Raadt |
2003-06-25 | fix lseek | Theo de Raadt |
2003-06-25 | snprintf | Theo de Raadt |
2003-06-25 | more cast removal, and fix some indent(1) oddities | Ted Unangst |
2003-06-25 | cleanup. ansi, headers, correct prototypes, some safer string and | Ted Unangst |
2003-06-25 | -Wall | Theo de Raadt |
2003-06-25 | a Makefile | Theo de Raadt |
2003-06-25 | caldera licenses | Theo de Raadt |