]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 2 Feb 2004 08:08:09 +0000 (08:08 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 2 Feb 2004 08:08:09 +0000 (08:08 +0000)
ChangeLog

index cb1a83c1f109cff46a12f31fb9c09023e15c7a7b..3d7e8ca00a34702c821fae02d5fe2ffc99ff29e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-2004-01-27  Jim Meyering  <jim@meyering.net>
+2004-02-02  Jim Meyering  <jim@meyering.net>
 
        * Version 5.1.2.
 
+       Print actual fractional seconds in time stamps, not just `.00000000'.
+       * src/stat.c (human_time): Add and use new parameter, t_ns.
+       (print_stat): Update callers.
+       * src/ls.c (TIMESPEC_NS): Remove definition.
+       * src/system.h (TIMESPEC_NS): Define here, instead, now that stat.c
+       also uses this macro.
+       Nelson H. F. Beebe noticed that ls --full-time printed nonzero
+       fractional seconds for files on an XFS file system, but that stat's
+       fractional seconds were always zero.
+
+2004-01-27  Jim Meyering  <jim@meyering.net>
+
        * src/seq.c (usage): Mention that if INCREMENT is omitted,
        it defaults to 1, even when FIRST is larger than LAST.
        Reword so as not to exclude the possibility that INCREMENT be zero.