diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-16 21:12:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-16 21:12:56 +0000 |
commit | 5c2e6471fc8629e4898885b545f1742a43791da2 (patch) | |
tree | 8aef511888544f9e8cfe054b7ef24d3bc7a49806 /NEWS | |
parent | 013733b29b68ef91869c35c6881c14c95eea6e0b (diff) | |
download | coreutils-5c2e6471fc8629e4898885b545f1742a43791da2.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,6 @@ GNU coreutils NEWS -*- outline -*- ** New features - csplit no longer reads from freed memory (dumping core on some systems) - chgrp, chmod, and chown can now process (with -R) hierarchies of virtually unlimited depth. Before, they would fail to operate on any file they encountered with a relative name of length PATH_MAX (often 4096) or longer. @@ -33,6 +31,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + csplit no longer reads from freed memory (dumping core on some systems) + csplit would mistakenly exhaust virtual memory in some cases ls --width=N (for very large N) is no longer subject to an address |