Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |