TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / dd.c
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.
2003-12-20 Jim Meyering(apply_translations): Don't prohibit conv=unblock,sync.
2003-11-05 Jim MeyeringCast NULL to `(char *)' in call to variadic function,
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-25 Jim Meyering(usage): Document the fact that SIGUSR1 makes dd
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-14 Jim Meyering(usage): Don't use `,' as the thousands separator
2002-11-10 Jim Meyering(interrupt_handler): Use raise, rather than kill+getpid.
2002-11-05 Jim Meyering(print_stats, main):
2002-10-06 Jim Meyering(scanargs): Ensure that specified block sizes (specified
2002-09-22 Jim MeyeringRemove all inclusions of inttypes.h,
2002-09-14 Jim Meyering(main, skip): Add casts to avoid warnings about
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-25 Jim MeyeringAvoid warnings from gcc.
2001-12-21 Jim Meyering(usage, parse_integer): Prefer K to k for 1024.
2001-12-11 Jim Meyering(buggy_lseek_support): Remove function.
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-12-02 Jim MeyeringDon't emulate dd's skip=N for *all* character devices...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-10-24 Jim MeyeringRemove as many instances of 'unsigned' as
next