Age | Commit message (Expand) | Author |
2019-12-28 | Cleanup, mostly whitespace. | Rob Landley |
2019-08-12 | sort: move off get_rawline. | Elliott Hughes |
2019-03-18 | cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-18 | Document the -k2.3,4.5 syntax and make it behave closer to the other one. | Rob Landley |
2019-02-04 | sort -o: fix behavior when output file is one of the input files. | Elliott Hughes |
2018-12-19 | First stab at sort -V | Rob Landley |
2018-12-19 | Fix sort -x attached to a key. | Rob Landley |
2018-12-04 | Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x) | Rob Landley |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-12-04 | Remove CFG_SORT_BIG, just always do that. | Rob Landley |
2018-08-25 | Coding style change: 1) Use argument letter for variable names filled out by | Rob Landley |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2016-12-25 | Fix a bug for sort. When the key_separator is not space, the sort commandline... | wxj |
2016-01-15 | Fix sort -f, add tests, make TEST_HOST pass new tests. | Rob Landley |
2015-07-06 | Avoid integer overflow with insane input data. | Rob Landley |
2015-07-05 | Kylie McClain pointed out that -z affects both input and output. | Rob Landley |
2015-03-13 | Clean up sort help text. | Rob Landley |
2014-01-29 | More elaborate help text collating logic. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |