bracket bug address with <> and append a period
[platform/upstream/coreutils.git] / src / df.c
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...
1996-12-10 Jim Meyering(find_mount_point): Convert from K&R style header to...
1996-11-30 Jim Meyering(main): Accept -F as a synonym for -t for compatibility
1996-11-28 Jim Meyering(find_mount_point): Use strip_trailing_slashes and...
1996-11-28 Jim Meyering(find_mount_point): Use save_cwd/restore_cwd.
1996-11-24 Jim Meyering(usage): Remove trailing pair of blanks.
1996-11-23 Jim Meyering(usage): Alphabetize option descriptions the way sort...
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-06-19 Jim Meyering(selected_fstype, excluded_fstype, show_disk, main):
1996-05-16 Jim MeyeringRearrange function definitions to precede respective...
1996-05-16 Jim Meyering.
1996-05-16 Jim Meyering(selected_fstype): Move definition to precede use.
1996-04-24 Jim MeyeringBe consistent. Accept --human-readable, not --human.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-22 Jim Meyering(usage): Reflect that now --no-sync is the default.
1996-04-20 Jim MeyeringNo longer call sync by default.
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-03-08 Jim Meyering(main): Tell read_filesystem_list that it should determ...
1996-02-01 Jim Meyering(main): Decalare local, BS.
1996-02-01 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-09 Jim MeyeringProtect prototypes with __P.
1995-11-09 Jim MeyeringProtoize.
1995-10-18 Jim Meyering(main): Fail if the same file system type was both...
1995-10-05 Jim Meyering(show_point): Cast -2 to dev_t before assignment.
1995-09-26 Jim Meyering(show_point): Ignore mtab entries with either
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-21 Jim Meyering(usage): Add ellipsis after `[OPTION]'.
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
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-10-29 Jim Meyering.
1994-10-27 Jim Meyeringmerge with 3.9t
1994-10-27 Jim Meyering.
1994-10-02 Jim Meyering.
1994-07-30 Jim Meyering.
1994-07-03 Jim Meyering.
1993-10-26 Jim Meyeringmerge with 3.9a
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-12 Jim Meyeringmerge with 3.8.4b
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-04-15 Jim Meyeringmerge with 3.4.7
1993-04-04 Jim Meyering(usage): Mention --help and --version.
1993-04-02 Jim MeyeringAdd --help and --version options.
1993-03-29 Jim Meyeringmerge with 3.4.1
1993-03-28 Jim Meyering(add_omitted_fs_type, fs_to_omit): New functions adding
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