summaryrefslogtreecommitdiff
path: root/src/du.c
AgeCommit message (Expand)Author
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
1997-12-06Separate struct dcl and typedef.Jim Meyering
1997-11-30remove trailing blankJim Meyering
1997-11-30(<inttypes.h>): Include if HAVE_INTTYPES_H.Jim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-10-04Remove old-style savedir dcl.Jim Meyering
1997-05-25Remove global variable opt_human_readable.Jim Meyering
1997-05-25(convert_blocks): Remove now-unnecessary #undef.Jim Meyering
1997-05-25(main): Implement new --max-depth=N option.Jim Meyering
1997-03-27(main): Implement new --max-depth=N option.Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-02(hash_insert2): Rename local HTAB to HT to avoid shadowing global.Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering
1997-01-26(count_entry): Fix blatant bug (typo?) that madeJim Meyering
1996-11-03change bug-reporting addressJim Meyering
1996-11-02change bug-reporting addressJim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-10-04(main): update --version output to conform to coding standardJim Meyering
1996-08-31(usage): remove spurious trailing \n in puts.Jim Meyering
1996-08-29(usage): Tell where to report bugs.Jim Meyering
1996-07-14(usage): Sort option descriptions in dictionary order.Jim Meyering
1996-04-24(usage): The long-named arg is --human-readable, not --human.Jim Meyering
1996-04-24update Copyright years for 1996Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-12(main): Initialize for internationalized message support: call setlocale,Jim Meyering
1996-02-01Remove comma after last item in enum.Jim Meyering
1996-01-20Tweak usage.Jim Meyering
1996-01-20(main): New options --human-readable (-h) and --megabytes (-m).Jim Meyering
1995-11-29Mark all translatable strings using po-mode.el.Jim Meyering
1995-11-27s/non-zero/nonzero/gJim Meyering
1995-11-15Break long lines.Jim Meyering
1995-11-10Remove bogus __P junk on xstat dcl.Jim Meyering
1995-11-09Protect prototypes with __P.Jim Meyering
1995-11-09Protoize.Jim Meyering
1995-10-01Declare stat, xstat.Jim Meyering