summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Pull changes from rcsdiff, similar to what was pulled into cvsdiff.ray2009-06-063-92/+109
* updates to IEEE Std 1003.1-2008;jmc2009-02-081-2/+2
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-6/+4
* - Change sizeof(type) to sizeof(*ptr).ray2007-06-092-45/+45
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-3/+7
* Bring in some changes from rcsdiff:ray2007-05-296-120/+194
* improve -p for C++ code: classes definition often haveespie2007-03-181-6/+23
* sort options/synopsis/usage();jmc2007-03-012-54/+51
* print the header only once.espie2007-02-231-8/+10
* Defer printing of the per-file diff header until after the regexpmillert2007-02-221-12/+14
* - no need to escape thesejmc2006-05-051-4/+4
* Append two string using strlcpy()/strlcat() instead of snprintf() tootto2006-02-221-4/+6
* Strip newline from lines used with -I, otherwise ^$ will match allotto2006-02-161-2/+4
* +.Xr sdiff 1 ,jmc2005-12-271-1/+2
* bye bye whiteoutsmillert2005-06-151-5/+4
* Handle all isspace() chars the same for -w and -b. ok millert@ markus@otto2005-01-131-2/+5
* clarify what -a does;jmc2005-01-061-2/+11
* 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