summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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