Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix temp file handling and deal with the case where we might need 2 temp files. | 2003-06-26 | 4 | -37/+60 | ||
| | ||||||
* | off by one in size calculation | 2003-06-26 | 1 | -2/+2 | ||
| | | | | ok tedu | |||||
* | put all the flags and globals in diff.c, and declare externs in diff.h | 2003-06-26 | 2 | -59/+49 | ||
| | | | | ok millert@ | |||||
* | Add a space after flags that take an argumnent in usage() since getopt() | 2003-06-25 | 1 | -5/+5 | ||
| | | | | supports that. | |||||
* | remove term 3 | 2003-06-25 | 1 | -5/+1 | ||
| | ||||||
* | fix unified diff output. ok millert@ | 2003-06-25 | 1 | -9/+9 | ||
| | ||||||
* | De-uglify usage | 2003-06-25 | 1 | -5/+5 | ||
| | ||||||
* | Add unidiff support and try to pretty up usage() a bit | 2003-06-25 | 3 | -23/+106 | ||
| | ||||||
* | o use S_ISDIR instead of doing it by hand | 2003-06-25 | 4 | -49/+62 | ||
| | | | | | | | | 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 | |||||
* | Fix getopt string for -D | 2003-06-25 | 1 | -2/+2 | ||
| | ||||||
* | cleanup; | 2003-06-25 | 1 | -74/+89 | ||
| | | | | ok deraadt@ | |||||
* | o use getopt() | 2003-06-25 | 4 | -157/+114 | ||
| | | | | | | | o use err/warn o only call done() when needed (after mkstemp) o add "-C lines" like GNU grep OK deraadt@ | |||||
* | Update from 4.4 to get new-style copyright notice and trim the advert clause | 2003-06-25 | 1 | -16/+31 | ||
| | ||||||
* | this can be 3 term; gwyllion@ace.ulyssis.org | 2003-06-25 | 1 | -6/+2 | ||
| | ||||||
* | remove silly signal catcher, and just use done. ok deraadt@ | 2003-06-25 | 3 | -17/+8 | ||
| | ||||||
* | oops | 2003-06-25 | 1 | -3/+3 | ||
| | ||||||
* | use SEEK_SET with fseek() | 2003-06-25 | 1 | -4/+4 | ||
| | ||||||
* | more knf | 2003-06-25 | 2 | -9/+12 | ||
| | ||||||
* | index -> strrchr | 2003-06-25 | 1 | -2/+2 | ||
| | ||||||
* | knf | 2003-06-25 | 2 | -57/+45 | ||
| | ||||||
* | remove unused variable | 2003-06-25 | 1 | -4/+4 | ||
| | ||||||
* | -Wstrict-prototypes | 2003-06-25 | 2 | -7/+11 | ||
| | ||||||
* | avoid signed issues; tedu ok | 2003-06-25 | 1 | -4/+4 | ||
| | ||||||
* | exit path signal race safe | 2003-06-25 | 4 | -38/+40 | ||
| | ||||||
* | 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 | 2 | -27/+21 | ||
| | ||||||
* | cleanup. ansi, headers, correct prototypes, some safer string and | 2003-06-25 | 6 | -624/+678 | ||
| | | | | | tempfile functions, whitespace, ... no functional improvements yet | |||||
* | -Wall | 2003-06-25 | 1 | -1/+2 | ||
| | ||||||
* | a Makefile | 2003-06-25 | 1 | -0/+6 | ||
| | ||||||
* | caldera licenses | 2003-06-25 | 4 | -0/+144 | ||
| | ||||||
* | man page from 4.4lite2 | 2003-06-25 | 1 | -110/+95 | ||
| | ||||||
* | 4.3reno diff. This is free because of the Caldera license. Nasty, but a | 2003-06-25 | 6 | -0/+2190 | ||
place to start. |