Age | Commit message (Expand) | Author |
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 |
2003-07-23 | Don'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 separator | Jim 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 (specified | Jim Meyering |
2002-09-22 | Remove all inclusions of inttypes.h, | Jim Meyering |
2002-09-14 | (main, skip): Add casts to avoid warnings about | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-08-30 | Change `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-25 | Avoid 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-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering |
2001-12-02 | Don't emulate dd's skip=N for *all* character devices; lseek works | Jim Meyering |
2001-11-23 | Split usage strings so that --help and --version | Jim Meyering |
2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering |
2001-10-24 | Remove as many instances of 'unsigned' as | Jim Meyering |
2001-08-31 | Include full-write.h. | Jim Meyering |
2001-08-14 | (AUTHORS): Mark string for translation, since it contains the English word `a... | Jim Meyering |
2001-04-23 | (dd_copy): When using sync with either block or unblock, | Jim Meyering |
2001-04-22 | fix typo in --help output | Jim Meyering |
2001-04-22 | (usage): Mention that sync makes dd pad with spaces (rather than NULs) | Jim Meyering |
2001-03-06 | (S_TYPEISSHM): Rename parameter to reflect its type. | Jim Meyering |
2001-03-04 | (output_char): Reformat so each statement is on a separate line. | Jim Meyering |
2001-01-17 | (main): Likewise. | Jim Meyering |
2000-12-02 | (skip, dd_copy): Use ssize_t to store result of | Jim Meyering |
2000-12-02 | Undo most of the changes since 2000-11-24, since we've | Jim Meyering |
2000-11-26 | (skip): Perform the `records < blocksize' test | Jim Meyering |
2000-11-26 | (skip): New arg COUNT_BYTES. Read with BLOCKSIZE | Jim Meyering |