summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-01 23:06:32 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-01 23:06:32 +0000
commit0287c327330e3a77d6473eb8ef4af96145a96e9a (patch)
tree90cd377798af9c51e5256f3adc81fbbacdac6503 /ChangeLog
parent407fb46c87ff8e9c7fe8c9eb7cddd5561c97461e (diff)
downloadcoreutils-0287c327330e3a77d6473eb8ef4af96145a96e9a.tar.xz
"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f4822d89..2ff3ab132 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.