diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-10 19:27:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-10 19:27:53 +0000 |
commit | dd395a2657cf2645bd3b55bdc44586c5138f7e79 (patch) | |
tree | a70d4e4b3f3bd7a4aeb74ee28e52c3339d4a4617 /NEWS | |
parent | ec2187869091b553edb1ac9f62abb25821f93d83 (diff) | |
download | coreutils-dd395a2657cf2645bd3b55bdc44586c5138f7e79.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ [5.0.1] +* readlink's --canonicalize option now works on systems like Solaris that + lack the canonicalize_file_name function but do have resolvepath. * `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 |