Don't include closeout.h or version-etc.h explicitly. Now, they're included via sys2.h.
[platform/upstream/coreutils.git] / src / du.c
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-16 Jim Meyering(usage): Don't make it static so that it can be called...
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim Meyering(long_options): Use corresponding short-option character
1998-08-30 Jim MeyeringDon't assume ASCII.
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim Meyering(human_readable_base, output_units): Remove;
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-14 Jim MeyeringUse STREQ in string equality tests, not strcmp.
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1997-12-29 Jim Meyering(usage): Replace TABs with spaces in --help message.
1997-12-25 Jim Meyering(S_ISLNK): Define this instead of S_ISDIR.
1997-12-21 Jim MeyeringInclude exclude.h.
1997-12-21 Jim MeyeringInclude exclude.h.
1997-12-16 Jim Meyerings/__P/PARAMS/g
1997-12-06 Jim MeyeringSeparate struct dcl and typedef.
1997-11-30 Jim Meyeringremove trailing blank
1997-11-30 Jim Meyering(<inttypes.h>): Include if HAVE_INTTYPES_H.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-10-04 Jim MeyeringRemove old-style savedir dcl.
1997-05-25 Jim MeyeringRemove global variable opt_human_readable.
1997-05-25 Jim Meyering(convert_blocks): Remove now-unnecessary #undef.
1997-05-25 Jim Meyering(main): Implement new --max-depth=N option.
1997-03-27 Jim Meyering(main): Implement new --max-depth=N option.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-02 Jim Meyering(hash_insert2): Rename local HTAB to HT to avoid shadow...
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-26 Jim Meyering(count_entry): Fix blatant bug (typo?) that made
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-08-31 Jim Meyering(usage): remove spurious trailing \n in puts.
1996-08-29 Jim Meyering(usage): Tell where to report bugs.
1996-07-14 Jim Meyering(usage): Sort option descriptions in dictionary order.
1996-04-24 Jim Meyering(usage): The long-named arg is --human-readable, not...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-12 Jim Meyering(main): Initialize for internationalized message suppor...
1996-02-01 Jim MeyeringRemove comma after last item in enum.
1996-01-20 Jim MeyeringTweak usage.
1996-01-20 Jim Meyering(main): New options --human-readable (-h) and --megabyt...
1995-11-29 Jim MeyeringMark all translatable strings using po-mode.el.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-15 Jim MeyeringBreak long lines.
1995-11-10 Jim MeyeringRemove bogus __P junk on xstat dcl.
1995-11-09 Jim MeyeringProtect prototypes with __P.
1995-11-09 Jim MeyeringProtoize.
1995-10-01 Jim MeyeringDeclare stat, xstat.
1995-08-05 Jim Meyering(save_cwd, restore_cwd, free_cwd): Remove functions.
1995-06-22 Jim Meyering(main): Include program name in --version output.
1995-05-22 Jim Meyering(usage): Add one or two lines of descriptive text.
1995-05-13 Jim MeyeringUse stat (lstat), not safe_stat (safe_lstat).
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
1995-02-23 Jim Meyering(restore_cwd): Test whether fchdir return value is...
1995-02-23 Jim Meyering(save_cwd) [!HAVE_FCHDIR]: Avoid a core dump via abort...
1995-02-21 Jim Meyering(count_entry): Fix bug in polarity of safe-stat status...
1995-02-21 Jim Meyering(save_cwd, restore_cwd): New functions.
1995-01-27 Jim MeyeringRename SAFE_STAT and SAFE_LSTAT to lower case names.
1994-12-27 Jim MeyeringInclude "error.h" rather than simply declaring `void...
1994-12-03 Jim Meyering(du_files): Handle very low-probability fchdir failure...
1994-12-03 Jim Meyering(du_files): Variable name changes.
1994-12-03 Jim Meyering(du_files): Work around SunOS restriction that fchdir...
1994-10-27 Jim Meyering.
1994-10-20 Jim Meyeringmerge with 3.9p
1994-10-02 Jim Meyering.
1994-08-19 Jim Meyeringmerge with 3.9f
1994-08-19 Jim Meyering.
1994-07-30 Jim Meyeringmerge with 3.9e
1994-07-30 Jim Meyering.
1994-07-02 Jim Meyering(main): Initialize cwd_only in first two statements...
1994-06-18 Jim Meyering(count_entry): Print "/" instead of "".
1994-01-29 Jim Meyering.
1994-01-29 Jim Meyering.
1993-10-19 Jim Meyeringmerge with 3.8.4k
1993-10-18 Jim Meyeringadd newline back, but only for --help output
1993-10-18 Jim MeyeringChange `fprintf (stdout' to `printf ('.
1993-10-18 Jim Meyeringremove extra newline in usage message
1993-10-09 Jim Meyeringmerge with 3.8.3e
1993-10-08 Jim Meyeringmerge with 3.8.3d
1993-10-06 Jim Meyeringmerge with 3.8.3b FILEUTILS-3_8_3b
1993-10-06 Jim Meyeringmerge with 3.8.3a
1993-08-05 Jim Meyeringmerge with 3.8.1
1993-05-22 Jim Meyeringmerge with 3.5.5
1993-05-06 Jim Meyeringmerge with 3.5.2
1993-04-04 Jim Meyering(usage): Mention --help and --version.
1993-04-02 Jim MeyeringAdd --help and --version options.
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-09 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-01 Jim MeyeringGive most file-scope variables the static attribute.
1992-10-31 Jim MeyeringInitial revision