aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/sort.c
AgeCommit message (Expand)Author
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-12-25Fix a bug for sort. When the key_separator is not space, the sort commandline...wxj
2016-01-15Fix sort -f, add tests, make TEST_HOST pass new tests.Rob Landley
2015-07-06Avoid integer overflow with insane input data.Rob Landley
2015-07-05Kylie McClain pointed out that -z affects both input and output.Rob Landley
2015-03-13Clean up sort help text.Rob Landley
2014-01-29More elaborate help text collating logic.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley