summaryrefslogtreecommitdiff
path: root/src/df.c
AgeCommit message (Expand)Author
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2010-01-01df: add comments to help translators align column headersStéphane Raimbault
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-23maint: df.c: adapt to newer gnulibJim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík
2009-09-03df: don't fail due to an unreadable argumentJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-04-28df: adjust comment to match recent code changeJim Meyering
2009-04-28df: use open(2), not stat, to trigger automountingTomas Smetana
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-03-26df: port the known-value fix to AIX as wellPaul Eggert
2009-03-26df: fix a bug when totaling unknown valuesPaul Eggert
2008-09-03df: new option: --total to print grand totalsKamil Dudka
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering
2007-10-27Adjust format string so msgfmt doesn't object.Jim Meyering
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-14Remove long-deprecated options.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-02-27Make df -P immune to effects of e.g., the BLOCK_SIZE envvar.Paul Eggert
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-08-22(print_header, show_dev): Use a column width thatPaul Eggert
2006-08-15* NEWS: Mention that df exits with nonzero status if it generatesPaul Eggert
2006-07-25* src/df.c (n_valid_args): Declare global to be static.Jim Meyering
2006-07-20* src/df.c (main): Fail and don't print the headers if noJim Meyering
2006-01-24(show_dev): If the file system claims to have more available than totalPaul Eggert
2005-12-28Don't include <assert.h>; it wasn't used.Jim Meyering
2005-11-26(show_point): Ignore inaccessible file systems.Paul Eggert
2005-10-15(main): Warn about the deprecated --kilobytes option.Jim Meyering
2005-08-16(show_dev): New arg STAT_FILE. All uses changed.Paul Eggert
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-12Assume `free (NULL)' works.Jim Meyering
2005-03-28(find_mount_point, show_point): Use NULL, not `0'.Jim Meyering
2004-09-21Remove unused "case 0".Paul Eggert
2004-08-02(inode_format, show_all_fs, show_local_fs,Paul Eggert
2004-06-30(usage, main): Output "file system" rather than "filesystem".Jim Meyering
2004-05-06(main): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-05-04(show_disk, show_point): If several filesystems areJim Meyering