diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-27 12:34:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-27 12:34:16 +0000 |
commit | 9cc4399476a914fd3ee92671f19649f5ad42079c (patch) | |
tree | 4ef1965581b637f29e129b660f2210042a8d3440 /NEWS | |
parent | 5f59e60d9de7f13a50b6c3558534ad9c91b2a6c8 (diff) | |
download | coreutils-9cc4399476a914fd3ee92671f19649f5ad42079c.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ GNU coreutils NEWS -*- outline -*- ** New features + sort is now up to 30% more CPU-efficient in some cases + `test' is now more compatible with Bash and POSIX: `test -t', `test --help', and `test --version' now silently exit @@ -43,7 +45,7 @@ GNU coreutils NEWS -*- outline -*- ** Fewer arbitrary limitations - cut requires far less memory when very large field numbers or + cut requires 97% less memory when very large field numbers or byte offsets are specified. |