summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* If the -L option is specified twice, use it for the second filenamemillert2004-12-094-20/+35
* advancing argv twice doesn't make it better.espie2004-12-071-3/+3
* Use unsigned char for bytes that are fed to isxxx() functions, to improveotto2004-11-271-4/+4
* Fix the getdirentries() loop memory handling and EOF detection.otto2004-11-261-15/+22
* Change tabs in string constants to \t. "of course" deraadt@otto2004-10-201-4/+4
* Keep calling getdirentries() until we no longer fill up our buffer.millert2004-10-021-14/+22
* use sizeof(struct cand) instead of defining an unused cand object, andderaadt2004-09-141-5/+5
* Implement -I option: ignore changes matching a set of regexes. Fromotto2004-06-204-28/+144
* If a new hunk immediately follows the previous one, merge themotto2004-06-181-4/+4
* POSIX specifies that in directory mode device special files andmillert2004-03-164-7/+25
* use new .St macro;jmc2004-01-251-2/+2
* Document -p option. ok jmc@otto2004-01-071-5/+11
* Implement -p option.otto2004-01-073-17/+76
* Fix diff -q exit value which was broken in last commit.millert2003-11-221-4/+5
* Fix broken assumption that a file must contain differences if files_differ()millert2003-11-211-7/+7
* Din't print the "No newline at end of file" to inline (ie: to stdout)millert2003-11-101-4/+8
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-092-5/+5
* prototype declared static, but function was not. add static to function.avsm2003-10-281-3/+3
* Fix printing of "Only in foo" when foo is "/" (trailing slash removalmillert2003-10-073-12/+17
* - move `-d' to comparison options, rather then output optionsjmc2003-09-181-6/+6
* Make -number be an error (similar to my change in grep.c); OK tedu@millert2003-09-071-9/+15
* - add -P to SYNOPSISjmc2003-09-072-13/+13
* try again at -u#. ok deraadt@tedu2003-09-071-4/+15
* correct ascii file test. ok deraadt@ pb@tedu2003-09-071-5/+4
* restore undocumented -u# support for the old schoolers. :)tedu2003-09-061-3/+3
* fix spelling of --initial-tabdavid2003-08-181-3/+3
* Based on what otto@ said on icb. The expensive thing in diff ismillert2003-08-131-6/+6
* Guess the number of lines in a file and use that number for initialotto2003-08-081-8/+12
* anychange is no longer extern; millert okderaadt2003-08-011-2/+2
* - Change the hash function to a simple multiplicative one. The oldotto2003-07-311-25/+29
* o correct exit code when comparing stdin and stdin (a noop)millert2003-07-311-4/+4
* cleanderaadt2003-07-292-7/+7
* We need to initialize clen to 0 each time through diffreg() formillert2003-07-271-2/+3
* Correct computation of argsize when setting diffargs.millert2003-07-271-4/+4
* Start new sentence on a new line.otto2003-07-271-4/+4
* - Use a heuristic to bound memory and cpu usage, at the cost ofotto2003-07-274-26/+68
* better ascii test for fewer false negatives. ok millert@tedu2003-07-231-5/+5
* Add missing terminator to long options list.millert2003-07-221-2/+3
* Fixed the "dot alone on a line" bug.millert2003-07-221-12/+1
* Bring FILES section up to date.millert2003-07-221-12/+6
* Implement the -L and -T options from GNU diff.millert2003-07-224-57/+90
* Historically, when comparing two directories in -e mode, BSD diffmillert2003-07-221-14/+5
* Don't print lines consisting solely of a dot ('.') in -e mode sincemillert2003-07-221-9/+38
* Historically, the "Only in" messages produced in dir modemillert2003-07-211-10/+5
* Add STANDARDS sectionmillert2003-07-211-1/+7
* 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-212-8/+10
* a little KNFhenning2003-07-212-6/+6
* POSIX-compliant output when there are two paths w/ the same name butmillert2003-07-213-10/+15
* Expand change records array as needed; passes Otto's new regression test.millert2003-07-211-40/+46