summaryrefslogtreecommitdiff
path: root/usr.bin/diff/diff.h
AgeCommit message (Expand)Author
2009-06-07More cvs/diff/rcs convergence:Ray Lai
2009-06-06Oops, forgot to pass dflags to diffreg. Now the flags work again.Ray Lai
2009-06-06Pull changes from rcsdiff, similar to what was pulled into cvsdiff.Ray Lai
2004-12-09If the -L option is specified twice, use it for the second filenameTodd C. Miller
2004-06-20Implement -I option: ignore changes matching a set of regexes. FromOtto Moerbeek
2004-03-16POSIX specifies that in directory mode device special files andTodd C. Miller
2004-01-07Implement -p option.Otto Moerbeek
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-10-07Fix printing of "Only in foo" when foo is "/" (trailing slash removalTodd C. Miller
2003-08-01anychange is no longer extern; millert okTheo de Raadt
2003-07-27- Use a heuristic to bound memory and cpu usage, at the cost ofOtto Moerbeek
2003-07-22Implement the -L and -T options from GNU diff.Todd C. Miller
2003-07-21POSIX-compliant output when there are two paths w/ the same name butTodd C. Miller
2003-07-09Unlink temp file as soon as it is opened and return a FILE * forTodd C. Miller
2003-07-09Re-implement -l flag; diff -l now works correctly in non-directoryTodd C. Miller
2003-07-06Add -q option from GNU diffTodd C. Miller
2003-07-06Implement -P from GNU diff (like -N but only for files that are missingTodd C. Miller
2003-07-06Some fairly major changes:Todd C. Miller
2003-07-04Kill non-standard -l option as discussed with tedu@Todd C. Miller
2003-07-04Kill diff -h, we don't use or want diffh. Discussed w/ tedu@Todd C. Miller
2003-07-04Some cosmetic fixes:Todd C. Miller
2003-06-26Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tTodd C. Miller
2003-06-26Fix temp file handling.Todd C. Miller
2003-06-26Fix temp file handling and deal with the case where we might need 2 temp files.Todd C. Miller
2003-06-26put all the flags and globals in diff.c, and declare externs in diff.hTed Unangst
2003-06-25o use S_ISDIR instead of doing it by handTodd C. Miller
2003-06-25o use getopt()Todd C. Miller
2003-06-25remove silly signal catcher, and just use done. ok deraadt@Ted Unangst
2003-06-25exit path signal race safeTheo de Raadt
2003-06-25cleanup. ansi, headers, correct prototypes, some safer string andTed Unangst
2003-06-25caldera licensesTheo de Raadt
2003-06-254.3reno diff. This is free because of the Caldera license. Nasty, but aTheo de Raadt