diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-08 10:00:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-08 10:00:58 +0000 |
commit | 304d12d70a4c2fd8af281e0c13fff9ae147036a2 (patch) | |
tree | b675387f5a82aeea809b18fe03f6c95ba57c4b6f /ChangeLog | |
parent | 400a1fc781b11dc00c47880138f43052b006c3da (diff) | |
download | coreutils-304d12d70a4c2fd8af281e0c13fff9ae147036a2.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2004-02-07 Jim Meyering <jim@meyering.net> +2004-02-08 Jim Meyering <jim@meyering.net> * Version 5.1.3. + * tests/rm/rm5: Avoid triggering a bug in OSF/Tru64's sed + that would cause an unwarranted test failure. + * tests/rm/rm3: Likewise. + +2004-02-07 Jim Meyering <jim@meyering.net> + Remove xstat function pointer member. The way it was used was not portable, since some systems (OSF V5.1, Solaris 2.5.1) provide static inline `stat' and `lstat' functions, thus making the tests of |