Age | Commit message (Expand) | Author |
2000-10-22 | fix typo | Jim Meyering |
2000-08-24 | Put 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 is | Jim Meyering |
2000-08-23 | back out last change | Jim Meyering |
2000-08-22 | Don'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-17 | tweak comment | Jim Meyering |
2000-05-13 | Include 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 and | Jim Meyering |
1999-07-27 | (dd_copy): Free the right obuf. | Jim Meyering |
1999-07-24 | add to comment | Jim Meyering |
1999-07-24 | (PTR_ALIGN, ROUND_UP_OFFSET): New macros. | Jim Meyering |
1999-07-15 | Include getpagesize.h. | Jim Meyering |
1999-05-07 | (apply_translations): Use TOUPPER, not toupper. | Jim Meyering |
1999-05-01 | Always use STDIN_FILENO for input and STDOUT_FILENO | Jim 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-18 | Include xstrtol.h. | Jim Meyering |
1999-04-18 | (main): Open the output file with *read* access | Jim Meyering |
1999-04-11 | (scanargs): Fix bug introduced with last change: now that | Jim Meyering |
1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included v... | Jim Meyering |
1999-03-26 | (PROGRAM_NAME, AUTHORS): Define | Jim Meyering |
1999-03-04 | Include long-options.h | Jim Meyering |
1999-02-16 | update copyright dates | Jim 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-19 | update bug-reporting address | Jim Meyering |
1998-06-29 | (__xstrtol), src/dd.c (parse_integer): | Jim Meyering |
1998-05-09 | Include safe-read.h. | Jim Meyering |
1998-03-15 | Use #if, not #ifdef with HAVE_ macros. | Jim Meyering |
1998-01-22 | (quit): Declare to be inline to stifle compile warning. | Jim Meyering |
1998-01-22 | Reorder 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 it | Jim Meyering |
1997-12-16 | s/__P/PARAMS/g | Jim Meyering |
1997-12-13 | Change --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-30 | remove trailing blank | Jim Meyering |
1997-11-30 | (<inttypes.h>): Include if HAVE_INTTYPES_H. | Jim Meyering |
1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering |
1997-10-07 | update bug-reporting address | Jim Meyering |
1997-09-15 | (install_handler): Rename from sig_handler. | Jim Meyering |
1997-09-14 | (equal): Use STREQ (form system.h) instead. | Jim Meyering |
1997-06-29 | (copy): Add FIXME comment. | Jim Meyering |
1997-02-09 | update copyrights for 1997 | Jim Meyering |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering |