summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Don't print lines consisting solely of a dot ('.') in -e mode sincemillert2003-07-221-9/+38
* a little KNFhenning2003-07-211-3/+3
* POSIX-compliant output when there are two paths w/ the same name butmillert2003-07-211-3/+3
* Expand change records array as needed; passes Otto's new regression test.millert2003-07-211-40/+46
* cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c unpGet rid of ugly hack in readhash() that appears to be there formillert2003-07-171-26/+7
* Deal with files that lack a final newline before EOF (you naughtymillert2003-07-161-24/+42
* Fix line ranges for unidiffs. Problem noted by otto@millert2003-07-151-12/+27
* Unlink temp file as soon as it is opened and return a FILE * formillert2003-07-091-65/+37
* Re-implement -l flag; diff -l now works correctly in non-directorymillert2003-07-091-29/+78
* fix pasto in last commitmillert2003-07-081-3/+3
* o Avoid a temp file if using stdin and stdin is redirected from a regular filemillert2003-07-081-11/+15
* Add -q option from GNU diffmillert2003-07-061-2/+6
* Some fairly major changes:millert2003-07-061-199/+314
* Kill diff -h, we don't use or want diffh. Discussed w/ tedu@millert2003-07-041-6/+1
* Some cosmetic fixes:millert2003-07-041-3/+4
* Treat /dev/null specially; there is no need to make a temp file for it.millert2003-07-021-4/+6
* -a to force ascii compare. ok millerttedu2003-06-271-1/+4
* Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tmillert2003-06-261-25/+12
* Fix temp file handling.millert2003-06-261-64/+32
* Fix temp file handling and deal with the case where we might need 2 temp files.millert2003-06-261-25/+46
* off by one in size calculationvincent2003-06-261-2/+2
* fix unified diff output. ok millert@tedu2003-06-251-9/+9
* Add unidiff support and try to pretty up usage() a bitmillert2003-06-251-15/+86
* o use S_ISDIR instead of doing it by handmillert2003-06-251-22/+24
* o use getopt()millert2003-06-251-21/+12
* remove silly signal catcher, and just use done. ok deraadt@tedu2003-06-251-7/+6
* oopsderaadt2003-06-251-3/+3
* use SEEK_SET with fseek()deraadt2003-06-251-4/+4
* more knfderaadt2003-06-251-7/+9
* index -> strrchrderaadt2003-06-251-2/+2
* knfderaadt2003-06-251-46/+37
* remove unused variabletedu2003-06-251-4/+4
* -Wstrict-prototypestedu2003-06-251-2/+1
* avoid signed issues; tedu okderaadt2003-06-251-4/+4
* exit path signal race safederaadt2003-06-251-16/+16
* more cast removal, and fix some indent(1) odditiestedu2003-06-251-15/+14
* cleanup. ansi, headers, correct prototypes, some safer string andtedu2003-06-251-395/+444
* caldera licensesderaadt2003-06-251-0/+36
* 4.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt2003-06-251-0/+1048