summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 rename talloc -> emalloc and ralloc -> erealloc o struct direct -> struct dirent (POSIX) o kill remaining strcpy() o fix unterminated string in setfile() deraadt@ OK
* o use getopt()millert2003-06-251-21/+12
| | | | | | | o use err/warn o only call done() when needed (after mkstemp) o add "-C lines" like GNU grep OK deraadt@
* 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
| | | | | tempfile functions, whitespace, ... no functional improvements yet
* caldera licensesderaadt2003-06-251-0/+36
|
* 4.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt2003-06-251-0/+1048
place to start.