diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-19 17:31:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-19 17:31:46 +0000 |
commit | 4c5032e91f49f115e74bfc302828316d249cbcd9 (patch) | |
tree | c4d063ed2f135db451170f411bd5104f50cb7d86 /NEWS | |
parent | 27f330290b5193d6c6a3fbf52667df32f25a8bd1 (diff) | |
download | coreutils-4c5032e91f49f115e74bfc302828316d249cbcd9.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ GNU coreutils NEWS -*- outline -*- ** New features + pwd now works even when run from a working directory whose name + is longer than PATH_MAX. + cp -pu and mv -u (when copying) now don't bother to update the destination if the resulting time stamp would be no newer than the preexisting time stamp. This saves work in the common case when |