| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | build: avoid new chmod.c warnings from upcoming GCC12 | Jim Meyering | -1/+1 |
| 2021-08-15 | chmod: fix use of uninitialized var if -v | Paul Eggert | -63/+64 |
| 2021-06-26 | maint: while (1) → while (true) | Paul Eggert | -1/+1 |
| 2021-04-11 | maint: use "char const *" rather than "const char *" | Pádraig Brady | -2/+2 |
| 2021-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2020-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2019-01-01 | maint: update all copyright year number ranges | Assaf Gordon | -1/+1 |
| 2018-05-14 | maint: make chmod/chgrp/chown leak free under valgrind | Pádraig Brady | -0/+2 |
| 2018-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2017-09-19 | all: prefer HTTPS in URLs | Paul Eggert | -1/+1 |
| 2017-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady | -4/+5 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady | -12/+12 |
| 2015-11-04 | all: replace most uses of quotearg_colon() with quote() | Pádraig Brady | -2/+1 |
| 2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady | -1/+1 |
| 2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert | -1/+1 |
| 2014-03-19 | chmod: fix erroneous warnings with -R --changes | Dylan Simon | -4/+7 |
| 2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker | -1/+1 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-04-16 | maint: replace a use of strcpy in chmod.c with memcpy | Jim Meyering | -1/+1 |
| 2012-03-28 | chmod: undo previous change | Paul Eggert | -9/+1 |
| 2012-03-28 | chmod: fix symlink race condition | Paul Eggert | -1/+9 |
| 2012-03-08 | chmod: add notations +40, 00440, etc. | Paul Eggert | -2/+5 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -2/+2 |
| 2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | -3/+3 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-12-26 | doc: homologize ch{con,grp,mod,own} option descriptions | Pádraig Brady | -6/+11 |
| 2011-05-25 | chmod: output the original mode in verbose mode | Bernhard Voelker | -5/+13 |
| 2011-01-07 | maint: replace uses of ignore_ptr with ignore_value | Pádraig Brady | -1/+1 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-07-09 | chcon, chmod, chown, du: don't translate "%s" | Paul Eggert | -1/+1 |
| 2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering | -2/+2 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-11-07 | chcon, chgrp, chmod and chown now diagnose a directory cycle | Jim Meyering | -0/+9 |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -2/+2 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: report fts_close failure | Pádraig Brady | -1/+4 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: do not ignore fts_close failure | Jim Meyering | -4/+2 |
| 2009-09-01 | maint: chown, chgrp, chmod, chcon: remove unnecessary initialization | Jim Meyering | -2/+3 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -154/+154 |
| 2009-02-13 | du,chgrp,chmod,chown: use FTS_DEFER_STAT | Jim Meyering | -2/+3 |
| 2008-12-03 | chmod, chown, chgrp: honor --silent (-f) once again | Ondřej Vašík | -9/+15 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |