Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
[platform/upstream/coreutils.git] / src / dd.c
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
1999-07-24 Jim Meyering(PTR_ALIGN, ROUND_UP_OFFSET): New macros.
1999-07-15 Jim MeyeringInclude getpagesize.h.
1999-05-07 Jim Meyering(apply_translations): Use TOUPPER, not toupper.
1999-05-01 Jim MeyeringAlways use STDIN_FILENO for input and STDOUT_FILENO
1999-04-26 Jim Meyering(main): If you can't open an output file (with seek...
1999-04-26 Jim Meyering(main): Use proper mode_t types and macros.
1999-04-18 Jim MeyeringInclude xstrtol.h.
1999-04-18 Jim Meyering(main): Open the output file with *read* access
1999-04-11 Jim Meyering(scanargs): Fix bug introduced with last change: now...
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim Meyering(PROGRAM_NAME, AUTHORS): Define
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-16 Jim Meyering(usage): Don't make it static so that it can be called...
1998-11-30 Jim Meyering(dd_copy): Rename function from `copy'.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyering(__xstrtol), src/dd.c (parse_integer):
1998-05-09 Jim MeyeringInclude safe-read.h.
1998-03-15 Jim MeyeringUse #if, not #ifdef with HAVE_ macros.
1998-01-22 Jim Meyering(quit): Declare to be inline to stifle compile warning.
1998-01-22 Jim MeyeringReorder functions to obviate forward dcls.
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1997-12-25 Jim Meyering(skip): Compare lseek return value with -1 to allow it
1997-12-16 Jim Meyerings/__P/PARAMS/g
1997-12-13 Jim MeyeringChange --help output to tell the truth: that for of...
1997-12-13 Jim Meyering(usage): Mention that `notrunc' is a conv= option.
1997-11-30 Jim Meyeringremove trailing blank
1997-11-30 Jim Meyering(<inttypes.h>): Include if HAVE_INTTYPES_H.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-09-15 Jim Meyering(install_handler): Rename from sig_handler.
1997-09-14 Jim Meyering(equal): Use STREQ (form system.h) instead.
1997-06-29 Jim Meyering(copy): Add FIXME comment.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-08-31 Jim Meyering(usage): remove spurious trailing \n in puts.
1996-08-29 Jim Meyering(usage): Tell where to report bugs.
next