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 / nohup.c
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2015-03-10 Rob LandleyUse xsignal() instead of signal().
2015-02-07 Rob LandleyMake toy_exec() check if argc is in optargs and deal...
2014-10-21 Rob LandleyMore static analysis fixes from Ashwini Sharma.
2014-06-12 Rob LandleyOption parsing for nohup needs to stop at first nonopti...
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-07-18 Rob LandleyReplace users of xexec(toys.optargs) with xexec_optargs...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...