| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2003-10-25 | (entry_hash): Adjust to reflect | Jim Meyering | -2/+2 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -3/+3 |
| 2003-10-17 | (main): Simply assign to bit_flags. | Jim Meyering | -8/+5 |
| 2003-10-17 | Include "xfts.h". | Jim Meyering | -22/+2 |
| 2003-10-17 | tweak comment | Jim Meyering | -4/+4 |
| 2003-10-09 | tweak comments | Jim Meyering | -3/+3 |
| 2003-10-05 | s/nftw/fts/g in a comment | Jim Meyering | -2/+2 |
| 2003-10-05 | (du_files): Mark diagnostic for translation. | Jim Meyering | -1/+1 |
| 2003-10-04 | (du_files): Ignore any failure of fts_close. | Jim Meyering | -5/+4 |
| 2003-10-04 | (du_files): Give better diagnostics for failed fts_open. | Jim Meyering | -5/+20 |
| 2003-10-04 | (MAX_N_DESCRIPTORS): Remove now-unused definition. | Jim Meyering | -4/+0 |
| 2003-10-04 | (enum) [HUMAN_SI_OPTION]: New member. | Jim Meyering | -1/+6 |
| 2003-10-03 | Accept --no-dereference (-P). | Jim Meyering | -4/+12 |
| 2003-10-02 | Include "fts_.h", not ftw.h. | Jim Meyering | -139/+102 |
| 2003-09-19 | `du -D symlink-to-dir' would mistakenly omit the slash in | Jim Meyering | -1/+2 |
| 2003-09-19 | (process_file): Remove useless disjunct. | Jim Meyering | -3/+1 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -3/+3 |
| 2003-09-18 | revert previous change | Jim Meyering | -1/+1 |
| 2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering | -1/+1 |
| 2003-09-03 | (AUTHORS): Remove Larry McVoy's name, since the relatively | Jim Meyering | -1/+1 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-05-14 | (usage): Don't use `,' as the thousands separator | Jim Meyering | -1/+1 |
| 2003-05-10 | Handle argc < optind. | Jim Meyering | -1/+1 |
| 2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering | -1/+1 |
| 2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering | -1/+1 |
| 2003-03-08 | (process_file): If a file's size is not being counted | Jim Meyering | -0/+8 |
| 2003-03-08 | `du -S' didn't work | Jim Meyering | -15/+20 |