*** empty log message ***
[platform/upstream/coreutils.git] / src / dd.c
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
2001-08-31 Jim MeyeringInclude full-write.h.
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-04-23 Jim Meyering(dd_copy): When using sync with either block or unblock,
2001-04-22 Jim Meyeringfix typo in --help output
2001-04-22 Jim Meyering(usage): Mention that sync makes dd pad with spaces...
2001-03-06 Jim Meyering(S_TYPEISSHM): Rename parameter to reflect its type.
2001-03-04 Jim Meyering(output_char): Reformat so each statement is on a separ...
2001-01-17 Jim Meyering(main): Likewise.
2000-12-02 Jim Meyering(skip, dd_copy): Use ssize_t to store result of
2000-12-02 Jim MeyeringUndo most of the changes since 2000-11-24, since we've
2000-11-26 Jim Meyering(skip): Perform the `records < blocksize' test
2000-11-26 Jim Meyering(skip): New arg COUNT_BYTES. Read with BLOCKSIZE
2000-11-26 Jim Meyering(skip_bytes, seek_bytes): Now booleans, not counts.
2000-11-25 Jim Meyeringmore post-merge clean-up.
2000-11-25 Jim Meyeringremove bskip
2000-11-25 Jim Meyering(S_TYPEISSHM): New macro.
2000-11-24 Jim Meyeringbskip/bseek patch from Chris Sylvain <csylvain@umm...
2000-11-24 Jim MeyeringDeclare a pointer parameters to be `const' as appropriate.
2000-11-24 Jim Meyering(main): Use ftruncate only on regular files.
2000-10-22 Jim Meyeringfix typo
2000-08-24 Jim MeyeringPut back the kluge. It's necessary after all.
2000-08-24 Jim Meyering(skip): Assume lseek failed if it returned zero, since...
2000-08-23 Jim Meyeringback out last change
2000-08-22 Jim MeyeringDon't even try to use lseek on character devices.
2000-07-23 Jim Meyering(main): Give a better diagnostic for e.g.,
2000-05-25 Jim Meyering(close_stdout_wrapper): Don't dereference NULL pointer.
2000-05-17 Jim Meyeringtweak comment
2000-05-13 Jim MeyeringInclude closeout.h.
2000-01-30 Jim Meyering(main): Exit with nonzero status if ftruncate fails.
2000-01-18 Jim Meyering(interrupt_handler):
1999-09-19 Jim Meyering(siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.
1999-08-22 Jim Meyering(parse_integer): Add `const' to char* parameter and
1999-07-27 Jim Meyering(dd_copy): Free the right obuf.
1999-07-24 Jim Meyeringadd to comment
next