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 / time.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-03-12 Rob LandleyThe time command depends on floating point support.
2015-02-07 Rob LandleyMake toy_exec() check if argc is in optargs and deal...
2014-05-31 Rob LandleyIntroduce xfork() and make commands use it, and make...
2013-07-18 Rob LandleyReplace users of xexec(toys.optargs) with xexec_optargs...
2013-01-31 Rob LandleyAdd time command (that only does posix mode).