summaryrefslogtreecommitdiff
path: root/src/du.c
AgeCommit message (Expand)Author
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-03Mark translatable string with `N_ (...)'.Jim Meyering
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering
2002-07-10update copyrightJim 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-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-23Use opaque type, Hash_table, not `struct hash_table'.Jim Meyering
2001-10-06Convert 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-31copyrightJim 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 entryJim Meyering
2000-08-20(print_totals): Rename global from opt_combined_arguments.Jim Meyering
2000-08-15(count_entry): Remember the current directory also for `.'Jim Meyering
2000-07-30Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
2000-06-27(count_entry): Don't set errno beforeJim Meyering
2000-06-16(print_size): Round disk usage up.Jim Meyering
2000-05-13Arrange to call close_stdout only upon exit.Jim Meyering
2000-04-27(pop_dir): Remove through_symlink arg; use null cwdJim Meyering
2000-02-15(pop_dir): New function.Jim Meyering
2000-01-12(count_entry): Adjust to new calling convention for excluded_filename.Jim Meyering
1999-12-09(BLOCK_SIZE_OPTION, EXCLUDE_OPTION, MAX_DEPTH_OPTION):Jim Meyering
1999-08-08(count_entry): Remove cast of savedir arg.Jim Meyering
1999-04-01Remove prototypes and tsort function definitions.Jim Meyering
1999-03-31Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering
1999-03-26No longer include long-options.h.Jim Meyering
1999-03-04Include long-options.hJim Meyering
1999-02-16update copyright datesJim Meyering
1999-01-16(usage): Don't make it static so that it can be called from libfu.a by xargma...Jim Meyering
1998-09-19update bug-reporting addressJim Meyering
1998-08-30(long_options): Use corresponding short-option characterJim Meyering
1998-08-30Don't assume ASCII.Jim Meyering
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering
1998-06-29(human_readable_base, output_units): Remove;Jim Meyering
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering
1998-04-14Use STREQ in string equality tests, not strcmp.Jim Meyering
1998-01-04(main, usage): Check for write error to stdout before exiting.Jim Meyering
1997-12-29(usage): Replace TABs with spaces in --help message.Jim Meyering
1997-12-25(S_ISLNK): Define this instead of S_ISDIR.Jim Meyering
1997-12-21Include exclude.h.Jim Meyering
1997-12-21Include exclude.h.Jim Meyering
1997-12-16s/__P/PARAMS/gJim Meyering