* src/csplit.c (usage): Use two spaces (not one) to separate
[platform/upstream/coreutils.git] / src / df.c
2007-02-10 Jim Meyering* src/csplit.c (usage): Use two spaces (not one) to...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-08-22 Paul Eggert(print_header, show_dev): Use a column width that
2006-08-15 Paul Eggert* NEWS: Mention that df exits with nonzero status if...
2006-07-25 Jim Meyering* src/df.c (n_valid_args): Declare global to be static.
2006-07-20 Jim Meyering* src/df.c (main): Fail and don't print the headers...
2006-01-24 Paul Eggert(show_dev): If the file system claims to have more...
2005-12-28 Jim MeyeringDon't include <assert.h>; it wasn't used.
2005-11-26 Paul Eggert(show_point): Ignore inaccessible file systems.
2005-10-15 Jim Meyering(main): Warn about the deprecated --kilobytes option.
2005-08-16 Paul Eggert(show_dev): New arg STAT_FILE. All uses changed.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-03-28 Jim Meyering(find_mount_point, show_point): Use NULL, not `0'.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-02 Paul Eggert(inode_format, show_all_fs, show_local_fs,
2004-06-30 Jim Meyering(usage, main): Output "file system" rather than "filesy...
2004-05-06 Jim Meyering(main): Use xnmalloc, rather than xmalloc.
2004-05-04 Jim Meyering(show_disk, show_point): If several filesystems are
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-02 Jim Meyering(add_fs_type, add_excluded_fs_type, main): Use `sizeof...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-09-03 Jim Meyering(AUTHORS): Remove Larry McVoy's name, since the relatively
2003-07-12 Jim Meyering(find_mount_point): Emit a diagnostic for each
2003-07-12 Jim Meyering(find_mount_point): Don't let free clobber errno upon...
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-14 Jim Meyering(usage): Don't use `,' as the thousands separator
2003-05-13 Jim MeyeringHandle argc < optind.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-03-04 Jim Meyering(find_mount_point): Call error here, now that restore_c...
2003-03-01 Jim Meyering(print_header): Don't embed spaces in a separate `Type'
2003-02-20 Jim MeyeringNow, df always displays the device file name correspond...
2003-02-19 Jim Meyering(print_header): Rather than using a hard-coded literal
2003-02-05 Jim Meyering(show_entry): Update sole use of show_disk.
2003-02-04 Jim Meyering`df /dev/block-or-char-device-file--not-mounted' now...
2003-02-04 Jim Meyering(show_disk): Move function to precede find_mount_point.
2003-01-11 Jim MeyeringInclude "canonicalize.h".
2003-01-10 Jim MeyeringInclude "xgetcwd.h".
2002-11-08 Jim Meyering(print_header): Use primitives from inttostr.h, not
2002-10-03 Jim MeyeringMark translatable string with `N_ (...)'.
2002-09-22 Jim MeyeringRemove all inclusions of inttypes.h,
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-10 Jim Meyering(show_dev): Make the `Use%' column align with
2002-07-08 Jim Meyeringdf now rounds all quantities up, as per POSIX.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-21 Jim Meyering(BLOCK_SIZE_OPTION): Remove; no longer needed now that...
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-09-01 Jim Meyering(show_point): Use canonicalize_file_name, if possible.
2001-05-12 Jim Meyering(strip_trailing_slashes): Likewise.
2000-11-23 Jim Meyering(show_point): Before accepting an entry as a match...
2000-11-06 Jim Meyering(print_header): Mark strings for translation.
2000-07-30 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-06-27 Jim Meyering(show_dev): Round disk usage percentage up, not to...
2000-06-16 Jim Meyering(df_readable): New arg for rounding style.
2000-06-04 Jim Meyering(show_point) [HAVE_REALPATH && !HAVE_RESOLVEPATH]:
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-03-02 Jim Meyering(show_point): Ignore shortcuts based on path
2000-02-11 Jim Meyering(main): Count the stat'able arguments.
2000-01-02 Jim Meyering(#pragma alloca): Add if _AIX is defined.
1999-12-22 Jim Meyering(ceil_percent): Remove.
1999-12-09 Jim Meyering(BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): Define
1999-11-26 Jim Meyering(df_readable): Now returns char const *, not char *.
1999-09-01 Jim MeyeringRemove declaration of xstrdup.
1999-08-22 Jim Meyering(main): Rename locals i and j.
1999-07-04 Jim Meyering(print_header): Conform to POSIX if posix_format).
1999-05-15 Jim Meyering(main): When asking for info on an explicit file name,
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-12-07 Jim MeyeringUse dir_name, not dirname. Include dirname.h.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-09-07 Jim Meyering(show_dev) [!posix_format]: When using --print-type,
1998-08-30 Jim MeyeringDon't assume ASCII in getopt arg handling.
1998-07-29 Jim Meyering(show_all_fs):
1998-07-25 Jim Meyering(long_options): Changes table entries not to use this...
1998-07-25 Jim Meyering(show_dev): Omit local devices if show_all_fs is negative.
1998-07-13 Jim Meyering(print_header): Print "1k-blocks", not "1.0k-blocks".
1998-07-03 Jim Meyering(df_readable): Rename local so as not to shadow global.
1998-06-30 Jim Meyering(main): Move the test of the result of the read_filesys...
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-06-24 Jim Meyering(show_dev): Increase field width for blocks, used,
1998-04-14 Jim MeyeringUse STREQ in string equality tests, not strcmp.
1998-03-19 Jim Meyering(show_dev): If fsu_bavail_top_bit_set is nonzero,
1998-01-28 Jim Meyering(print_header): Change format to align heading over
1998-01-14 Jim Meyering(print_header): Fix inode format header to line it up
1998-01-05 Jim Meyering(df_readable): New function.
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1998-01-03 Jim Meyering(show_dev): Treat `fsu.fsu_bavail == (unsigned long...
next