summaryrefslogtreecommitdiff
path: root/src/groups.sh
AgeCommit message (Collapse)Author
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-01-04Use the release year, not the current year.Jim Meyering
* src/groups.sh (version): Use a better name: @RELEASE_YEAR@. * src/Makefile.am (RELEASE_YEAR): Define it. (.sh): Use it. Thanks to a prod from Eric Blake.
2007-01-04Ensure that "group --version" always prints the current year.Jim Meyering
* src/groups.sh (version): Use @CURRENT_YEAR@, rather than 2006. * src/Makefile.am (.sh): Also substitute for @CURRENT_YEAR@. Suggestion from Eric Blake.
2006-10-16* src/groups.sh (version): Reword message to match the other programs.Paul Eggert
Problem reported by Eric Blake.
2006-09-26[ChangeLog]Paul Eggert
* NEWS: "groups user" no longer outputs "user :"; you need at least two users. "groups" now processes options like --help more compatibly. * src/groups.sh: Implement the option-processing change. Handle user and group names with special characters more robustly. Report write errors instead of exiting silently with status 1. [doc/ChangeLog] * coreutils.texi (groups invocation): "groups" no longer prefixes the output with "user :" unless more than one user is specified.
2006-09-26* src/groups.sh: When invoked with 0 or 1 argument, just exec "id".Jim Meyering
Rewrite to avoid using temporary, $status.
2006-09-26* NEWS: Mention the bug fix.Jim Meyering
* src/groups.sh: Don't hide a write failure. Reported by Iain Calder <ic56@rogers.com>.
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2004-11-03(version): New variable, containing author info,Paul Eggert
for benefit of AUTHORS check. Use it when acting on --version option.
2004-08-04Remove bogus "*/" from shell comment.Paul Eggert
2002-07-02(usage): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address.Jim Meyering
2000-05-12Detect and report write failure of --help/--version.Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-07-16This means that if multiple users are given on the command line, theJim Meyering
error return code is that of the last, so earlier failures can't be detected.
1997-07-16Exit with status from `id' command.Jim Meyering
Don't print `$name : $groups' if id fails. Reported by Austin Donnelly.
1997-02-09update copyrightJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1996-12-13(usage): Update bug-reporting address.Jim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-16Change @VERSION@ to @PKG_VERSION@.Jim Meyering
1994-07-26.Jim Meyering
1994-04-20.Jim Meyering
1992-11-01Initial revisionJim Meyering