summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-07 20:41:30 +0000
committerJim Meyering <jim@meyering.net>2004-02-07 20:41:30 +0000
commit8c756b5ed6f71101f34565d25b5be4bf7c85ff26 (patch)
tree5c541cced8a046886dd7f91d49263bcf63be8bff
parentd4ecf0a350043bd1304c59c21bfdb7d81388775d (diff)
downloadcoreutils-8c756b5ed6f71101f34565d25b5be4bf7c85ff26.tar.xz
*** empty log message ***
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7fa11e910..b9be6fe73 100644
--- 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.