summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* restore RCS id removed in 1.33jcs2020-11-011-2/+2
* Remove the non-standard -l flag that pipes the output through pr(1).millert2015-10-051-10/+7
* More cvs/diff/rcs convergence:ray2009-06-071-2/+2
* Oops, forgot to pass dflags to diffreg. Now the flags work again.ray2009-06-061-2/+2
* Pull changes from rcsdiff, similar to what was pulled into cvsdiff.ray2009-06-061-6/+16
* If the -L option is specified twice, use it for the second filenamemillert2004-12-091-2/+2
* Implement -I option: ignore changes matching a set of regexes. Fromotto2004-06-201-2/+6
* POSIX specifies that in directory mode device special files andmillert2004-03-161-1/+3
* Implement -p option.otto2004-01-071-3/+3
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-2/+2
* Fix printing of "Only in foo" when foo is "/" (trailing slash removalmillert2003-10-071-1/+2
* anychange is no longer extern; millert okderaadt2003-08-011-2/+2
* - Use a heuristic to bound memory and cpu usage, at the cost ofotto2003-07-271-2/+2
* Implement the -L and -T options from GNU diff.millert2003-07-221-3/+3
* POSIX-compliant output when there are two paths w/ the same name butmillert2003-07-211-3/+4
* Unlink temp file as soon as it is opened and return a FILE * formillert2003-07-091-8/+4
* Re-implement -l flag; diff -l now works correctly in non-directorymillert2003-07-091-3/+16
* Add -q option from GNU diffmillert2003-07-061-1/+2
* Implement -P from GNU diff (like -N but only for files that are missingmillert2003-07-061-2/+2
* Some fairly major changes:millert2003-07-061-50/+43
* Kill non-standard -l option as discussed with tedu@millert2003-07-041-2/+2
* Kill diff -h, we don't use or want diffh. Discussed w/ tedu@millert2003-07-041-2/+2
* Some cosmetic fixes:millert2003-07-041-3/+2
* Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tmillert2003-06-261-2/+2
* Fix temp file handling.millert2003-06-261-1/+3
* Fix temp file handling and deal with the case where we might need 2 temp files.millert2003-06-261-4/+4
* put all the flags and globals in diff.c, and declare externs in diff.htedu2003-06-261-57/+8
* o use S_ISDIR instead of doing it by handmillert2003-06-251-4/+3
* o use getopt()millert2003-06-251-6/+9
* remove silly signal catcher, and just use done. ok deraadt@tedu2003-06-251-2/+1
* exit path signal race safederaadt2003-06-251-2/+2
* cleanup. ansi, headers, correct prototypes, some safer string andtedu2003-06-251-5/+11
* caldera licensesderaadt2003-06-251-0/+36
* 4.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt2003-06-251-0/+85