Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-28 | . | Jim Meyering | |
2004-11-26 | Regenerate. | Paul Eggert | |
2004-11-14 | . | Jim Meyering | |
2004-11-06 | . | Jim Meyering | |
2004-11-04 | Regenerate. | Paul Eggert | |
2004-11-03 | Regenerate. | Paul Eggert | |
2004-10-04 | Regenerate. | Paul Eggert | |
2004-09-22 | Use automake-1.9.2. Regenerate dependent files. | Jim Meyering | |
2004-08-20 | Regenerate. | Paul Eggert | |
2004-08-19 | Test "chgrp '' file". | Paul Eggert | |
2004-08-11 | Regenerate. | Paul Eggert | |
2004-08-09 | Regenerate. | Paul Eggert | |
2004-08-05 | Regenerate. | Paul Eggert | |
2004-08-02 | Regenerate. | Paul Eggert | |
2004-07-28 | Regenerate. | Paul Eggert | |
2004-07-28 | Regenerate. | Paul Eggert | |
2004-07-23 | Regenerate. | Paul Eggert | |
2004-07-12 | Regenerate. | Paul Eggert | |
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim Meyering | |
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx. | |||
2004-06-09 | Adjust to accommodate Paul Eggert's changes of 2004-06-08. | Jim Meyering | |
2004-06-08 | . | Jim Meyering | |
2004-06-08 | Test that chgrp -h does not fail on | Jim Meyering | |
symlinks, even on hosts where that's not supported. Test that if -R is specified without -H or L, -h is assumed. Test that chown() is not optimized away. | |||
2004-06-08 | Do not attempt to combine -h and -H; these | Jim Meyering | |
options are incompatible, and their behavior is undefined with POSIX. (changed, not_changed): Adjust to match the fact that -h is no longer specified. Sort names. | |||
2004-06-08 | Use chown --from to discover whether the | Jim Meyering | |
group changed, since chgrp now changes unconditionally. This complicates the sed script a bit. Do not specify --dereference, since it's the default (and we want to test this). Adjust output to match the fact that chgrp no longer optimizes the case of changing a file's group to the same value as before. | |||
2004-06-08 | . | Jim Meyering | |
2004-06-01 | . | Jim Meyering | |
2004-05-29 | . | Jim Meyering | |
2004-05-17 | Use -h where necessary to retain semantics. | Jim Meyering | |
2004-04-26 | . | Jim Meyering | |
2004-04-19 | . | Jim Meyering | |
2004-04-14 | . | Jim Meyering | |
2004-04-12 | . | Jim Meyering | |
2004-04-08 | . | Jim Meyering | |
2004-04-04 | . | Jim Meyering | |
2004-03-31 | . | Jim Meyering | |
2004-03-31 | . | Jim Meyering | |
2004-03-11 | . | Jim Meyering | |
2004-03-02 | . | Jim Meyering | |
2004-01-12 | . | Jim Meyering | |
2004-01-11 | . | Jim Meyering | |
2004-01-11 | . | Jim Meyering | |
2004-01-09 | . | Jim Meyering | |
2003-12-20 | . | Jim Meyering | |
2003-12-18 | . | Jim Meyering | |
2003-12-12 | . | Jim Meyering | |
2003-12-03 | . | Jim Meyering | |
2003-11-27 | . | Jim Meyering | |
2003-11-24 | upgrade to automake-1.7d | Jim Meyering | |
2003-11-09 | . | Jim Meyering | |
2003-10-21 | Don't fail when run with VERBOSE=yes. | Jim Meyering | |
Do `set +x' before starting the subshell from which we invoke chgrp. Otherwise, the output from the VERBOSE=yes-induced `set -x' would result in spurious differences. |