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 / du.c
2016-10-01 Rob Landleydu: 32 bit systems were maxing out at 2GB when they...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2015-08-09 Elliott HughesDifferent tools have different ideas about what human...
2015-05-31 Rob LandleyMove the magic list of commands needing cleanup from...
2015-05-10 Rob LandleyCleanups of dirtree_start() calls. (Don't need to feed...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2014-12-01 Rob LandleyAshwini Sharma pointed out that "mkdir sub; ln -s ...
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-05-06 Rob LandleySwitch human_readable() to just outputing decimal kilo...
2014-04-16 Rob LandleyRevert lots of half-finished local debris I didn't...
2014-04-12 Isaac Dunhamroadmap: describe glibc commands.
2013-08-18 Rob LandleyFix wrong printf type.
2013-08-18 Rob LandleyCleanup du.
2012-12-31 Rob LandleyMake dirtree_handle_callback() start with dirtree_...
2012-12-06 Rob LandleyHave dirtree_add_node() set parent so error message...
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-27 Ashwini KumarAdd du command.