summaryrefslogtreecommitdiff
path: root/src/tr.c
AgeCommit message (Expand)Author
1997-02-09update copyrights for 1997Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering
1996-12-14(is_char_class_member): Use ISDIGIT_LOCALE instead ofJim Meyering
1996-12-05(main) [!POSIXLY_CORRECT]: Allow the identity mappings:Jim Meyering
1996-11-03change bug-reporting addressJim Meyering
1996-11-02change bug-reporting addressJim Meyering
1996-10-31(es_free): New function.Jim Meyering
1996-10-21(validate): Remove TAB from diagnostic, for consistency.Jim Meyering
1996-10-16(get_next): Rewrite to treat lower/upper mapping as a special case.Jim Meyering
1996-10-04(main): update --version output againJim Meyering
1996-10-04(main): update --version output to conform to coding standardJim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-04-24update Copyright years for 1996Jim Meyering
1996-04-04.Jim Meyering
1996-04-04The following commands all failed unnecessarily.Jim Meyering
1996-03-24Call error with EXIT_FAILURE (rather than `1') as first actual parameter.Jim Meyering
1996-03-24Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1.Jim Meyering
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-09(star_digits_closebracket): Declare formal param, IDX, and local I toJim Meyering
1996-03-09(main): Initialize for internationalized message support: call setlocale,Jim Meyering
1995-11-27s/non-zero/nonzero/gJim Meyering
1995-11-05(unquote): Add casts to avoid signed char* from/to char* warnings.Jim Meyering
1995-10-20(BEGIN_STATE): Use INT_MAX - 1 so as not to interfere with large repeat counts.Jim Meyering
1995-10-19(build_spec_list): Propagate interface change.Jim Meyering
1995-10-19(struct E_string): Define.Jim Meyering
1995-10-19Break lines longer than 79-80 chars.Jim Meyering
1995-08-07Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-08-05(validate): Remove const attribute from formal #1.Jim Meyering
1995-08-05Protoize.Jim Meyering
1995-07-16(build_spec_list): Declare CLOSING_DELIM_IDX and CLOSING_BRACKET_IDX toJim Meyering
1995-07-12(unqote): Comment out unreachable break stmts.Jim Meyering
1995-06-18merge with 1.12Jim Meyering
1995-06-14[NDEBUG]: Define it to disable assertions.Jim Meyering
1995-06-13[struct Spec_list] (indefinite_repeat_element): New member.Jim Meyering
1995-06-12(non_neg_strtol): Don't compare signed and unsigned.Jim Meyering
1995-06-11(look_up_char_class, append_char_class, append_equiv_class): Use constJim Meyering
1995-05-20(look_up_char_class): Take a string length argument.Jim Meyering
1995-05-13(usage): Include one- or two-line synopsis in --help output.Jim Meyering
1995-03-09add 1995 to Copyright datesJim Meyering
1995-01-28(substr): Don't allocate a byte for trailing NUL in resultJim Meyering
1995-01-28(append_equiv_class): Use memcpy instead of bcopy.Jim Meyering
1995-01-17Don't use `legal' when you mean `valid'.Jim Meyering
1994-12-16Include "error.h" instead of simply declaring `void error ();'.Jim Meyering
1994-12-11[ULONGMAX]: Define it.Jim Meyering
1994-11-16Include <getopt.h> instead of "getopt.h".Jim Meyering
1994-11-03merge with 1.9.1j2Jim Meyering
1994-10-19merge with 1.9.1hJim Meyering
1994-10-02.Jim Meyering