summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-03 23:21:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-03 23:21:38 +0000
commita2fa57b24c635b62d2641504a1d6c8aca7243401 (patch)
tree0c3a643370c90d7dca90938776a66be4adb446c3 /lib/ChangeLog
parent8692feeacc17c7b27750c43ac156520673866ae5 (diff)
downloadcoreutils-a2fa57b24c635b62d2641504a1d6c8aca7243401.tar.xz
(xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
long int, not int, for nanosecond counts, so that people who are used to POSIX struct timespec won't be surprised.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 0eb57d611..07fab530e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
+ long int, not int, for nanosecond counts, so that people who are
+ used to POSIX struct timespec won't be surprised. Reported by Jim
+ Meyering.
+
2006-01-01 Paul Eggert <eggert@cs.ucla.edu>
* chmod-safer.c, chmod-safer.h: Remove.