summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-23 20:29:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-23 20:29:57 +0000
commit6834104df63e6a36e9f0d332dd900b160cba5e5e (patch)
tree805cf89012f7977e552f042f38ce82ac78271389 /ChangeLog
parent358ee6b153f58d1beaaded37c8fb6bf236d2b0e4 (diff)
downloadcoreutils-6834104df63e6a36e9f0d332dd900b160cba5e5e.tar.xz
Add comments for tests/tail/Test.pm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7234c66a..e02cf8076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
original POSIX 1003.2-1992, as SUSv2 corrected the case of
"tail -c". Add support for the SUSv2 "b" modifier.
* NEWS: Mention the above.
+ * tests/tail/Test.pm: New test case obs-b to check the above.
+ err-[134] no longer need _POSIX2_VERSION=199209.
+ Fix comments to match revised behavior.
2004-09-22 Jim Meyering <jim@meyering.net>