summaryrefslogtreecommitdiff
path: root/usr.bin/sort/tmp.c
AgeCommit message (Expand)Author
2008-03-19Get rid of a useless variable.Matthias Kilian
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-30Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers.Todd C. Miller
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1997-06-16Cosmetic cleanup, mostly KNF.Todd C. Miller
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller