OSDN Git Service

"printf %x 64" wasn't working right on 32 bit because a variable type was wrong.
[android-x86/external-toybox.git] / toys / posix / sort.c
2016-01-15 Rob LandleyFix sort -f, add tests, make TEST_HOST pass new tests.
2015-07-07 Rob LandleyAvoid integer overflow with insane input data.
2015-07-05 Rob LandleyKylie McClain pointed out that -z affects both input...
2015-03-14 Rob LandleyClean up sort help text.
2014-01-30 Rob LandleyMore elaborate help text collating logic.
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...