diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-16 09:36:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-16 09:36:04 +0000 |
commit | 7dd6db69afe030eabdbd7dc2888f30b0c22bfbff (patch) | |
tree | 8e980e8ed9a4e0606921aff2d3bf209a5a38bc2b /ChangeLog | |
parent | 27747f4a66fb884d4dbe2a938febf680a01f21aa (diff) | |
download | coreutils-7dd6db69afe030eabdbd7dc2888f30b0c22bfbff.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-09-16 Paul Eggert <eggert@cs.ucla.edu> +2005-09-16 Jim Meyering <jim@meyering.net> * Version 5.3.1-cvs. + * src/dd.c (main): When failing to truncate, mention both the seek + block count and the block size, in case the block size is very large. + Now `make distcheck' should pass, once again. + +2005-09-16 Paul Eggert <eggert@cs.ucla.edu> + * src/copy.c: Include stat-time.h. (copy_internal): Use its functions instead of the obsolete TIMESPEC_NS macro. |