diff options
author | Jim Meyering <jim@meyering.net> | 2006-06-10 09:41:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-06-10 09:41:39 +0000 |
commit | d9f0cce0f493db842bdb5a59fb1f26921fc89d21 (patch) | |
tree | ce1fb1b62b99c3ef3f2816a78bfadf42506656ea /NEWS | |
parent | 949ed19da0421274da727b1c1eb4d66e69520f0c (diff) | |
download | coreutils-d9f0cce0f493db842bdb5a59fb1f26921fc89d21.tar.xz |
Mention the AIX-strndup-bug vs. dircolors workaround.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -8,8 +8,9 @@ GNU coreutils NEWS -*- outline -*- report the number of used blocks as being "total - available" (a negative number) rather than as garbage. - rm's core is now reentrant: rm --recursive (-r) now processes - hierarchies without changing the working directory at all. + dircolors: a new autoconf run-test for AIX's buggy strndup function + prevents malfunction on that system; may also affect cut, expand, + and unexpand. fts no longer changes the current working directory, so its clients (chmod, chown, chgrp, du) no longer malfunction under extreme conditions. @@ -17,6 +18,9 @@ GNU coreutils NEWS -*- outline -*- pwd and other programs using lib/getcwd.c work even on file systems where dirent.d_ino values are inconsistent with those from stat.st_ino. + rm's core is now reentrant: rm --recursive (-r) now processes + hierarchies without changing the working directory at all. + ** Changes in behavior basename and dirname now treat // as different from / on platforms |