diff options
author | Jim Meyering <meyering@redhat.com> | 2010-06-02 16:23:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-06-02 17:14:10 +0200 |
commit | d5a5d8309433e8393bce62c3c5e100919cb505eb (patch) | |
tree | 31829ec875fb6fb4da2a018d1e7cdd055ef55623 /THANKS | |
parent | c0cfa0defe06fa750530f08d6e0a54521f83292d (diff) | |
download | coreutils-d5a5d8309433e8393bce62c3c5e100919cb505eb.tar.xz |
touch: remove support for --file=REF_FILE option
* src/touch.c (main): Remove support for the deprecated, long-named
--file option, which is an alternate name for --reference (-r).
That option was undocumented with the arrival of --reference, in
the 1995-10-29 commit, 8b92864e1d. Since the 2009-02-09 commit,
ed85df444a, use of --file has elicited a warning. Not only was
this code due for removal, but the long-name-use-detecting code
was buggy in that it would use a stale or uninitialized "long_idx",
as reported by Robin H. Johnson in http://bugs.gentoo.org/322421.
* NEWS (Changes in behavior): Mention it.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -525,6 +525,7 @@ Robert H. de Vries robert@and.nl Robert Lindgren robert@orcafat.com Robert Millan zeratul2@wanadoo.es Robert Schwebel r.schwebel@pengutronix.de +Robin H. Johnson robbat2@gentoo.org Rogier Wolff R.E.Wolff@BitWizard.nl Roland Huebner ro-huebner@gmx.de Roland Turner raz.tah.bet@raz.cx |