summaryrefslogtreecommitdiff
path: root/src/dd.c
AgeCommit message (Expand)Author
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-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-12-02Don't emulate dd's skip=N for *all* character devices; lseek worksJim Meyering
2001-11-23Split usage strings so that --help and --versionJim Meyering
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering
2001-10-24Remove as many instances of 'unsigned' asJim Meyering
2001-08-31Include 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-22fix typo in --help outputJim 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 ofJim Meyering
2000-12-02Undo most of the changes since 2000-11-24, since we'veJim Meyering
2000-11-26(skip): Perform the `records < blocksize' testJim Meyering
2000-11-26(skip): New arg COUNT_BYTES. Read with BLOCKSIZEJim Meyering
2000-11-26(skip_bytes, seek_bytes): Now booleans, not counts.Jim Meyering
2000-11-25more post-merge clean-up.Jim Meyering
2000-11-25remove bskipJim Meyering
2000-11-25(S_TYPEISSHM): New macro.Jim Meyering
2000-11-24bskip/bseek patch from Chris Sylvain <csylvain@umm.edu> merged inJim Meyering
2000-11-24Declare a pointer parameters to be `const' as appropriate.Jim Meyering
2000-11-24(main): Use ftruncate only on regular files.Jim Meyering
2000-10-22fix typoJim Meyering
2000-08-24Put back the kluge. It's necessary after all.Jim Meyering
2000-08-24(skip): Assume lseek failed if it returned zero, since a zero return isJim Meyering
2000-08-23back out last changeJim Meyering
2000-08-22Don't even try to use lseek on character devices.Jim Meyering
2000-07-23(main): Give a better diagnostic for e.g.,Jim Meyering
2000-05-25(close_stdout_wrapper): Don't dereference NULL pointer.Jim Meyering
2000-05-17tweak commentJim Meyering
2000-05-13Include closeout.h.Jim Meyering
2000-01-30(main): Exit with nonzero status if ftruncate fails.Jim Meyering
2000-01-18(interrupt_handler):Jim Meyering
1999-09-19(siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.Jim Meyering
1999-08-22(parse_integer): Add `const' to char* parameter andJim Meyering
1999-07-27(dd_copy): Free the right obuf.Jim Meyering
1999-07-24add to commentJim Meyering
1999-07-24(PTR_ALIGN, ROUND_UP_OFFSET): New macros.Jim Meyering
1999-07-15Include getpagesize.h.Jim Meyering
1999-05-07(apply_translations): Use TOUPPER, not toupper.Jim Meyering
1999-05-01Always use STDIN_FILENO for input and STDOUT_FILENOJim Meyering
1999-04-26(main): If you can't open an output file (with seek=...) read-write,Jim Meyering
1999-04-26(main): Use proper mode_t types and macros.Jim Meyering
1999-04-18Include xstrtol.h.Jim Meyering
1999-04-18(main): Open the output file with *read* accessJim Meyering
1999-04-11(scanargs): Fix bug introduced with last change: now thatJim Meyering