TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / du.c
2008-08-04 Benno Schulenbergdoc: correct and normalize --help output of several...
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-29 Jim Meyeringdu.c: tiny cleanup (no semantic change)
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2008-05-26 Jim Meyeringuse gnulib's proper_name_utf8 function, but *not* prope...
2008-05-17 Jim Meyeringdu, wc: merge improved --files0-from=F-related diagnostics
2007-08-11 Paul EggertAccommodate more xstrtol changes.
2007-08-04 Paul EggertAdapt to new human and xstrtol API.
2007-07-31 Jim Meyeringdu: print size (probably incomplete) of each inaccessib...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-14 Jim MeyeringRemove long-deprecated options.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-02 Jim Meyering* src/du.c (usage): Tweak description of --dereference...
2007-04-25 Jim Meyering* src/du.c (usage): Clarify description of --dereferenc...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-10 Jim Meyering* src/csplit.c (usage): Use two spaces (not one) to...
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-05-20 Jim Meyering(main): Rename local, s/symlink_deref_bit/symlink_deref...
2006-05-19 Jim Meyering(main): Don't let -D, -L, or -P turn off the internal
2005-11-04 Jim Meyering(process_file): Don't overflow for files of size >...
2005-10-15 Jim Meyering(usage): Document -m, once again.
2005-09-16 Jim MeyeringInclude fprintftime.h.
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-09-07 Jim Meyering(time_args): Use NULL in place of 0.
2005-08-27 Jim MeyeringGo ahead and leave the patch in (i.e., revert
2005-08-27 Jim MeyeringRevert the du.c part of the change from 2005-07-02:
2005-08-21 Jim Meyering(time_style): Add `const' attribute.
2005-08-02 Jim MeyeringInclude "xanstrftime.h".
2005-07-03 Paul Eggert(main): Reuse stdin rather than opening a new stream.
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-29 Jim Meyering(show_date): Use X2REALLOC rather than x2realloc.
2005-06-28 Jim Meyering(show_date): Use x2realloc on 1-byte base types, not...
2005-06-23 Paul EggertDo not include hard-locale.h.
2005-06-23 Jim Meyering(time_format): Add `const' attribute.
2005-06-23 Jim Meyering(show_date): Add a FIXME comment.
2005-06-23 Jim Meyering(show_date): Rename local `time_format' so as not to
2005-06-23 Jim Meyering(usage): Tweak formatting to maintain more or less...
2005-06-23 Jim MeyeringInclude hard-locale.h and strftime.h.
2005-06-23 Jim Meyering2005-06-14 William Brendling <wbrendling@gmail.com>
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-01-05 Jim Meyering(process_file): Evaluate exclusion rules against
2004-09-21 Paul Eggert(main): Remove unused "case 0".
2004-08-02 Paul Eggert(fts_debug, opt_all, apparent_size, opt_count_all,
2004-06-30 Jim Meyering(usage, main): Output "file system" rather than "filesy...
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-04-27 Jim Meyering(opt_nul_terminate_output): Declare `static'.
2004-04-27 Jim Meyering(G_fail): Declare `static'.
2004-03-28 Jim MeyeringMinor optimization:
2004-03-27 Jim Meyering(print_grand_total): Rename global from `print_totals'.
2004-03-27 Jim Meyering(main): Rearrange filtering loop to be a tiny bit more...
2004-03-25 Jim Meyering(main): Remove now-unused declaration of `i'.
2004-03-25 Jim Meyering(main): Filter out file names of length zero before
2004-03-24 Jim Meyering(EXPECTED_BYTES_PER_FILE_NAME, DEFAULT_PROJECTED_N_FILES):
2004-03-23 Jim Meyering(main): Free the hash table, too.
2004-03-22 Jim Meyering(du_files): Return bool, rather than int.
2004-03-22 Jim MeyeringInclude "readtokens0.h" rather than "readtokens.h".
2004-03-21 Jim Meyering(main): whoops. don't use errno for this diagnostic:
2004-03-21 Jim Meyeringdu accepts a new option --from0-file=FILE, where FILE...
2004-02-22 Jim Meyering(usage): Separate -H and --si. Say that the meaning
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-04 Jim Meyering(usage): Mention that, with its current meaning, -H...
2003-12-20 Jim MeyeringAccept new option (-0, --null) that makes it so each
2003-12-19 Jim Meyering(FTS_CROSS_CHECK, DEBUG_OPT): Define.
2003-10-25 Jim Meyering(entry_hash): Adjust to reflect
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-17 Jim Meyering(main): Simply assign to bit_flags.
2003-10-17 Jim MeyeringInclude "xfts.h".
2003-10-17 Jim Meyeringtweak comment
2003-10-09 Jim Meyeringtweak comments
2003-10-05 Jim Meyerings/nftw/fts/g in a comment
2003-10-05 Jim Meyering(du_files): Mark diagnostic for translation.
2003-10-04 Jim Meyering(du_files): Ignore any failure of fts_close.
2003-10-04 Jim Meyering(du_files): Give better diagnostics for failed fts_open.
2003-10-04 Jim Meyering(MAX_N_DESCRIPTORS): Remove now-unused definition.
2003-10-04 Jim Meyering(enum) [HUMAN_SI_OPTION]: New member.
2003-10-03 Jim MeyeringAccept --no-dereference (-P).
2003-10-02 Jim MeyeringInclude "fts_.h", not ftw.h.
2003-09-19 Jim Meyering`du -D symlink-to-dir' would mistakenly omit the slash in
2003-09-19 Jim Meyering(process_file): Remove useless disjunct.
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-09-03 Jim Meyering(AUTHORS): Remove Larry McVoy's name, since the relatively
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-14 Jim Meyering(usage): Don't use `,' as the thousands separator
2003-05-10 Jim MeyeringHandle argc < optind.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-03-08 Jim Meyering(process_file): If a file's size is not being counted
next