(add_tabstop): Give correct size when reallocating tab_list buffer.
[platform/upstream/coreutils.git] / src / dd.c
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
1995-02-11 Jim Meyering(copy): Use memset, not bzero.
1994-12-27 Jim MeyeringInclude "error.h" rather than simply declaring `void...
1994-12-27 Jim Meyering * dd.c (skip): Use safe_read instead of read.
1994-12-10 Jim Meyering(parse_conversion, scan_args): Use strr?chr instead...
1994-10-02 Jim Meyering.
1994-08-25 Jim Meyering.
1994-07-03 Jim Meyering.
1994-06-30 Jim Meyering.
1994-01-26 Jim Meyering.
1993-10-19 Jim Meyeringmerge with 3.8.4k
1993-10-18 Jim Meyeringadd newline back, but only for --help output
1993-10-18 Jim MeyeringChange `fprintf (stdout' to `printf ('.
1993-10-18 Jim Meyeringremove extra newline in usage message
1993-10-09 Jim Meyeringmerge with 3.8.3e
1993-10-08 Jim Meyeringmerge with 3.8.3d
1993-10-07 Jim Meyeringmerge with 3.8.3c
1993-10-06 Jim Meyeringmerge with 3.8.3b FILEUTILS-3_8_3b
1993-10-06 Jim Meyeringmerge with 3.8.3a
1993-08-05 Jim Meyeringmerge with 3.8.1
1993-05-22 Jim Meyeringmerge with 3.5.5
1993-04-04 Jim Meyering(usage): Mention --help and --version.
1993-04-04 Jim Meyeringremove blank line
1993-04-02 Jim MeyeringConvert usage to take no arguments.
1993-04-02 Jim MeyeringAdd --help and --version options.
1993-04-01 Jim MeyeringAdd --version, --help options.
1993-03-24 Jim Meyering(copy, copy_with_block, copy_with_block): Decrement...
1992-12-08 Jim MeyeringDefine ISLOWER and ISUPPER independent of STDC_HEADERS.
1992-11-09 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-01 Jim MeyeringGive most file-scope variables the static attribute.
1992-10-31 Jim Meyering(swab_buffer): Fix typo that incremented pointer instea...
1992-10-31 Jim MeyeringInitial revision