summaryrefslogtreecommitdiff
path: root/src/du.c
AgeCommit message (Expand)Author
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
2007-07-31du: print size (probably incomplete) of each inaccessible directoryJim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-14Remove long-deprecated options.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-05-02* src/du.c (usage): Tweak description of --dereference-args (-D) again.Jim Meyering
2007-04-25* src/du.c (usage): Clarify description of --dereference-args (-D).Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-05-20(main): Rename local, s/symlink_deref_bit/symlink_deref_bits/Jim Meyering
2006-05-19(main): Don't let -D, -L, or -P turn off the internalJim Meyering
2005-11-04(process_file): Don't overflow for files of size >= 2^31Jim Meyering
2005-10-15(usage): Document -m, once again.Jim Meyering
2005-09-16Include fprintftime.h.Jim Meyering
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert
2005-09-07(time_args): Use NULL in place of 0.Jim Meyering
2005-08-27Go ahead and leave the patch in (i.e., revertJim Meyering
2005-08-27Revert the du.c part of the change from 2005-07-02:Jim Meyering
2005-08-21(time_style): Add `const' attribute.Jim Meyering
2005-08-02Include "xanstrftime.h".Jim Meyering
2005-07-03(main): Reuse stdin rather than opening a new stream.Paul Eggert
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-29(show_date): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-28(show_date): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-23Do not include hard-locale.h.Paul Eggert
2005-06-23(time_format): Add `const' attribute.Jim Meyering
2005-06-23(show_date): Add a FIXME comment.Jim Meyering
2005-06-23(show_date): Rename local `time_format' so as not toJim Meyering
2005-06-23(usage): Tweak formatting to maintain more or less constant indentation.Jim Meyering
2005-06-23Include hard-locale.h and strftime.h.Jim Meyering
2005-06-232005-06-14 William Brendling <wbrendling@gmail.com>Jim Meyering
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-01-05(process_file): Evaluate exclusion rules againstJim Meyering
2004-09-21(main): Remove unused "case 0".Paul Eggert
2004-08-02(fts_debug, opt_all, apparent_size, opt_count_all,Paul Eggert
2004-06-30(usage, main): Output "file system" rather than "filesystem".Jim Meyering
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-04-27(opt_nul_terminate_output): Declare `static'.Jim Meyering
2004-04-27(G_fail): Declare `static'.Jim Meyering
2004-03-28Minor optimization:Jim Meyering
2004-03-27(print_grand_total): Rename global from `print_totals'.Jim Meyering
2004-03-27(main): Rearrange filtering loop to be a tiny bit more efficient.Jim Meyering
2004-03-25(main): Remove now-unused declaration of `i'.Jim Meyering
2004-03-25(main): Filter out file names of length zero beforeJim Meyering