summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Remove the non-standard -l flag that pipes the output through pr(1).millert1-10/+7
2009-06-07More cvs/diff/rcs convergence:ray1-2/+2
2009-06-06Oops, forgot to pass dflags to diffreg. Now the flags work again.ray1-2/+2
2009-06-06Pull changes from rcsdiff, similar to what was pulled into cvsdiff.ray1-6/+16
2004-12-09If the -L option is specified twice, use it for the second filenamemillert1-2/+2
2004-06-20Implement -I option: ignore changes matching a set of regexes. Fromotto1-2/+6
2004-03-16POSIX specifies that in directory mode device special files andmillert1-1/+3
2004-01-07Implement -p option.otto1-3/+3
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto1-2/+2
2003-10-07Fix printing of "Only in foo" when foo is "/" (trailing slash removalmillert1-1/+2
2003-08-01anychange is no longer extern; millert okderaadt1-2/+2
2003-07-27- Use a heuristic to bound memory and cpu usage, at the cost ofotto1-2/+2
2003-07-22Implement the -L and -T options from GNU diff.millert1-3/+3
2003-07-21POSIX-compliant output when there are two paths w/ the same name butmillert1-3/+4
2003-07-09Unlink temp file as soon as it is opened and return a FILE * formillert1-8/+4
2003-07-09Re-implement -l flag; diff -l now works correctly in non-directorymillert1-3/+16
2003-07-06Add -q option from GNU diffmillert1-1/+2
2003-07-06Implement -P from GNU diff (like -N but only for files that are missingmillert1-2/+2
2003-07-06Some fairly major changes:millert1-50/+43
2003-07-04Kill non-standard -l option as discussed with tedu@millert1-2/+2
2003-07-04Kill diff -h, we don't use or want diffh. Discussed w/ tedu@millert1-2/+2
2003-07-04Some cosmetic fixes:millert1-3/+2
2003-06-26Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tmillert1-2/+2
2003-06-26Fix temp file handling.millert1-1/+3
2003-06-26Fix temp file handling and deal with the case where we might need 2 temp files.millert1-4/+4
2003-06-26put all the flags and globals in diff.c, and declare externs in diff.htedu1-57/+8
2003-06-25o use S_ISDIR instead of doing it by handmillert1-4/+3
2003-06-25o use getopt()millert1-6/+9
2003-06-25remove silly signal catcher, and just use done. ok deraadt@tedu1-2/+1
2003-06-25exit path signal race safederaadt1-2/+2
2003-06-25cleanup. ansi, headers, correct prototypes, some safer string andtedu1-5/+11
2003-06-25caldera licensesderaadt1-0/+36
2003-06-254.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt1-0/+85