1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

dd now outputs total bytes, seconds, and bytes per second.

This commit is contained in:
Paul Eggert
2004-11-15 06:50:44 +00:00
parent 9213ced1a7
commit f90de3d443
2 changed files with 19 additions and 1 deletions
+14 -1
View File
@@ -1,7 +1,20 @@
2004-11-14 Jim Meyering <jim@meyering.net>
2004-11-14 Paul Eggert <eggert@cs.ucla.edu>
* 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 <jim@meyering.net>
Backslash-escape `-'s in email addresses, so that they are
rendered properly in UTF-locales.
* man/help2man (escape_hyphens): New function.
+5
View File
@@ -1,3 +1,8 @@
2004-11-14 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (dd invocation): dd now outputs total bytes,
seconds, and bytes per second.
2004-11-03 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.am (_W, W_): New macros.