dd: print a better diagnostic for an invalid block size
[platform/upstream/coreutils.git] / src / dd.c
2010-06-14 Jim Meyeringdd: print a better diagnostic for an invalid block...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-05-03 Jim Meyeringmaint: remove now-redundant definitions provided by...
2010-03-17 Jim Meyeringmaint: add a space before open-paren, where lacking
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-10 Jim Meyeringdd conv=unblock: print final newline consistently
2009-09-01 Jim Meyeringmaint: dd: remove unnecessary initialization
2009-08-28 Eric Blakedd: detect closed stderr
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-08-13 Pádraig Bradydd: fix a signal handling race
2009-08-07 Jim Meyeringdd: preserve semantics of O_DIRECT even for final block
2009-08-06 Jim Meyeringdd: work around buffer length restrictions with oflag...
2009-08-04 Jim Meyeringdd: remove unnecessary #if HAVE_FTRUNCATE
2009-04-07 Pádraig Bradymaint: Clarify ambiguous refs to Linux kernels or GNU...
2009-03-20 Eric Blakedd: use a more portable definition of O_FULLBLOCK
2009-03-06 Jim Meyeringmaint: avoid new unused-macro warnings from gcc
2009-03-02 Jim Meyeringmaint: avoid warnings about potentially-counterproducti...
2009-02-19 Jim Meyeringdoc: dd: document that the default block size is 512...
2009-02-02 Jim Meyeringupdate copyright dates from recent changes
2009-01-28 Pádraig Bradydd: Better handle user specified offsets that are too big
2008-12-26 Jim Meyeringmaint: ensure dd's computation of O_FULLBLOCK uses...
2008-12-26 Matt Hardendd: add support for opening files in Concurrent I/O...
2008-11-22 Pádraig BradyRevert part of "dd: avoid unnecessary memory copies"
2008-11-21 Pádraig Bradydd: avoid unnecessary memory copies
2008-08-26 Jim Meyeringuse new global, "Version", rather than macro, VERSION
2008-08-11 Benno Schulenbergdd: clarify meaning of multiplication factors; put...
2008-08-09 Jim Meyeringdd.c: reduce duplication in new O_FULLBLOCK-defining...
2008-07-23 Jim Meyeringdd: minor fullblock changes
2008-07-23 Kamil Dudkadd: new option: iflag=fullblock to accumulate full...
2008-07-23 Jim Meyeringdd: adjust --help output so help2man formats the man...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert 3-author programs to use proper_name
2008-03-07 Jim Meyeringdd: avoid unnecessary, but harmless close_stdout call.
2008-01-31 Paul EggertDon't modify argv in dd due to ',' in arguments.
2008-01-30 Paul EggertDon't modify argv in dd.
2007-12-03 Jim MeyeringReflect change in gnulib: don't include getpagesize.h,
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-22 Paul EggertHonor dd's noatime flag if possible, even if not suppor...
2007-02-10 Jim MeyeringRemove excess leading spaces that would make help2man...
2007-01-26 Jim MeyeringMerge branch 'master' of /cu
2007-01-26 Jim Meyering* src/dd.c (advance_input_after_read_error): Change...
2006-12-22 Paul Eggert* NEWS: dd bs= operands now silently override later...
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-11-16 Jim MeyeringHelp valgrind see that there is no leak in dd.c.
2006-10-17 Jim Meyering* src/dd.c (usage): Use two spaces (not one) to separat...
2006-10-05 Paul Eggert* src/dd.c (flags): noatime and nofollow now depend on
2006-08-16 Paul EggertFix bugs when printing plurals of numbers that are not
2006-08-15 Paul Eggert* src/dd.c (print_stats): Don't substitute "1" for...
2006-08-09 Paul EggertWarn about oflag=append without conv=notrunc.
2006-07-09 Paul Eggert(apply_translations): Use toupper rather than
2006-07-08 Jim Meyering* src/dd.c (skip): Remove one of two adjacent "the...
2006-03-30 Jim Meyering(iwrite): Remove assignment without effect.
2006-03-08 Paul Eggert(set_fd_flags): Handle file-creation flags on file
2006-03-06 Paul Eggert(flags, usage): New flags directory, nolinks.
2005-12-07 Paul Eggert(flags, usage): Add support for noatime flag.
2005-10-31 Paul Eggert(skip): Fix off-by-one error reported by Theodoros...
2005-09-30 Paul Eggert(main): Don't assume size_t has the same width
2005-09-16 Jim Meyering(main): When failing to truncate, mention both the...
2005-09-13 Paul Eggert* src/dd.c: Detect some very unlikely buffer overflows.
2005-07-09 Paul EggertDon't include stdio.h; no longer needed.
2005-07-03 Paul EggertInclude fd-reopen.h.
2005-05-28 Paul Eggert(skip): Return the number of records that were not
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-05-06 Paul Eggert(flags, usage): Add support for "binary" and "text".
2005-04-18 Jim MeyeringDon't include stat-macros.h directly. system.h does...
2005-04-16 Jim Meyering(S_TYPEISSHM): Remove definition.
2005-04-09 Jim Meyering(quit): Define with ATTRIBUTE_NORETURN.
2005-04-09 Paul Eggert(iread, iwrite): Use char * buffer, not void *, so...
2005-04-09 Paul EggertDo not include safe-read.h or full-write; no longer...
2005-03-06 Jim MeyeringRemove `register' keyword.
2005-02-21 Paul EggertInclude gethrxtime.h, xtime.h.
2004-11-20 Paul Eggert(flags, usage, main): Add noctty flag to dd.
2004-11-17 Paul Eggert(main): Use getopt_long rather than getopt.
2004-11-16 Paul Eggert(C_ASCII, C_EBCDIC, C_IBM, C_BLOCK, C_UNBLOCK,
2004-11-15 Paul EggertInclude "human.h".
2004-09-21 Paul Eggert(main): Use getopt where it suffices, not getopt_long.
2004-09-19 Paul Eggert(usage): Distinguish between options and operands.
2004-09-03 Paul Eggert(usage): "alternated EBCDIC" -> "alternate EBCDIC".
2004-08-02 Paul Eggert(translation_needed, parse_integer, scanargs,
2004-06-20 Jim Meyering(input_seek_errno): Declare file-scoped variable as...
2004-06-03 Jim MeyeringFix bug reported by Buciuman Adrian in
2004-04-15 Jim Meyering(ROUND_UP_OFFSET, PTR_ALIGN): Remove.
2004-04-08 Jim Meyering(flags, usage): Remove noctty flag.
2004-04-08 Jim Meyering(set_fd_flags): Undo part of today's change: it's a...
2004-04-08 Jim Meyering(dd_copy): Mark two diagnostics for translations.
2004-04-08 Jim Meyering(LONGEST_SYMBOL): Tweak comment.
2004-04-08 Jim Meyering(set_fd_flags): Don't OR in -1 when fcntl fails.
2004-04-08 Jim MeyeringNew dd conv= symbols nocreat, excl, fdatasync, fsync,
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
next