| Age | Commit message (Expand) | Author | Lines |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -1/+0 |
| 2006-05-20 | (main): Rename local, s/symlink_deref_bit/symlink_deref_bits/ | Jim Meyering | -5/+5 |
| 2006-05-19 | (main): Don't let -D, -L, or -P turn off the internal | Jim Meyering | -5/+10 |
| 2005-11-04 | (process_file): Don't overflow for files of size >= 2^31 | Jim Meyering | -1/+1 |
| 2005-10-15 | (usage): Document -m, once again. | Jim Meyering | -4/+22 |
| 2005-09-16 | Include fprintftime.h. | Jim Meyering | -8/+3 |
| 2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert | -28/+20 |
| 2005-09-07 | (time_args): Use NULL in place of 0. | Jim Meyering | -1/+1 |
| 2005-08-27 | Go ahead and leave the patch in (i.e., revert | Jim Meyering | -5/+2 |
| 2005-08-27 | Revert the du.c part of the change from 2005-07-02: | Jim Meyering | -2/+5 |
| 2005-08-21 | (time_style): Add `const' attribute. | Jim Meyering | -2/+2 |
| 2005-08-02 | Include "xanstrftime.h". | Jim Meyering | -17/+4 |
| 2005-07-03 | (main): Reuse stdin rather than opening a new stream. | Paul Eggert | -5/+2 |
| 2005-06-30 | Add uses of ARGMATCH_VERIFY to ensure that | Jim Meyering | -1/+0 |
| 2005-06-30 | Add uses of ARGMATCH_VERIFY to ensure that | Jim Meyering | -2/+3 |
| 2005-06-29 | (show_date): Use X2REALLOC rather than x2realloc. | Jim Meyering | -1/+1 |
| 2005-06-28 | (show_date): Use x2realloc on 1-byte base types, not x2nrealloc. | Jim Meyering | -1/+1 |
| 2005-06-23 | Do not include hard-locale.h. | Paul Eggert | -117/+117 |
| 2005-06-23 | (time_format): Add `const' attribute. | Jim Meyering | -1/+1 |
| 2005-06-23 | (show_date): Add a FIXME comment. | Jim Meyering | -0/+1 |
| 2005-06-23 | (show_date): Rename local `time_format' so as not to | Jim Meyering | -6/+6 |
| 2005-06-23 | (usage): Tweak formatting to maintain more or less constant indentation. | Jim Meyering | -9/+8 |
| 2005-06-23 | Include hard-locale.h and strftime.h. | Jim Meyering | -68/+70 |
| 2005-06-23 | 2005-06-14 William Brendling <wbrendling@gmail.com> | Jim Meyering | -43/+265 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-01-05 | (process_file): Evaluate exclusion rules against | Jim Meyering | -2/+2 |
| 2004-09-21 | (main): Remove unused "case 0". | Paul Eggert | -8/+5 |
| 2004-08-02 | (fts_debug, opt_all, apparent_size, opt_count_all, | Paul Eggert | -111/+101 |
| 2004-06-30 | (usage, main): Output "file system" rather than "filesystem". | Jim Meyering | -1/+1 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -3/+6 |
| 2004-04-27 | (opt_nul_terminate_output): Declare `static'. | Jim Meyering | -1/+1 |
| 2004-04-27 | (G_fail): Declare `static'. | Jim Meyering | -1/+1 |
| 2004-03-28 | Minor optimization: | Jim Meyering | -6/+1 |
| 2004-03-27 | (print_grand_total): Rename global from `print_totals'. | Jim Meyering | -4/+4 |
| 2004-03-27 | (main): Rearrange filtering loop to be a tiny bit more efficient. | Jim Meyering | -17/+25 |
| 2004-03-25 | (main): Remove now-unused declaration of `i'. | Jim Meyering | -1/+0 |
| 2004-03-25 | (main): Filter out file names of length zero before | Jim Meyering | -19/+30 |
| 2004-03-24 | (EXPECTED_BYTES_PER_FILE_NAME, DEFAULT_PROJECTED_N_FILES): | Jim Meyering | -44/+29 |
| 2004-03-23 | (main): Free the hash table, too. | Jim Meyering | -0/+2 |
| 2004-03-22 | (du_files): Return bool, rather than int. | Jim Meyering | -11/+17 |
| 2004-03-22 | Include "readtokens0.h" rather than "readtokens.h". | Jim Meyering | -26/+16 |
| 2004-03-21 | (main): whoops. don't use errno for this diagnostic: | Jim Meyering | -1/+2 |
| 2004-03-21 | du accepts a new option --from0-file=FILE, where FILE contains | Jim Meyering | -3/+90 |
| 2004-02-22 | (usage): Separate -H and --si. Say that the meaning | Jim Meyering | -1/+3 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -1/+1 |
| 2004-01-04 | (usage): Mention that, with its current meaning, -H is deprecated. | Jim Meyering | -2/+2 |
| 2003-12-20 | Accept new option (-0, --null) that makes it so each | Jim Meyering | -3/+12 |
| 2003-12-19 | (FTS_CROSS_CHECK, DEBUG_OPT): Define. | Jim Meyering | -2/+19 |