diff options
author | Paul Smith <psmith@gnu.org> | 2000-04-03 05:58:41 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-04-03 05:58:41 +0000 |
commit | f3a974bf32a3e5d3d898a040fedcbb478d1afd85 (patch) | |
tree | b31ca7fc34c7bee7858ae3d2fad822f1d3a13d8e /ChangeLog | |
parent | c67266ceacbde449be807d23c6d8df465c763a1e (diff) | |
download | gunmake-f3a974bf32a3e5d3d898a040fedcbb478d1afd85.tar.gz |
* Fix bug handling archive members: convert timestamp to nsec properly
on those systems that support it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-04-03 Paul D. Smith <psmith@gnu.org> + + * remake.c (f_mtime): Archive member timestamps are stored as + time_t, without nanoseconds. But, f_mtime() wants to return + nanosecond info on those systems that support it. So, convert the + return value of ar_member_date() into a FILE_TIMESTAMP, using 0 as + the nanoseconds. + 2000-03-28 Paul D. Smith <psmith@gnu.org> * Version 3.78.92 released. |