Age | Commit message (Expand) | Author |
2006-08-09 | Warn about oflag=append without conv=notrunc. | Paul Eggert |
2006-07-09 | (apply_translations): Use toupper rather than | Paul Eggert |
2006-07-08 | * src/dd.c (skip): Remove one of two adjacent "the"s in a comment. | Jim Meyering |
2006-03-30 | (iwrite): Remove assignment without effect. | Jim Meyering |
2006-03-08 | (set_fd_flags): Handle file-creation flags on file | Paul Eggert |
2006-03-06 | (flags, usage): New flags directory, nolinks. | Paul Eggert |
2005-12-07 | (flags, usage): Add support for noatime flag. | Paul Eggert |
2005-10-31 | (skip): Fix off-by-one error reported by Theodoros V. Kalamatianos. | Paul Eggert |
2005-09-30 | (main): Don't assume size_t has the same width | Paul Eggert |
2005-09-16 | (main): When failing to truncate, mention both the seek block count | Jim Meyering |
2005-09-13 | * src/dd.c: Detect some very unlikely buffer overflows. | Paul Eggert |
2005-07-09 | Don't include stdio.h; no longer needed. | Paul Eggert |
2005-07-03 | Include fd-reopen.h. | Paul Eggert |
2005-05-28 | (skip): Return the number of records that were not | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-12 | Assume `free (NULL)' works. | Jim Meyering |
2005-05-06 | (flags, usage): Add support for "binary" and "text". | Paul Eggert |
2005-04-18 | Don'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 pointer | Paul Eggert |
2005-04-09 | Do not include safe-read.h or full-write; no longer needed. | Paul Eggert |
2005-03-06 | Remove `register' keyword. | Jim Meyering |
2005-02-21 | Include 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-15 | Include "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-03 | Fix bug reported by Buciuman Adrian in | Jim 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 little | Jim 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-08 | New 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-05 | Cast NULL to `(char *)' in call to variadic function, | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-07-25 | (usage): Document the fact that SIGUSR1 makes dd | Jim Meyering |