summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-13 11:08:01 +0200
committerJim Meyering <jim@meyering.net>2007-05-13 11:29:54 +0200
commit16385191ced6aeaf41f5669f723ade59a12b0e5d (patch)
treebf70e2c7378cca9905363535dcc6daf25656cde9 /ChangeLog
parente06252480ac023b8c5f03ee1a8ab43d386fefd46 (diff)
downloadcoreutils-16385191ced6aeaf41f5669f723ade59a12b0e5d.tar.xz
Test uniq's new --zero-terminated (-z) option.
* tests/uniq/Test.pm: When possible, create a "-z"-testing variant of each existing test. (2z, 3z, 4z, 5z, 20z, 122, 123): New tests from James Youngman.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed23b65cb..bbbf99ff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-13 Jim Meyering <jim@meyering.net>
+
+ Test uniq's new --zero-terminated (-z) option.
+ * tests/uniq/Test.pm: When possible, create a "-z"-testing variant
+ of each existing test.
+ (2z, 3z, 4z, 5z, 20z, 122, 123): New tests from James Youngman.
+
2007-05-12 James Youngman <jay@gnu.org>
Add -z option to uniq. Originally proposed by Egmont Koblinger.