From: Paul Eggert Date: Mon, 15 Nov 2004 06:50:44 +0000 (+0000) Subject: dd now outputs total bytes, seconds, and bytes per second. X-Git-Tag: v5.3.0~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f90de3d4434e092c7072b71b0fb90619782a1062;p=thirdparty%2Fcoreutils.git dd now outputs total bytes, seconds, and bytes per second. --- diff --git a/ChangeLog b/ChangeLog index 4e347816e6..73a4611b72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ -2004-11-14 Jim Meyering +2004-11-14 Paul Eggert * Version 5.3.0. + * NEWS: dd now outputs total bytes, seconds, and bytes per second. + * src/Makefile.am (dd_LDADD): Add $(LIB_CLOCK_GETTIME). + * src/dd.c: Include "human.h". + (w_bytes, start_time): New vars. + (usage): Document new I/O statistics output + (print_stats): Output new I/O statistics. + (cleanup): Do statistics after closing stdin and stdout, so that + the times are more accurate. + (write_output, dd_copy): Count output bytes. + (main): Get initial value of clock. + +2004-11-14 Jim Meyering + Backslash-escape `-'s in email addresses, so that they are rendered properly in UTF-locales. * man/help2man (escape_hyphens): New function. diff --git a/doc/ChangeLog b/doc/ChangeLog index f1adfb8d30..87c89be803 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-14 Paul Eggert + + * coreutils.texi (dd invocation): dd now outputs total bytes, + seconds, and bytes per second. + 2004-11-03 Paul Eggert * Makefile.am (_W, W_): New macros.