log toys/posix/du.c @ 1261:9e105bab92e5 draft

age author description
Wed, 16 Apr 2014 08:54:19 -0500 Rob Landley Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. draft
Sat, 12 Apr 2014 17:26:44 -0500 Isaac Dunham roadmap: describe glibc commands. draft
Sun, 18 Aug 2013 14:04:18 -0500 Rob Landley Fix wrong printf type.
Sun, 18 Aug 2013 04:11:50 -0500 Rob Landley Cleanup du.
Mon, 31 Dec 2012 14:38:13 -0600 Rob Landley Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions.
Thu, 06 Dec 2012 15:13:30 -0600 Rob Landley Have dirtree_add_node() set parent so error message can provide full path.
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
Mon, 08 Oct 2012 00:02:30 -0500 Rob Landley New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
Sun, 26 Aug 2012 21:17:00 -0500 Ashwini Kumar Add du command.