diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-24 08:19:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-24 08:19:59 +0000 |
commit | 5073e90886984583efa895f8c8ba998dc969a495 (patch) | |
tree | 5d9150e1ec0530619fd914f3ead4fbcd0009c1d7 /old | |
parent | 7cec3ce1bd632d59b0024b736bb7981249653208 (diff) | |
download | coreutils-5073e90886984583efa895f8c8ba998dc969a495.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 1df2199a8..9ebe11e7d 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ Changes in release 2.1 +[2.0.18] [2.0.17] * csplit no longer gets a failed assertion for this: printf 'a\n\n'|csplit - '/^$/' 2 @@ -6,6 +7,8 @@ Changes in release 2.1 * tail no longer gets a segfault on Linux's /proc/ksyms * sum -s produces the proper 16-bit checksum for large files (this fixes a bug that was introduced in 2.0f) +* uniq is now about 3 times faster than the version from 2.0 on Linux systems; + the code uses lock-avoiding variants of common I/O functions [2.0.16] * tail -F no longer segfaults [2.0.15] |