diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-02 08:08:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-02 08:08:09 +0000 |
commit | eaa7370746ac897d575a6e3c1130553db3603943 (patch) | |
tree | 813c5a84435e4e8335bead9af378a5a611bf77d4 /ChangeLog | |
parent | ca6973a9a9c0022a5c4cc031acf41710bbd52b9d (diff) | |
download | coreutils-eaa7370746ac897d575a6e3c1130553db3603943.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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. |