コミット履歴

作者 SHA1 メッセージ 日付
  Elliott Hughes a775773f6e du: consistent --help capitalization. 4 年 前
  Rob Landley cc803fb5fb du: Implement -b 4 年 前
  Elliott Hughes 763e85820b Canonicalize the usage: lines for the POSIX toys. 4 年 前
  Elliott Hughes 41dd487845 du: use FLAG(). 4 年 前
  Rob Landley ac89784055 Rikk on github asked for the examples back. 5 年 前
  Elliott Hughes 141a075c0e Clean up some --help formatting. 5 年 前
  Rob Landley 8993496e49 Convert option style. 5 年 前
  Rob Landley aa265ebff4 Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbing 6 年 前
  Rob Landley cf2e8d08b3 Replace two space indents with tab indents in help text (for consistency). 7 年 前
  Rob Landley 8d0f0b6ba8 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB 7 年 前
  Rob Landley 8d95074b7d Cleanup pass on the dirtree infrastructure, in preparation for making rm -r 8 年 前
  Elliott Hughes 0fb4651947 Different tools have different ideas about what human-readable output 9 年 前
  Rob Landley f033f8607f Move the magic list of commands needing cleanup from toys/pending/README 9 年 前
  Rob Landley 1f5f436826 Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just 9 年 前
  Rob Landley aab9164df3 Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from 9 年 前
  Rob Landley 10e0d86c08 Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" shouldn't loop endlessly. 9 年 前
  Rob Landley fec3fd1f8a Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle. 10 年 前
  Rob Landley 48c172ba58 Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. 10 年 前
  Rob Landley 6c64f5f186 Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. 10 年 前
  Isaac Dunham 931425ca05 roadmap: describe glibc commands. 10 年 前
  Rob Landley 2fed34c0a8 Fix wrong printf type. 11 年 前
  Rob Landley 880d4a9652 Cleanup du. 11 年 前
  Rob Landley 090c5c607e Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions. 11 年 前
  Rob Landley 3162c27324 Have dirtree_add_node() set parent so error message can provide full path. 11 年 前
  Rob Landley 7aa651a6a4 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. 11 年 前
  Rob Landley c0e56edaf2 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. 11 年 前
  Ashwini Kumar 1a0eedf795 Add du command. 12 年 前