diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-22 09:05:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-22 09:05:26 +0000 |
commit | cf9b64e69709e5c5e7131cc2ca8dd39542375527 (patch) | |
tree | ea0d773950bef9165409d5339752ba35da2f9bcf /old/textutils | |
parent | c36eeadd49db9b233cdc831753901e84d9d5d9b9 (diff) | |
download | coreutils-cf9b64e69709e5c5e7131cc2ca8dd39542375527.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 92c06d7aa..1df2199a8 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,7 @@ Changes in release 2.1 [2.0.17] +* csplit no longer gets a failed assertion for this: + printf 'a\n\n'|csplit - '/^$/' 2 * sort detects physical memory attributes more portably * tail no longer gets a segfault on Linux's /proc/ksyms * sum -s produces the proper 16-bit checksum for large files |