aboutsummaryrefslogtreecommitdiffstats
path: root/src/du.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-309/+309
2009-02-13du,chgrp,chmod,chown: use FTS_DEFER_STATJim Meyering1-2/+2
2008-12-16du: -H now does what POSIX requiresJim Meyering1-9/+4
2008-12-02du: read and process --files0-from= input a name at a time,Jim Meyering1-63/+77
2008-12-01doc: Improve description of --files0-from optionPádraig Brady1-1/+2
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering1-1/+1
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg1-3/+3
2008-06-27factor out time_t-to-string conversion idiomJim Meyering1-5/+1
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-1/+1
2008-06-08standardize some error messagesBo Borgerson1-1/+1
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-29du.c: tiny cleanup (no semantic change)Jim Meyering1-1/+1
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering1-1/+3
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering1-1/+2
2008-05-17du, wc: merge improved --files0-from=F-related diagnosticsJim Meyering1-1/+13
2007-08-11Accommodate more xstrtol changes.Paul Eggert1-2/+2
2007-08-04Adapt to new human and xstrtol API.Paul Eggert1-7/+16
2007-07-31du: print size (probably incomplete) of each inaccessible directoryJim Meyering1-6/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-14Remove long-deprecated options.Jim Meyering1-13/+0
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-05-02* src/du.c (usage): Tweak description of --dereference-args (-D) again.Jim Meyering1-1/+2
2007-04-25* src/du.c (usage): Clarify description of --dereference-args (-D).Jim Meyering1-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering1-4/+4
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert1-0/+4
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert1-1/+0
2006-05-20(main): Rename local, s/symlink_deref_bit/symlink_deref_bits/Jim Meyering1-5/+5
2006-05-19(main): Don't let -D, -L, or -P turn off the internalJim Meyering1-5/+10
2005-11-04(process_file): Don't overflow for files of size >= 2^31Jim Meyering1-1/+1
2005-10-15(usage): Document -m, once again.Jim Meyering1-4/+22
2005-09-16Include fprintftime.h.Jim Meyering1-8/+3
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert1-28/+20
2005-09-07(time_args): Use NULL in place of 0.Jim Meyering1-1/+1
2005-08-27Go ahead and leave the patch in (i.e., revertJim Meyering1-5/+2
2005-08-27Revert the du.c part of the change from 2005-07-02:Jim Meyering1-2/+5
2005-08-21(time_style): Add `const' attribute.Jim Meyering1-2/+2
2005-08-02Include "xanstrftime.h".Jim Meyering1-17/+4
2005-07-03(main): Reuse stdin rather than opening a new stream.Paul Eggert1-5/+2
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering1-1/+0
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering1-2/+3
2005-06-29(show_date): Use X2REALLOC rather than x2realloc.Jim Meyering1-1/+1
2005-06-28(show_date): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering1-1/+1
2005-06-23Do not include hard-locale.h.Paul Eggert1-117/+117
2005-06-23(time_format): Add `const' attribute.Jim Meyering1-1/+1
2005-06-23(show_date): Add a FIXME comment.Jim Meyering1-0/+1
2005-06-23(show_date): Rename local `time_format' so as not toJim Meyering1-6/+6
2005-06-23(usage): Tweak formatting to maintain more or less constant indentation.Jim Meyering1-9/+8