summaryrefslogtreecommitdiff
path: root/src/groups.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-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
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* groups: do not exit earlyJim Meyering2017-07-101-4/+7
* 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-6/+6
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: quote string arguments in error messagesPádraig Brady2015-10-271-1/+3
* 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
* id: add -z, --zero optionBernhard Voelker2013-09-211-3/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* 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
* port to GNU hosts, where getuid and friends can failPaul Eggert2011-11-201-0/+14
* maint: id, groups: use conforming diagnosticsJim Meyering2011-11-131-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* coreutils: keep lines within 80-column limitsPaul Eggert2010-12-281-1/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering2009-08-251-6/+0
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* env, groups: remove duplicate inclusion of <getopt.h>Jerry Snitselaar2008-08-311-1/+0
* groups: let synopsis show that the command allows multiple usernamesBenno Schulenberg2008-08-121-3/+3
* 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
* convert 2-author programs to use proper_nameJim Meyering2008-05-261-1/+3
* id: do print the AFS-specific nameless group ID (called a PAG)Jim Meyering2008-04-231-1/+1
* Work around AFS bug: id and groups would print invalid group number.ribalba2008-03-051-1/+1
* groups: don't test printf and putchar calls for failureJim Meyering2008-02-141-22/+3
* Replace groups.sh with groups.c.James Youngman2008-02-131-0/+153