diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-18 08:12:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-18 08:12:00 +0000 |
commit | 429c70029c3bb68aef6892c3f2c9fb495ec56c56 (patch) | |
tree | d145e663b85caae2508922334c2a254dfd6c11af | |
parent | daced4a5fbe0ac8727bd4d821477d550db2a53cd (diff) | |
download | coreutils-429c70029c3bb68aef6892c3f2c9fb495ec56c56.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 5.0.90. + * tests/help-version (--help/--version vs. /dev/full): Special-case + `[' to protect it from expected_failure_status-`eval'. + * src/uniq.c (writeline): Use a SPACE, not a TAB between the count and the corresponding line, as required by POSIX. Reported by Clement Wang. |