summaryrefslogtreecommitdiff
path: root/src/dd.c
AgeCommit message (Expand)Author
2005-05-12Assume `free (NULL)' works.Jim Meyering
2005-05-06(flags, usage): Add support for "binary" and "text".Paul Eggert
2005-04-18Don't include stat-macros.h directly. system.h does that.Jim Meyering
2005-04-16(S_TYPEISSHM): Remove definition.Jim Meyering
2005-04-09(quit): Define with ATTRIBUTE_NORETURN.Jim Meyering
2005-04-09(iread, iwrite): Use char * buffer, not void *, so we can do pointerPaul Eggert
2005-04-09Do not include safe-read.h or full-write; no longer needed.Paul Eggert
2005-03-06Remove `register' keyword.Jim Meyering
2005-02-21Include gethrxtime.h, xtime.h.Paul Eggert
2004-11-20(flags, usage, main): Add noctty flag to dd.Paul Eggert
2004-11-17(main): Use getopt_long rather than getopt.Paul Eggert
2004-11-16(C_ASCII, C_EBCDIC, C_IBM, C_BLOCK, C_UNBLOCK,Paul Eggert
2004-11-15Include "human.h".Paul Eggert
2004-09-21(main): Use getopt where it suffices, not getopt_long.Paul Eggert
2004-09-19(usage): Distinguish between options and operands.Paul Eggert
2004-09-03(usage): "alternated EBCDIC" -> "alternate EBCDIC".Paul Eggert
2004-08-02(translation_needed, parse_integer, scanargs,Paul Eggert
2004-06-20(input_seek_errno): Declare file-scoped variable as static.Jim Meyering
2004-06-03Fix bug reported by Buciuman Adrian inJim Meyering
2004-04-15(ROUND_UP_OFFSET, PTR_ALIGN): Remove.Jim Meyering
2004-04-08(flags, usage): Remove noctty flag.Jim Meyering
2004-04-08(set_fd_flags): Undo part of today's change: it's a littleJim Meyering
2004-04-08(dd_copy): Mark two diagnostics for translations.Jim Meyering
2004-04-08(LONGEST_SYMBOL): Tweak comment.Jim Meyering
2004-04-08(set_fd_flags): Don't OR in -1 when fcntl fails.Jim Meyering
2004-04-08New dd conv= symbols nocreat, excl, fdatasync, fsync,Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-12-20(apply_translations): Don't prohibit conv=unblock,sync.Jim Meyering
2003-11-05Cast NULL to `(char *)' in call to variadic function,Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-07-25(usage): Document the fact that SIGUSR1 makes ddJim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-14(usage): Don't use `,' as the thousands separatorJim Meyering
2002-11-10(interrupt_handler): Use raise, rather than kill+getpid.Jim Meyering
2002-11-05(print_stats, main):Jim Meyering
2002-10-06(scanargs): Ensure that specified block sizes (specifiedJim Meyering
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering
2002-09-14(main, skip): Add casts to avoid warnings aboutJim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-04-25Avoid warnings from gcc.Jim Meyering
2001-12-21(usage, parse_integer): Prefer K to k for 1024.Jim Meyering
2001-12-11(buggy_lseek_support): Remove function.Jim Meyering
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-12-02Don't emulate dd's skip=N for *all* character devices; lseek worksJim Meyering