diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-23 20:29:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-23 20:29:57 +0000 |
commit | 6834104df63e6a36e9f0d332dd900b160cba5e5e (patch) | |
tree | 805cf89012f7977e552f042f38ce82ac78271389 | |
parent | 358ee6b153f58d1beaaded37c8fb6bf236d2b0e4 (diff) | |
download | coreutils-6834104df63e6a36e9f0d332dd900b160cba5e5e.tar.xz |
Add comments for tests/tail/Test.pm.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |