summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement -I option: ignore changes matching a set of regexes. Fromotto2004-06-201-10/+50
* POSIX specifies that in directory mode device special files andmillert2004-03-161-2/+10
* Implement -p option.otto2004-01-071-8/+12
* Fix printing of "Only in foo" when foo is "/" (trailing slash removalmillert2003-10-071-5/+11
* Make -number be an error (similar to my change in grep.c); OK tedu@millert2003-09-071-9/+15
* - add -P to SYNOPSISjmc2003-09-071-8/+8
* try again at -u#. ok deraadt@tedu2003-09-071-4/+15
* restore undocumented -u# support for the old schoolers. :)tedu2003-09-061-3/+3
* fix spelling of --initial-tabdavid2003-08-181-3/+3
* cleanderaadt2003-07-291-4/+4
* Correct computation of argsize when setting diffargs.millert2003-07-271-4/+4
* - Use a heuristic to bound memory and cpu usage, at the cost ofotto2003-07-271-10/+14
* Add missing terminator to long options list.millert2003-07-221-2/+3
* Implement the -L and -T options from GNU diff.millert2003-07-221-11/+20
* Don't print a trailing '/' in foo when printing "Only in foo: bar"millert2003-07-211-3/+5
* Fix printing of status when not in -l mode which was broken when themillert2003-07-211-4/+4
* a little KNFhenning2003-07-211-3/+3
* POSIX-compliant output when there are two paths w/ the same name butmillert2003-07-211-4/+8
* Unlink temp file as soon as it is opened and return a FILE * formillert2003-07-091-50/+26
* Re-implement -l flag; diff -l now works correctly in non-directorymillert2003-07-091-7/+58
* o Avoid a temp file if using stdin and stdin is redirected from a regular filemillert2003-07-081-4/+4
* Add -q option from GNU diffmillert2003-07-061-8/+12
* Implement -P from GNU diff (like -N but only for files that are missingmillert2003-07-061-5/+9
* Some fairly major changes:millert2003-07-061-132/+183
* Accept but ignore -h for backwards compat like GNU diff does.millert2003-07-041-4/+7
* Kill non-standard -l option as discussed with tedu@millert2003-07-041-9/+5
* Kill diff -h, we don't use or want diffh. Discussed w/ tedu@millert2003-07-041-8/+2
* Some cosmetic fixes:millert2003-07-041-10/+4
* kill a warning: include <string.h>david2003-06-271-1/+2
* Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tmillert2003-06-261-12/+4
* Fix -r flag that was broken during getopt() conversion--whoops.millert2003-06-261-2/+2
* Fix temp file handling.millert2003-06-261-15/+39
* pretty code that prints usagederaadt2003-06-261-3/+5
* Fix temp file handling and deal with the case where we might need 2 temp files.millert2003-06-261-6/+8
* put all the flags and globals in diff.c, and declare externs in diff.htedu2003-06-261-2/+41
* Add a space after flags that take an argumnent in usage() since getopt()millert2003-06-251-5/+5
* De-uglify usagemillert2003-06-251-5/+5
* Add unidiff support and try to pretty up usage() a bitmillert2003-06-251-6/+18
* o use S_ISDIR instead of doing it by handmillert2003-06-251-6/+5
* Fix getopt string for -Dmillert2003-06-251-2/+2
* o use getopt()millert2003-06-251-119/+86
* remove silly signal catcher, and just use done. ok deraadt@tedu2003-06-251-8/+1
* exit path signal race safederaadt2003-06-251-12/+14
* cleanup. ansi, headers, correct prototypes, some safer string andtedu2003-06-251-125/+127
* caldera licensesderaadt2003-06-251-0/+36
* 4.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt2003-06-251-0/+212