Age | Commit message (Expand) | Author |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-09-03 | (AUTHORS): Remove Larry McVoy's name, since the relatively | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-05-14 | (usage): Don't use `,' as the thousands separator | Jim Meyering |
2003-05-10 | Handle argc < optind. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering |
2003-03-08 | (process_file): If a file's size is not being counted | Jim Meyering |
2003-03-08 | `du -S' didn't work | Jim Meyering |
2003-03-07 | Remove everything associated with mmap-stack.c. | Jim Meyering |
2003-03-05 | (process_file): Sizes must all be of type uintmax_t. | Jim Meyering |
2003-03-04 | (MAX_N_DESCRIPTORS): Use 3 * UTILS_OPEN_MAX / 4. | Jim Meyering |
2003-02-21 | New option: --apparent-size. | Jim Meyering |
2003-02-21 | (apparent_size): New global. | Jim Meyering |
2003-02-21 | (process_file): Always reset size_to_propagate_to_parent for | Jim Meyering |
2003-02-20 | (process_file): Reorganize the code to use only | Jim Meyering |
2003-02-20 | (process_file): Set info->skip before any possible return. | Jim Meyering |
2003-02-19 | Include "mmap-stack.h". | Jim Meyering |
2003-02-06 | (process_file): Don't return early for excluded files | Jim Meyering |
2003-02-01 | Don't put decl after non-decl. | Jim Meyering |
2003-02-01 | (MAX_N_DESCRIPTORS): Define. | Jim Meyering |
2003-01-31 | ditto for invalid options | Jim Meyering |
2003-01-31 | (main): Upon processing a bad --exclude-from or --max-depth | Jim Meyering |
2003-01-31 | Rewrite to perform directory traversal using nftw. | Jim Meyering |
2003-01-04 | remove blank line | Jim Meyering |
2003-01-04 | (count_entry) [S_ISLNK]: Don't define. | Jim Meyering |
2002-12-08 | (lstat) [! LSTAT_FOLLOWS_SLASHED_SYMLINK]: | Jim Meyering |
2002-11-24 | More clean-up, not that / means /. | Jim Meyering |
2002-11-24 | (du_files): Don't strip any trailing slash. | Jim Meyering |
2002-11-08 | (human_output_opts): New var. | Jim Meyering |
2002-10-13 | (usage): Tweak description of --dereference-args/-D. | Jim Meyering |
2002-10-13 | (count_entry): Also save cwd when dereferencing (via --dereference-args, -D) | Jim Meyering |
2002-10-03 | Mark translatable string with `N_ (...)'. | Jim Meyering |
2002-09-22 | Remove all inclusions of inttypes.h, | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering |
2002-07-10 | update copyright | Jim Meyering |
2002-07-10 | (usage) [--exclude]: Use PATTERN rather than PAT. | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2001-12-21 | (BLOCK_SIZE_OPTION): Remove; no longer needed now that we have 'B'. | Jim Meyering |
2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering |
2001-11-23 | (usage): Note that ``Mandatory arguments to long options are mandatory | Jim Meyering |
2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering |
2001-11-23 | Use opaque type, Hash_table, not `struct hash_table'. | Jim Meyering |
2001-10-06 | Convert du.c to use the functions in lib/hash.c, not private, | Jim Meyering |
2001-08-31 | (count_entry): Remove st_size argument. | Jim Meyering |
2001-08-31 | copyright | Jim Meyering |
2001-08-31 | (count_entry, main): Reflect changes to the exclude functions. | Jim Meyering |
2000-11-18 | (count_entry): Don't omit the size of a directory entry | Jim Meyering |