summaryrefslogtreecommitdiff
path: root/src/dd.c
AgeCommit message (Expand)Author
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
1999-03-31Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering
1999-03-26(PROGRAM_NAME, AUTHORS): DefineJim Meyering
1999-03-04Include long-options.hJim Meyering
1999-02-16update copyright datesJim Meyering
1999-01-16(usage): Don't make it static so that it can be called from libfu.a by xargma...Jim Meyering
1998-11-30(dd_copy): Rename function from `copy'.Jim Meyering
1998-09-19update bug-reporting addressJim Meyering
1998-06-29(__xstrtol), src/dd.c (parse_integer):Jim Meyering
1998-05-09Include safe-read.h.Jim Meyering
1998-03-15Use #if, not #ifdef with HAVE_ macros.Jim Meyering
1998-01-22(quit): Declare to be inline to stifle compile warning.Jim Meyering
1998-01-22Reorder functions to obviate forward dcls.Jim Meyering
1998-01-04(main, usage): Check for write error to stdout before exiting.Jim Meyering
1997-12-25(skip): Compare lseek return value with -1 to allow itJim Meyering
1997-12-16s/__P/PARAMS/gJim Meyering
1997-12-13Change --help output to tell the truth: that for of=FILE,Jim Meyering
1997-12-13(usage): Mention that `notrunc' is a conv= option.Jim Meyering
1997-11-30remove trailing blankJim Meyering
1997-11-30(<inttypes.h>): Include if HAVE_INTTYPES_H.Jim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-09-15(install_handler): Rename from sig_handler.Jim Meyering
1997-09-14(equal): Use STREQ (form system.h) instead.Jim Meyering