diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-01 23:06:32 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-01 23:06:32 +0000 |
commit | 0287c327330e3a77d6473eb8ef4af96145a96e9a (patch) | |
tree | 90cd377798af9c51e5256f3adc81fbbacdac6503 /ChangeLog | |
parent | 407fb46c87ff8e9c7fe8c9eb7cddd5561c97461e (diff) | |
download | coreutils-0287c327330e3a77d6473eb8ef4af96145a96e9a.tar.xz |
"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ -2005-10-31 Paul Eggert <eggert@cs.ucla.edu> +2005-11-01 Paul Eggert <eggert@cs.ucla.edu> * Version 6.0-cvs. + * NEWS: tail -c 2 FILE now operates as POSIX 1002.1-2001 requires. + * src/tail.c (parse_obsolete_option): Implement this. + Problem reported by Vincent Lefevre. + * tests/tail/Test.pm (c-2, c-2-minus, c2, c2-minus): New tests. + (test_vector): Add special cases for _POSIX2_VERSION, and + regularize the old ones a bit. + +2005-10-31 Paul Eggert <eggert@cs.ucla.edu> + * src/dd.c (skip): Fix off-by-one error reported by Theodoros V. Kalamatianos. |