summaryrefslogtreecommitdiffstats
path: root/src/dd.c
AgeCommit message (Expand)AuthorLines
2007-02-22Honor dd's noatime flag if possible, even if not supported on build fsPaul Eggert-2/+2
2007-02-10Remove excess leading spaces that would make help2man misbehave.Jim Meyering-1/+1
2007-01-26* src/dd.c (advance_input_after_read_error): Change diagnostic toJim Meyering-2/+2
2006-12-22* NEWS: dd bs= operands now silently override later ibs= and obs=,Paul Eggert-1/+5
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert-0/+2
2006-11-16Help valgrind see that there is no leak in dd.c.Jim Meyering-5/+4
2006-10-17* src/dd.c (usage): Use two spaces (not one) to separate theJim Meyering-1/+1
2006-10-05* src/dd.c (flags): noatime and nofollow now depend onPaul Eggert-4/+4
2006-08-16Fix bugs when printing plurals of numbers that are notPaul Eggert-6/+13
2006-08-15* src/dd.c (print_stats): Don't substitute "1" for number, as thisPaul Eggert-2/+2
2006-08-09Warn about oflag=append without conv=notrunc.Paul Eggert-1/+1
2006-07-09(apply_translations): Use toupper rather thanPaul Eggert-4/+2
2006-07-08* src/dd.c (skip): Remove one of two adjacent "the"s in a comment.Jim Meyering-1/+1
2006-03-30(iwrite): Remove assignment without effect.Jim Meyering-1/+0
2006-03-08(set_fd_flags): Handle file-creation flags on filePaul Eggert-2/+34
2006-03-06(flags, usage): New flags directory, nolinks.Paul Eggert-3/+9
2005-12-07(flags, usage): Add support for noatime flag.Paul Eggert-0/+3
2005-10-31(skip): Fix off-by-one error reported by Theodoros V. Kalamatianos.Paul Eggert-1/+1
2005-09-30(main): Don't assume size_t has the same widthPaul Eggert-1/+2
2005-09-16(main): When failing to truncate, mention both the seek block countJim Meyering-1/+5
2005-09-13* src/dd.c: Detect some very unlikely buffer overflows.Paul Eggert-35/+45
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert-1/+0
2005-07-03Include fd-reopen.h.Paul Eggert-25/+5
2005-05-28(skip): Return the number of records that were notPaul Eggert-8/+35
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering-2/+1
2005-05-06(flags, usage): Add support for "binary" and "text".Paul Eggert-0/+6
2005-04-18Don't include stat-macros.h directly. system.h does that.Jim Meyering-1/+0
2005-04-16(S_TYPEISSHM): Remove definition.Jim Meyering-4/+1
2005-04-09(quit): Define with ATTRIBUTE_NORETURN.Jim Meyering-16/+6
2005-04-09(iread, iwrite): Use char * buffer, not void *, so we can do pointerPaul Eggert-2/+2
2005-04-09Do not include safe-read.h or full-write; no longer needed.Paul Eggert-77/+221
2005-03-06Remove `register' keyword.Jim Meyering-1/+1
2005-02-21Include gethrxtime.h, xtime.h.Paul Eggert-26/+16
2004-11-20(flags, usage, main): Add noctty flag to dd.Paul Eggert-3/+6
2004-11-17(main): Use getopt_long rather than getopt.Paul Eggert-1/+1
2004-11-16(C_ASCII, C_EBCDIC, C_IBM, C_BLOCK, C_UNBLOCK,Paul Eggert-31/+68
2004-11-15Include "human.h".Paul Eggert-7/+59
2004-09-21(main): Use getopt where it suffices, not getopt_long.Paul Eggert-1/+1
2004-09-19(usage): Distinguish between options and operands.Paul Eggert-12/+18
2004-09-03(usage): "alternated EBCDIC" -> "alternate EBCDIC".Paul Eggert-20/+12
2004-08-02(translation_needed, parse_integer, scanargs,Paul Eggert-28/+21
2004-06-20(input_seek_errno): Declare file-scoped variable as static.Jim Meyering-1/+1
2004-06-03Fix bug reported by Buciuman Adrian inJim Meyering-26/+130
2004-04-15(ROUND_UP_OFFSET, PTR_ALIGN): Remove.Jim Meyering-6/+2
2004-04-08(flags, usage): Remove noctty flag.Jim Meyering-6/+3
2004-04-08(set_fd_flags): Undo part of today's change: it's a littleJim Meyering-2/+2
2004-04-08(dd_copy): Mark two diagnostics for translations.Jim Meyering-2/+2
2004-04-08(LONGEST_SYMBOL): Tweak comment.Jim Meyering-1/+1