*** empty log message ***
[platform/upstream/coreutils.git] / src / tr.c
2005-07-11 Paul Eggert(main): Avoid setmode; use POSIX-specified routines...
2005-06-18 Jim Meyering(unquote): Remove unnecessary `' quotes from a diagnostic.
2005-06-16 Jim MeyeringRather than this: error (..., "...`%s'...", arg);
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-09 Paul Eggert(main): Don't reorder options.
2004-07-30 Paul Eggert(to_uchar): Remove; now in system.h.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-17 Jim Meyering(to_uchar): Rename function from `uchar'. The latter
2004-06-06 Jim Meyeringfix typo in comment
2004-06-06 Jim Meyering(main): "tr -d a b" is now a fatal error even if POSIXL...
2004-06-02 Jim Meyering(posix_pedantic): Remove; no longer needed since
2004-05-31 Jim Meyering(set_initialize): Remove unnecessary initialization...
2004-05-31 Jim Meyeringtr cleanup, mostly having to do with integer type ranges.
2004-05-30 Jim MeyeringWork around HPUX /bin/cc compiler bug.
2004-05-13 Jim Meyering(unquote, make_printable_str): Use e.g. '\a' rather...
2004-05-09 Jim Meyering(unquote): Use xcalloc rather than xmalloc and
2004-01-22 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-05 Jim Meyering(spec_init): Fix typo in last change.
2003-11-02 Jim Meyering(append_normal_char, append_range, append_char_class)
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-05 Jim MeyeringStandardize on BUFSIZ as opposed to other macro names...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-10-08 Jim MeyeringRename local variable: chars_read -> bytes_read
2002-10-08 Jim Meyering(squeeze_filter, read_and_delete, read_and_xlate):...
2002-09-29 Jim Meyering(find_bracketed_repeat): Rearrange pointer/integer
2002-08-25 Jim Meyering(main): Close STDIN_FILENO rather than a literal `0'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-15 Jim Meyering(usage): Give a verbose description of --squeeze-repeats,
2002-02-11 Jim Meyering(unquote): Make comment a little clearer.
2002-01-18 Jim Meyeringtweak copyright line
2002-01-18 Jim MeyeringFix tr so it no longer gets a failed assertion for...
2001-12-03 Jim Meyering(usage): Don't split translatable strings in the middle...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2000-08-11 Jim Meyering(usage): Don't describe System V syntax, as it doesn...
2000-06-29 Jim Meyering(find_bracketed_repeat): Add a cast to suppress a warning.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-02-29 Jim Meyeringsplit a long line
2000-01-22 Jim Meyering("xstrtol.h"): Include.
2000-01-21 Jim Meyering(PFI): Return `long', not `int'.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
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.
next