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 / xargs.c
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
2015-05-31 Rob LandleyMove the magic list of commands needing cleanup from...
2014-05-31 Rob LandleyIntroduce xfork() and make commands use it, and make...
2013-11-01 Rob LandleyPatch from William Haddon to make xargs with blank...
2013-07-06 Isaac DunhamThis inlines CRC64, and nothing more.
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 LandleyMove commands into "posix", "lsb", and "other" menus...