Age | Commit message (Expand) | Author | Files | Lines |
2002-11-10 | (interrupt_handler): Use raise, rather than kill+getpid. | Jim Meyering | 1 | -1/+1 |
2002-11-05 | (print_stats, main): | Jim Meyering | 1 | -10/+7 |
2002-10-06 | (scanargs): Ensure that specified block sizes (specified | Jim Meyering | 1 | -4/+10 |
2002-09-22 | Remove all inclusions of inttypes.h, | Jim Meyering | 1 | -3/+0 |
2002-09-14 | (main, skip): Add casts to avoid warnings about | Jim Meyering | 1 | -5/+7 |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | 1 | -3/+3 |
2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering | 1 | -9/+12 |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | 1 | -1/+1 |
2002-04-25 | Avoid warnings from gcc. | Jim Meyering | 1 | -4/+5 |
2001-12-21 | (usage, parse_integer): Prefer K to k for 1024. | Jim Meyering | 1 | -3/+3 |
2001-12-11 | (buggy_lseek_support): Remove function. | Jim Meyering | 1 | -21/+47 |
2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | 1 | -4/+2 |
2001-12-02 | Don't emulate dd's skip=N for *all* character devices; lseek works | Jim Meyering | 1 | -18/+11 |
2001-11-23 | Split usage strings so that --help and --version | Jim Meyering | 1 | -0/+2 |
2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering | 1 | -2/+10 |
2001-10-24 | Remove as many instances of 'unsigned' as | Jim Meyering | 1 | -133/+132 |
2001-08-31 | Include full-write.h. | Jim Meyering | 1 | -9/+8 |
2001-08-14 | (AUTHORS): Mark string for translation, since it contains the English word `a... | Jim Meyering | 1 | -1/+1 |
2001-04-23 | (dd_copy): When using sync with either block or unblock, | Jim Meyering | 1 | -3/+6 |
2001-04-22 | fix typo in --help output | Jim Meyering | 1 | -1/+1 |
2001-04-22 | (usage): Mention that sync makes dd pad with spaces (rather than NULs) | Jim Meyering | 1 | -1/+2 |
2001-03-06 | (S_TYPEISSHM): Rename parameter to reflect its type. | Jim Meyering | 1 | -2/+2 |
2001-03-04 | (output_char): Reformat so each statement is on a separate line. | Jim Meyering | 1 | -4/+8 |
2001-01-17 | (main): Likewise. | Jim Meyering | 1 | -2/+2 |
2000-12-02 | (skip, dd_copy): Use ssize_t to store result of | Jim Meyering | 1 | -3/+3 |
2000-12-02 | Undo most of the changes since 2000-11-24, since we've | Jim Meyering | 1 | -51/+13 |
2000-11-26 | (skip): Perform the `records < blocksize' test | Jim Meyering | 1 | -8/+4 |
2000-11-26 | (skip): New arg COUNT_BYTES. Read with BLOCKSIZE | Jim Meyering | 1 | -11/+24 |
2000-11-26 | (skip_bytes, seek_bytes): Now booleans, not counts. | Jim Meyering | 1 | -116/+60 |
2000-11-25 | more post-merge clean-up. | Jim Meyering | 1 | -14/+11 |
2000-11-25 | remove bskip | Jim Meyering | 1 | -77/+51 |
2000-11-25 | (S_TYPEISSHM): New macro. | Jim Meyering | 1 | -5/+16 |
2000-11-24 | bskip/bseek patch from Chris Sylvain <csylvain@umm.edu> merged in | Jim Meyering | 1 | -10/+122 |
2000-11-24 | Declare a pointer parameters to be `const' as appropriate. | Jim Meyering | 1 | -7/+7 |
2000-11-24 | (main): Use ftruncate only on regular files. | Jim Meyering | 1 | -3/+9 |
2000-10-22 | fix typo | Jim Meyering | 1 | -1/+1 |
2000-08-24 | Put back the kluge. It's necessary after all. | Jim Meyering | 1 | -2/+34 |
2000-08-24 | (skip): Assume lseek failed if it returned zero, since a zero return is | Jim Meyering | 1 | -3/+6 |
2000-08-23 | back out last change | Jim Meyering | 1 | -32/+0 |
2000-08-22 | Don't even try to use lseek on character devices. | Jim Meyering | 1 | -0/+32 |
2000-07-23 | (main): Give a better diagnostic for e.g., | Jim Meyering | 1 | -14/+21 |
2000-05-25 | (close_stdout_wrapper): Don't dereference NULL pointer. | Jim Meyering | 1 | -1/+1 |
2000-05-17 | tweak comment | Jim Meyering | 1 | -1/+1 |
2000-05-13 | Include closeout.h. | Jim Meyering | 1 | -1/+18 |
2000-01-30 | (main): Exit with nonzero status if ftruncate fails. | Jim Meyering | 1 | -1/+1 |
2000-01-18 | (interrupt_handler): | Jim Meyering | 1 | -5/+5 |
1999-09-19 | (siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED. | Jim Meyering | 1 | -24/+28 |
1999-08-22 | (parse_integer): Add `const' to char* parameter and | Jim Meyering | 1 | -5/+7 |
1999-07-27 | (dd_copy): Free the right obuf. | Jim Meyering | 1 | -4/+6 |
1999-07-24 | add to comment | Jim Meyering | 1 | -1/+6 |