(add_tabstop): Give correct size when reallocating tab_list buffer.
[platform/upstream/coreutils.git] / src / tr.c
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-01-28 Jim Meyering(substr): Don't allocate a byte for trailing NUL in...
1995-01-28 Jim Meyering(append_equiv_class): Use memcpy instead of bcopy.
1995-01-17 Jim MeyeringDon't use `legal' when you mean `valid'.
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-12-11 Jim Meyering[ULONGMAX]: Define it.
1994-11-16 Jim MeyeringInclude <getopt.h> instead of "getopt.h".
1994-11-03 Jim Meyeringmerge with 1.9.1j2
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-10-02 Jim Meyering.
1994-07-13 Jim Meyering(substr): Allocate len+1 bytes (not just len) to leave...
1994-07-12 Jim Meyering.
1994-04-13 Jim Meyering.
1994-03-30 Jim Meyering.
1994-03-25 Jim Meyering.
1994-01-09 Jim Meyeringsafe_read and full_write + join patch
1993-10-23 Jim Meyeringmerge with 1.8f
1993-10-23 Jim Meyeringmerge with 1.8d+
1993-10-21 Jim Meyeringmerge with 1.8d
1993-10-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-05-07 Jim Meyeringmerge with 1.5
1993-04-29 Jim Meyeringadd --version and --help
1993-03-06 Jim MeyeringCompare getenv with NULL instead of 0 -- just for aesth...
1993-02-25 Jim Meyeringreindent with indent-1.7
1992-12-10 Jim MeyeringMerge with pre-release 1.3.6.
1992-12-10 Jim MeyeringRemove last (blank) line of file.
1992-12-08 Jim Meyering(is_char_class_member): Remove unreached return after...
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-24 Jim MeyeringUse David's definition of isascii instead of my CTYPE_P...
1992-11-24 Jim Meyering* Define new macros ISPRINT, ISALNUM, ISXDIGIT, .....
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