summaryrefslogtreecommitdiffstats
path: root/usr.bin/sdiff (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* shorten main initializationderaadt2005-12-271-11/+4
|
* goto labels after case statements make lint happierderaadt2005-12-271-3/+3
|
* INT_MAX should be big enough for a widthtedu2005-12-271-4/+3
|
* remove debug modetedu2005-12-273-144/+6
|
* add DPADDderaadt2005-12-271-1/+2
|
* sizeof char is always 1tedu2005-12-271-3/+3
|
* if an allocation function fails, err will print "cannot allocate memory"tedu2005-12-272-8/+8
| | | | for us, just add the name of the function
* close can't really fail, don't bother checkingtedu2005-12-272-26/+11
|
* remove broken assert on argc, and put argc check in right placetedu2005-12-272-12/+9
|
* variables in header should be extern, defined in a c file.tedu2005-12-273-12/+13
| | | | if cast for free is needed because of const nastiness, at least cast to void *
* OpenBSD tagstedu2005-12-274-4/+4
|
* add a public domain sdiff implementation contributed by ray laitedu2005-12-275-0/+1471