Age | Commit message (Expand) | Author |
2008-12-26 | maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol names | Jim Meyering |
2008-12-26 | dd: add support for opening files in Concurrent I/O (CIO) mode | Matt Harden |
2008-11-22 | Revert part of "dd: avoid unnecessary memory copies" | Pádraig Brady |
2008-11-21 | dd: avoid unnecessary memory copies | Pádraig Brady |
2008-08-26 | use new global, "Version", rather than macro, VERSION | Jim Meyering |
2008-08-11 | dd: clarify meaning of multiplication factors; put xM in order | Benno Schulenberg |
2008-08-09 | dd.c: reduce duplication in new O_FULLBLOCK-defining code | Jim Meyering |
2008-07-23 | dd: minor fullblock changes | Jim Meyering |
2008-07-23 | dd: new option: iflag=fullblock to accumulate full input blocks | Kamil Dudka |
2008-07-23 | dd: adjust --help output so help2man formats the man page properly | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert 3-author programs to use proper_name | Jim Meyering |
2008-03-07 | dd: avoid unnecessary, but harmless close_stdout call. | Jim Meyering |
2008-01-31 | Don't modify argv in dd due to ',' in arguments. | Paul Eggert |
2008-01-30 | Don't modify argv in dd. | Paul Eggert |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-02-22 | Honor dd's noatime flag if possible, even if not supported on build fs | Paul Eggert |
2007-02-10 | Remove excess leading spaces that would make help2man misbehave. | Jim Meyering |
2007-01-26 | * src/dd.c (advance_input_after_read_error): Change diagnostic to | Jim Meyering |
2006-12-22 | * NEWS: dd bs= operands now silently override later ibs= and obs=, | Paul Eggert |
2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert |
2006-11-16 | Help valgrind see that there is no leak in dd.c. | Jim Meyering |
2006-10-17 | * src/dd.c (usage): Use two spaces (not one) to separate the | Jim Meyering |
2006-10-05 | * src/dd.c (flags): noatime and nofollow now depend on | Paul Eggert |
2006-08-16 | Fix bugs when printing plurals of numbers that are not | Paul Eggert |
2006-08-15 | * src/dd.c (print_stats): Don't substitute "1" for number, as this | Paul Eggert |
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 |