Age | Commit message (Expand) | Author | Files | Lines |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | 1 | -1/+1 |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert | 1 | -2/+4 |
2010-08-27 | stat: add %m to output the mount point for a file | Aaron Burgemeister | 1 | -90/+1 |
2010-08-25 | df: always print the device name for bind mounted files | Pádraig Brady | 1 | -40/+21 |
2010-06-29 | doc: df, du, ls: improve --blocksize description in --help | Jim Meyering | 1 | -1/+3 |
2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering | 1 | -1/+1 |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering | 1 | -2/+2 |
2010-01-01 | df: use fputs in place of printf in a few more places | Jim Meyering | 1 | -4/+4 |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 1 | -1/+1 |
2010-01-01 | df: add comments to help translators align column headers | Stéphane Raimbault | 1 | -0/+8 |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | 1 | -3/+3 |
2009-09-23 | maint: df.c: adapt to newer gnulib | Jim Meyering | 1 | -1/+0 |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | 1 | -1/+1 |
2009-09-10 | doc: improve various BLOCKSIZE and SIZE help | Ondřej Vašík | 1 | -4/+2 |
2009-09-03 | df: don't fail due to an unreadable argument | Jim Meyering | 1 | -1/+4 |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | 1 | -280/+280 |
2009-04-28 | df: adjust comment to match recent code change | Jim Meyering | 1 | -2/+3 |
2009-04-28 | df: use open(2), not stat, to trigger automounting | Tomas Smetana | 1 | -2/+5 |
2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady | 1 | -1/+1 |
2009-03-26 | df: port the known-value fix to AIX as well | Paul Eggert | 1 | -10/+20 |
2009-03-26 | df: fix a bug when totaling unknown values | Paul Eggert | 1 | -7/+12 |
2008-09-03 | df: new option: --total to print grand totals | Kamil Dudka | 1 | -6/+75 |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering | 1 | -1/+0 |
2008-06-16 | remove redundant const directives | Jim Meyering | 1 | -1/+1 |
2008-06-14 | add "const" attribute, where possible | Jim Meyering | 1 | -1/+1 |
2008-06-03 | use gnulib's progname module | Jim Meyering | 1 | -4/+1 |
2008-06-02 | declare program_name consistently | Jim Meyering | 1 | -1/+1 |
2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering | 1 | -1/+2 |
2008-05-26 | use gnulib's proper_name_utf8 function, but *not* proper_name | Jim Meyering | 1 | -2/+3 |
2007-10-27 | Adjust format string so msgfmt doesn't object. | Jim Meyering | 1 | -3/+3 |
2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert | 1 | -2/+2 |
2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert | 1 | -7/+16 |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | 1 | -5/+4 |
2007-07-14 | Remove long-deprecated options. | Jim Meyering | 1 | -7/+0 |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | 1 | -1/+1 |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | 1 | -1/+1 |
2007-02-27 | Make df -P immune to effects of e.g., the BLOCK_SIZE envvar. | Paul Eggert | 1 | -4/+13 |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering | 1 | -2/+2 |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | 1 | -1/+0 |
2006-08-22 | (print_header, show_dev): Use a column width that | Paul Eggert | 1 | -6/+18 |
2006-08-15 | * NEWS: Mention that df exits with nonzero status if it generates | Paul Eggert | 1 | -12/+11 |
2006-07-25 | * src/df.c (n_valid_args): Declare global to be static. | Jim Meyering | 1 | -1/+1 |
2006-07-20 | * src/df.c (main): Fail and don't print the headers if no | Jim Meyering | 1 | -5/+8 |
2006-01-24 | (show_dev): If the file system claims to have more available than total | Paul Eggert | 1 | -12/+9 |
2005-12-28 | Don't include <assert.h>; it wasn't used. | Jim Meyering | 1 | -1/+0 |
2005-11-26 | (show_point): Ignore inaccessible file systems. | Paul Eggert | 1 | -3/+10 |
2005-10-15 | (main): Warn about the deprecated --kilobytes option. | Jim Meyering | 1 | -3/+9 |
2005-08-16 | (show_dev): New arg STAT_FILE. All uses changed. | Paul Eggert | 1 | -7/+13 |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | 1 | -11/+10 |
2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 |