diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-10 19:29:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-10 19:29:49 +0000 |
commit | 7b812634986139cbe1f1fa966a401d330495a642 (patch) | |
tree | 5132d3ba5a27848bb9bf742de62d3cb5eb8b0521 /NEWS | |
parent | dd395a2657cf2645bd3b55bdc44586c5138f7e79 (diff) | |
download | coreutils-7b812634986139cbe1f1fa966a401d330495a642.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [5.0.1] * readlink's --canonicalize option now works on systems like Solaris that lack the canonicalize_file_name function but do have resolvepath. +* split can now handle --bytes=N and --lines=N with N=2^31 or more. * `kill -t' now prints signal descriptions (not `?') on systems like Tru64 with __sys_siglist but no strsignal function. * mv now removes `a' in this example on all systems: touch a; ln a b; mv a b |