Age | Commit message (Expand) | Author |
2009-06-07 | More cvs/diff/rcs convergence: | Ray Lai |
2009-06-06 | Oops, forgot to pass dflags to diffreg. Now the flags work again. | Ray Lai |
2009-06-06 | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. | Ray Lai |
2004-12-09 | If the -L option is specified twice, use it for the second filename | Todd C. Miller |
2004-06-20 | Implement -I option: ignore changes matching a set of regexes. From | Otto Moerbeek |
2004-03-16 | POSIX specifies that in directory mode device special files and | Todd C. Miller |
2004-01-07 | Implement -p option. | Otto Moerbeek |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-10-07 | Fix printing of "Only in foo" when foo is "/" (trailing slash removal | Todd C. Miller |
2003-08-01 | anychange is no longer extern; millert ok | Theo de Raadt |
2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of | Otto Moerbeek |
2003-07-22 | Implement the -L and -T options from GNU diff. | Todd C. Miller |
2003-07-21 | POSIX-compliant output when there are two paths w/ the same name but | Todd C. Miller |
2003-07-09 | Unlink temp file as soon as it is opened and return a FILE * for | Todd C. Miller |
2003-07-09 | Re-implement -l flag; diff -l now works correctly in non-directory | Todd C. Miller |
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-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-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 temp file handling. | 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 | put all the flags and globals in diff.c, and declare externs in diff.h | Ted Unangst |
2003-06-25 | o use S_ISDIR instead of doing it by hand | Todd C. Miller |
2003-06-25 | o use getopt() | Todd C. Miller |
2003-06-25 | remove silly signal catcher, and just use done. ok deraadt@ | Ted Unangst |
2003-06-25 | exit path signal race safe | Theo de Raadt |
2003-06-25 | cleanup. ansi, headers, correct prototypes, some safer string and | Ted Unangst |
2003-06-25 | caldera licenses | Theo de Raadt |
2003-06-25 | 4.3reno diff. This is free because of the Caldera license. Nasty, but a | Theo de Raadt |