(add_tabstop): Give correct size when reallocating tab_list buffer.
[platform/upstream/coreutils.git] / src / cut.c
1995-03-25 Jim Meyering(set_fields): Declare index unsigned.
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-11-16 Jim MeyeringDeclare DELIM to be `int' rather than unsigned char.
1994-11-02 Jim Meyering(cut_bytes): Print at least a newline for every line...
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-04-13 Jim Meyering.
1993-12-29 Jim Meyering.
1993-12-23 Jim Meyeringmerge with 1.9.1b
1993-12-22 Jim Meyering.
1993-12-19 Jim Meyering(set_fields): Convert ranges like 3-5,6- into 3-.
1993-11-15 Jim Meyeringfix typo in comment
1993-11-15 Jim Meyeringmerge with 1.9.1
1993-11-07 Jim Meyeringmerge with 1.9
1993-10-24 Jim Meyeringmerge with 1.8h
1993-10-23 Jim Meyeringmerge with 1.8d+
1993-10-21 Jim Meyeringmerge with 1.8d
1993-10-21 Jim Meyeringmerge with 1.8c
1993-10-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-04-29 Jim Meyeringadd --version and --help
1993-03-30 Jim MeyeringAlways call error with errno (not zero) after failed...
1992-12-07 Jim MeyeringRemove inclusion of <ctype.h> and definitions of is...
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-19 Jim MeyeringMerged in changes for 1.3.5.
1992-11-08 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-08 Jim MeyeringInitial revision