Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-04 | Use 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-04 | Ensure 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-14 | Update FSF postal mail address. | Jim Meyering | |
2005-05-14 | Update 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-04 | Remove bogus "*/" from shell comment. | Paul Eggert | |
2002-07-02 | (usage): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address. | Jim Meyering | |
2000-05-12 | Detect and report write failure of --help/--version. | Jim Meyering | |
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-07-16 | This means that if multiple users are given on the command line, the | Jim Meyering | |
error return code is that of the last, so earlier failures can't be detected. | |||
1997-07-16 | Exit with status from `id' command. | Jim Meyering | |
Don't print `$name : $groups' if id fails. Reported by Austin Donnelly. | |||
1997-02-09 | update copyright | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1996-12-13 | (usage): Update bug-reporting address. | Jim Meyering | |
1996-10-05 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-09-02 | (usage): Tell where to report bugs. | Jim Meyering | |
1996-03-24 | Update FSF's address. | Jim Meyering | |
1996-03-16 | Change @VERSION@ to @PKG_VERSION@. | Jim Meyering | |
1994-07-26 | . | Jim Meyering | |
1994-04-20 | . | Jim Meyering | |
1992-11-01 | Initial revision | Jim Meyering | |