| Age | Commit message (Expand) | Author | Lines |
| 2003-02-06 | (process_file): Don't return early for excluded files | Jim Meyering | -7/+19 |
| 2003-02-01 | Don't put decl after non-decl. | Jim Meyering | -1/+2 |
| 2003-02-01 | (MAX_N_DESCRIPTORS): Define. | Jim Meyering | -3/+6 |
| 2003-01-31 | ditto for invalid options | Jim Meyering | -2/+2 |
| 2003-01-31 | (main): Upon processing a bad --exclude-from or --max-depth | Jim Meyering | -12/+21 |
| 2003-01-31 | Rewrite to perform directory traversal using nftw. | Jim Meyering | -254/+239 |
| 2003-01-04 | remove blank line | Jim Meyering | -1/+0 |
| 2003-01-04 | (count_entry) [S_ISLNK]: Don't define. | Jim Meyering | -4/+2 |
| 2002-12-08 | (lstat) [! LSTAT_FOLLOWS_SLASHED_SYMLINK]: | Jim Meyering | -0/+9 |
| 2002-11-24 | More clean-up, not that / means /. | Jim Meyering | -3/+4 |
| 2002-11-24 | (du_files): Don't strip any trailing slash. | Jim Meyering | -20/+7 |
| 2002-11-08 | (human_output_opts): New var. | Jim Meyering | -12/+19 |
| 2002-10-13 | (usage): Tweak description of --dereference-args/-D. | Jim Meyering | -1/+1 |
| 2002-10-13 | (count_entry): Also save cwd when dereferencing (via --dereference-args, -D) | Jim Meyering | -4/+8 |
| 2002-10-03 | Mark translatable string with `N_ (...)'. | Jim Meyering | -1/+1 |
| 2002-09-22 | Remove all inclusions of inttypes.h, | Jim Meyering | -3/+0 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -5/+5 |
| 2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering | -3/+3 |
| 2002-07-10 | update copyright | Jim Meyering | -1/+1 |
| 2002-07-10 | (usage) [--exclude]: Use PATTERN rather than PAT. | Jim Meyering | -2/+2 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2001-12-21 | (BLOCK_SIZE_OPTION): Remove; no longer needed now that we have 'B'. | Jim Meyering | -13/+15 |
| 2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | -4/+2 |
| 2001-11-23 | (usage): Note that ``Mandatory arguments to long options are mandatory | Jim Meyering | -0/+5 |
| 2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering | -2/+10 |
| 2001-11-23 | Use opaque type, Hash_table, not `struct hash_table'. | Jim Meyering | -1/+1 |
| 2001-10-06 | Convert du.c to use the functions in lib/hash.c, not private, | Jim Meyering | -173/+74 |
| 2001-08-31 | (count_entry): Remove st_size argument. | Jim Meyering | -1/+1 |
| 2001-08-31 | copyright | Jim Meyering | -1/+1 |
| 2001-08-31 | (count_entry, main): Reflect changes to the exclude functions. | Jim Meyering | -3/+4 |
| 2000-11-18 | (count_entry): Don't omit the size of a directory entry | Jim Meyering | -2/+7 |
| 2000-08-20 | (print_totals): Rename global from opt_combined_arguments. | Jim Meyering | -4/+4 |
| 2000-08-15 | (count_entry): Remember the current directory also for `.' | Jim Meyering | -1/+5 |
| 2000-07-30 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering | -6/+8 |
| 2000-06-27 | (count_entry): Don't set errno before | Jim Meyering | -10/+4 |
| 2000-06-16 | (print_size): Round disk usage up. | Jim Meyering | -1/+2 |
| 2000-05-13 | Arrange to call close_stdout only upon exit. | Jim Meyering | -2/+2 |
| 2000-04-27 | (pop_dir): Remove through_symlink arg; use null cwd | Jim Meyering | -15/+24 |
| 2000-02-15 | (pop_dir): New function. | Jim Meyering | -46/+27 |
| 2000-01-12 | (count_entry): Adjust to new calling convention for excluded_filename. | Jim Meyering | -3/+3 |
| 1999-12-09 | (BLOCK_SIZE_OPTION, EXCLUDE_OPTION, MAX_DEPTH_OPTION): | Jim Meyering | -6/+15 |
| 1999-08-08 | (count_entry): Remove cast of savedir arg. | Jim Meyering | -1/+1 |
| 1999-04-01 | Remove prototypes and tsort function definitions. | Jim Meyering | -335/+322 |
| 1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included v... | Jim Meyering | -2/+0 |
| 1999-03-26 | No longer include long-options.h. | Jim Meyering | -5/+13 |
| 1999-03-04 | Include long-options.h | Jim Meyering | -28/+14 |
| 1999-02-16 | update copyright dates | Jim Meyering | -1/+1 |
| 1999-01-16 | (usage): Don't make it static so that it can be called from libfu.a by xargma... | Jim Meyering | -1/+1 |
| 1998-09-19 | update bug-reporting address | Jim Meyering | -1/+1 |
| 1998-08-30 | (long_options): Use corresponding short-option character | Jim Meyering | -6/+6 |