summaryrefslogtreecommitdiff
path: root/usr.bin/sort/coll.c
AgeCommit message (Expand)Author
2015-12-11Use %zu to print size_t's rather than casting to int.mmcc
2015-04-05For the -g flag, treat non-floating point keys as 0, similar to -n.Todd C. Miller
2015-04-05The -b flag should only apply when key fields are specified.Todd C. Miller
2015-04-02murder excessive whitespaceTheo de Raadt
2015-04-02Zap some more NULL checks in front of free.Tobias Stoeckmann
2015-04-01Revert unintentional commit. This will be revisited shortly.Todd C. Miller
2015-04-01Style nits, remove whitespace at the start of a function.Todd C. Miller
2015-04-01Style nits, remove whitespace at the start of a function.Todd C. Miller
2015-03-29Fix build on vax, a problem FreeBSD doesn't have.Miod Vallat
2015-03-17Add sort_calloc() and use it.Todd C. Miller
2015-03-17Initial import of FreeBSD sort.Todd C. Miller