Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -a to force ascii compare. ok millert | 2003-06-27 | 1 | -1/+4 | |
| | |||||
* | Fix temp file handling. | 2003-06-26 | 1 | -20/+12 | |
| | | | | | | | | | 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@ | ||||
* | Add unidiff support and try to pretty up usage() a bit | 2003-06-25 | 1 | -2/+2 | |
| | |||||
* | o use S_ISDIR instead of doing it by hand | 2003-06-25 | 1 | -17/+30 | |
| | | | | | | | | 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 | -11/+7 | |
| | | | | | | | o use err/warn o only call done() when needed (after mkstemp) o add "-C lines" like GNU grep OK deraadt@ | ||||
* | more knf | 2003-06-25 | 1 | -2/+3 | |
| | |||||
* | knf | 2003-06-25 | 1 | -11/+8 | |
| | |||||
* | -Wstrict-prototypes | 2003-06-25 | 1 | -5/+10 | |
| | |||||
* | exit path signal race safe | 2003-06-25 | 1 | -8/+8 | |
| | |||||
* | fix lseek | 2003-06-25 | 1 | -2/+2 | |
| | |||||
* | snprintf | 2003-06-25 | 1 | -2/+3 | |
| | |||||
* | more cast removal, and fix some indent(1) oddities | 2003-06-25 | 1 | -12/+7 | |
| | |||||
* | cleanup. ansi, headers, correct prototypes, some safer string and | 2003-06-25 | 1 | -99/+94 | |
| | | | | | 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/+419 | |
place to start. |