summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.