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 / mkdir.c
2015-07-01 Elliott HughesImprove -Z error reporting.
2015-05-28 Rob LandleyAttempt to fix the mkdir LSM race.
2015-05-22 José Bollomkdir: Fix argument of option -Z
2015-05-20 Rob LandleyAdd -Z support to mkdir, based on a patch from Jose...
2014-06-03 Rob LandleyHelp text should have a blank line after usage: lines...
2014-03-12 Rob LandleyMove mkpathat to lib, remove redundant function used...
2014-03-11 Rob LandleyFactor out mkpathat.
2013-12-18 Rob LandleyAshwini Sharma added -v, I tweaked it a bit and added...
2013-09-05 Rob LandleyMake chdir handle permissions according to posix, repor...
2013-01-02 Rob LandleyHave error_msg() and friends set TT.exitval to 1 if...
2012-12-23 Rob LandleyMinor tweaks.
2012-12-23 Felix JandaAdd -m option to mkdir
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...