summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix temp file handling and deal with the case where we might need 2 temp files.millert2003-06-264-37/+60
|
* off by one in size calculationvincent2003-06-261-2/+2
| | | | ok tedu
* put all the flags and globals in diff.c, and declare externs in diff.htedu2003-06-262-59/+49
| | | | ok millert@
* Add a space after flags that take an argumnent in usage() since getopt()millert2003-06-251-5/+5
| | | | supports that.
* remove term 3deraadt2003-06-251-5/+1
|
* fix unified diff output. ok millert@tedu2003-06-251-9/+9
|
* De-uglify usagemillert2003-06-251-5/+5
|
* Add unidiff support and try to pretty up usage() a bitmillert2003-06-253-23/+106
|
* o use S_ISDIR instead of doing it by handmillert2003-06-254-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 -Dmillert2003-06-251-2/+2
|
* cleanup;jmc2003-06-251-74/+89
| | | | ok deraadt@
* o use getopt()millert2003-06-254-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 clausemillert2003-06-251-16/+31
|
* this can be 3 term; gwyllion@ace.ulyssis.orgderaadt2003-06-251-6/+2
|
* remove silly signal catcher, and just use done. ok deraadt@tedu2003-06-253-17/+8
|
* oopsderaadt2003-06-251-3/+3
|
* use SEEK_SET with fseek()deraadt2003-06-251-4/+4
|
* more knfderaadt2003-06-252-9/+12
|
* index -> strrchrderaadt2003-06-251-2/+2
|
* knfderaadt2003-06-252-57/+45
|
* remove unused variabletedu2003-06-251-4/+4
|
* -Wstrict-prototypestedu2003-06-252-7/+11
|
* avoid signed issues; tedu okderaadt2003-06-251-4/+4
|
* exit path signal race safederaadt2003-06-254-38/+40
|
* fix lseekderaadt2003-06-251-2/+2
|
* snprintfderaadt2003-06-251-2/+3
|
* more cast removal, and fix some indent(1) odditiestedu2003-06-252-27/+21
|
* cleanup. ansi, headers, correct prototypes, some safer string andtedu2003-06-256-624/+678
| | | | | tempfile functions, whitespace, ... no functional improvements yet
* -Wallderaadt2003-06-251-1/+2
|
* a Makefilederaadt2003-06-251-0/+6
|
* caldera licensesderaadt2003-06-254-0/+144
|
* man page from 4.4lite2deraadt2003-06-251-110/+95
|
* 4.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt2003-06-256-0/+2190
place to start.