Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Treat /dev/null specially; there is no need to make a temp file for it. | 2003-07-02 | 1 | -4/+6 | |
| | |||||
* | -a to force ascii compare. ok millert | 2003-06-27 | 1 | -1/+4 | |
| | |||||
* | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't | 2003-06-26 | 1 | -25/+12 | |
| | | | | need the associated scaffolding. tedu@ OK | ||||
* | Fix temp file handling. | 2003-06-26 | 1 | -64/+32 | |
| | | | | | | | | | o honor TMPDIR environment variable as per man page o need 2 temp files if both file1 and file2 are devices o add error() and errorx() which cleanup temp file and then call err() and errx() respectively. OK tedu@ | ||||
* | Fix temp file handling and deal with the case where we might need 2 temp files. | 2003-06-26 | 1 | -25/+46 | |
| | |||||
* | off by one in size calculation | 2003-06-26 | 1 | -2/+2 | |
| | | | | ok tedu | ||||
* | fix unified diff output. ok millert@ | 2003-06-25 | 1 | -9/+9 | |
| | |||||
* | Add unidiff support and try to pretty up usage() a bit | 2003-06-25 | 1 | -15/+86 | |
| | |||||
* | o use S_ISDIR instead of doing it by hand | 2003-06-25 | 1 | -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() | 2003-06-25 | 1 | -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@ | 2003-06-25 | 1 | -7/+6 | |
| | |||||
* | oops | 2003-06-25 | 1 | -3/+3 | |
| | |||||
* | use SEEK_SET with fseek() | 2003-06-25 | 1 | -4/+4 | |
| | |||||
* | more knf | 2003-06-25 | 1 | -7/+9 | |
| | |||||
* | index -> strrchr | 2003-06-25 | 1 | -2/+2 | |
| | |||||
* | knf | 2003-06-25 | 1 | -46/+37 | |
| | |||||
* | remove unused variable | 2003-06-25 | 1 | -4/+4 | |
| | |||||
* | -Wstrict-prototypes | 2003-06-25 | 1 | -2/+1 | |
| | |||||
* | avoid signed issues; tedu ok | 2003-06-25 | 1 | -4/+4 | |
| | |||||
* | exit path signal race safe | 2003-06-25 | 1 | -16/+16 | |
| | |||||
* | more cast removal, and fix some indent(1) oddities | 2003-06-25 | 1 | -15/+14 | |
| | |||||
* | cleanup. ansi, headers, correct prototypes, some safer string and | 2003-06-25 | 1 | -395/+444 | |
| | | | | | tempfile functions, whitespace, ... no functional improvements yet | ||||
* | caldera licenses | 2003-06-25 | 1 | -0/+36 | |
| | |||||
* | 4.3reno diff. This is free because of the Caldera license. Nasty, but a | 2003-06-25 | 1 | -0/+1048 | |
place to start. |