summaryrefslogtreecommitdiff
path: root/src/du.c
AgeCommit message (Expand)Author
2010-07-04du: use less than half as much memory when tracking hard linksJim Meyering
2010-07-03du: don't miscount duplicate directories or link-count-1 filesPaul Eggert
2010-06-29doc: df, du, ls: improve --blocksize description in --helpJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-05-19du: recognize -d N as equivalent to --max-depth=NJon Ringuette
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-11-07build: consistently use freopen-saferEric Blake
2009-11-07maint: make du's cycle-detection code consistentJim Meyering
2009-11-05du: cleanup: remove dead-code vestige of already-removed optionJim Meyering
2009-11-05du now diagnoses cycles, rather than ignoring themJim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík
2009-09-01chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady
2009-09-01chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering
2009-09-01maint: du: remove unnecessary initializationJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-02-13du,chgrp,chmod,chown: use FTS_DEFER_STATJim Meyering
2008-12-16du: -H now does what POSIX requiresJim Meyering
2008-12-02du: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-01doc: Improve description of --files0-from optionPádraig Brady
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-29du.c: tiny cleanup (no semantic change)Jim Meyering
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering
2008-05-17du, wc: merge improved --files0-from=F-related diagnosticsJim Meyering
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