Use PROGRAM_NAME in place of string in parse_long_options call.
[platform/upstream/coreutils.git] / src / tr.c
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-01 Jim Meyering(main) [O_BINARY]: Use binary I/O when appropriate.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-26 Jim MeyeringDo not define _GNU_SOURCE and/or NDEBUG
1998-04-11 Jim MeyeringInclude safe-read.h instead of merely declaring safe_read.
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim Meyering*** empty log message ***
1997-10-23 Jim MeyeringRemove stpcpy dcl.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-05-01 Jim Meyeringindent cpp-directives
1997-03-14 Jim Meyering(main): Make sure c1 is not -1 before using it as an
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-12-14 Jim Meyering(is_char_class_member): Use ISDIGIT_LOCALE instead of
1996-12-05 Jim Meyering(main) [!POSIXLY_CORRECT]: Allow the identity mappings:
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-31 Jim Meyering(es_free): New function.
1996-10-21 Jim Meyering(validate): Remove TAB from diagnostic, for consistency.
1996-10-16 Jim Meyering(get_next): Rewrite to treat lower/upper mapping as...
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-04 Jim Meyering.
1996-04-04 Jim MeyeringThe following commands all failed unnecessarily.
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(star_digits_closebracket): Declare formal param, IDX...
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-05 Jim Meyering(unquote): Add casts to avoid signed char* from/to...
1995-10-20 Jim Meyering(BEGIN_STATE): Use INT_MAX - 1 so as not to interfere...
1995-10-19 Jim Meyering(build_spec_list): Propagate interface change.
1995-10-19 Jim Meyering(struct E_string): Define.
1995-10-19 Jim MeyeringBreak lines longer than 79-80 chars.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-08-05 Jim Meyering(validate): Remove const attribute from formal #1.
1995-08-05 Jim MeyeringProtoize.
1995-07-16 Jim Meyering(build_spec_list): Declare CLOSING_DELIM_IDX and CLOSIN...
1995-07-12 Jim Meyering(unqote): Comment out unreachable break stmts.
1995-06-18 Jim Meyeringmerge with 1.12
1995-06-14 Jim Meyering[NDEBUG]: Define it to disable assertions.
1995-06-13 Jim Meyering[struct Spec_list] (indefinite_repeat_element): New...
1995-06-12 Jim Meyering(non_neg_strtol): Don't compare signed and unsigned.
1995-06-11 Jim Meyering(look_up_char_class, append_char_class, append_equiv_cl...
1995-05-20 Jim Meyering(look_up_char_class): Take a string length argument.
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
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