summaryrefslogtreecommitdiff
path: root/src/chgrp.c
Commit message (Expand)AuthorAgeFilesLines
* doc: chgrp,chmod,chown: state --reference always dereferencesPádraig Brady2023-02-231-2/+2
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* chgrp: fix typo in previous changePaul Eggert2022-01-311-1/+1
* chown: simplify -fsanitize=leak pacificationPaul Eggert2022-01-311-3/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* all: improve parsing of numeric argumentsPaul Eggert2019-10-221-2/+2
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: make chmod/chgrp/chown leak free under valgrindPádraig Brady2018-05-141-2/+2
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-8/+9
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-3/+4
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-2/+2
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* doc: homologize ch{con,grp,mod,own} option descriptionsPádraig Brady2011-12-261-5/+11
* maint: use <unistd.h>, not "group-member.h"Jim Meyering2011-05-121-1/+0
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* maint: Use logical rather than bitwise operators on boolsPádraig Brady2009-09-231-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-81/+81
* du,chgrp,chmod,chown: use FTS_DEFER_STATJim Meyering2009-02-131-1/+2
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert 2-author programs to use proper_nameJim Meyering2008-05-261-1/+3
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Make chgrp and chown diagnostics consistent.Jim Meyering2007-06-161-2/+2
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* chgrp, chown: Don't prohibit -RLh, aka -RL with --no-dereference.Jim Meyering2006-12-141-8/+2
* * src/chgrp.c: Don't include lchown.h; no longer needed.Paul Eggert2006-10-051-1/+0
* * src/chown.c (usage): Clarify --dereference description.Jim Meyering2006-09-251-2/+2
* * src/chgrp.c (usage): Use correct grammar in description of the --reference ...Jim Meyering2006-07-271-1/+1
* Support new options: --preserve-root and --no-preserve-root.Jim Meyering2006-05-271-0/+23