]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 20:41:30 +0000 (20:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 20:41:30 +0000 (20:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7fa11e910f450a9a14bca505a9507b4a4626a849..b9be6fe73ff14c17191f794d08d805fc3cc4a53e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,14 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
+  `cp -d' now works as required even on systems like OSF V5.1 that
+  declare stat and lstat as `static inline' functions.
+
   time stamps output by stat now include actual fractional seconds,
   when available -- or .0000000 for files without that information.
 
-  seq no longer suffers integer overflow when printing 2^32 or more numbers.
-  For reference, seq `echo 2^32|bc` > /dev/null takes about two hours
+  seq no longer infloops when printing 2^31 or more numbers.
+  For reference, seq `echo 2^31|bc` > /dev/null takes about one hour
   on a 1.6 GHz Athlon 2000 XP.  Now it can output 2^53-1 numbers before
   misbehaving.