Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | shorten main initialization | 2005-12-27 | 1 | -11/+4 | ||
| | ||||||
* | goto labels after case statements make lint happier | 2005-12-27 | 1 | -3/+3 | ||
| | ||||||
* | INT_MAX should be big enough for a width | 2005-12-27 | 1 | -4/+3 | ||
| | ||||||
* | remove debug mode | 2005-12-27 | 3 | -144/+6 | ||
| | ||||||
* | add DPADD | 2005-12-27 | 1 | -1/+2 | ||
| | ||||||
* | sizeof char is always 1 | 2005-12-27 | 1 | -3/+3 | ||
| | ||||||
* | if an allocation function fails, err will print "cannot allocate memory" | 2005-12-27 | 2 | -8/+8 | ||
| | | | | for us, just add the name of the function | |||||
* | close can't really fail, don't bother checking | 2005-12-27 | 2 | -26/+11 | ||
| | ||||||
* | remove broken assert on argc, and put argc check in right place | 2005-12-27 | 2 | -12/+9 | ||
| | ||||||
* | variables in header should be extern, defined in a c file. | 2005-12-27 | 3 | -12/+13 | ||
| | | | | if cast for free is needed because of const nastiness, at least cast to void * | |||||
* | OpenBSD tags | 2005-12-27 | 4 | -4/+4 | ||
| | ||||||
* | add a public domain sdiff implementation contributed by ray lai | 2005-12-27 | 5 | -0/+1471 | ||