index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
groups.c
Age
Commit message (
Expand
)
Author
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-09-21
id: add -z, --zero option
Bernhard Voelker
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-11-20
port to GNU hosts, where getuid and friends can fail
Paul Eggert
2011-11-13
maint: id, groups: use conforming diagnostics
Jim Meyering
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-08-25
maint: remove Local Variables: indent-tabs-mode: nil from all sources
Jim Meyering
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
2008-08-31
env, groups: remove duplicate inclusion of <getopt.h>
Jerry Snitselaar
2008-08-12
groups: let synopsis show that the command allows multiple usernames
Benno Schulenberg
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-05-26
convert 2-author programs to use proper_name
Jim Meyering
2008-04-23
id: do print the AFS-specific nameless group ID (called a PAG)
Jim Meyering
2008-03-05
Work around AFS bug: id and groups would print invalid group number.
ribalba
2008-02-14
groups: don't test printf and putchar calls for failure
Jim Meyering
2008-02-13
Replace groups.sh with groups.c.
James Youngman