Age | Commit message (Expand) | Author |
---|---|---|
2005-12-27 | add a SEE ALSO section; | Jason McIntyre |
2005-12-27 | - kill trailing whitespace | Jason McIntyre |
2005-12-27 | remove xstrtonum | Ted Unangst |
2005-12-27 | shorten main initialization | Theo de Raadt |
2005-12-27 | goto labels after case statements make lint happier | Theo de Raadt |
2005-12-27 | INT_MAX should be big enough for a width | Ted Unangst |
2005-12-27 | remove debug mode | Ted Unangst |
2005-12-27 | add DPADD | Theo de Raadt |
2005-12-27 | sizeof char is always 1 | Ted Unangst |
2005-12-27 | if an allocation function fails, err will print "cannot allocate memory" | Ted Unangst |
2005-12-27 | close can't really fail, don't bother checking | Ted Unangst |
2005-12-27 | remove broken assert on argc, and put argc check in right place | Ted Unangst |
2005-12-27 | variables in header should be extern, defined in a c file. | Ted Unangst |
2005-12-27 | OpenBSD tags | Ted Unangst |
2005-12-27 | add a public domain sdiff implementation contributed by ray lai | Ted Unangst |