Use STREQ rather than strcmp
[platform/upstream/coreutils.git] / src / join.c
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
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-07 Jim Meyeringupdate bug-reporting address
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-03 Jim MeyeringMove alloca-related preprocessor code into system.h.
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...
1997-01-25 Jim Meyeringupdate for changed xstrtou?l
1996-11-23 Jim Meyering(usage): Alphabetize options like sort -f would.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-31 Jim Meyering(decode_field_spec): Always give FIELD_INDEX a value.
1996-10-04 Jim Meyering(main): update --version output again
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-13 Jim Meyering(decode_field_spec): Rename local variable `valid'
1996-04-10 Jim Meyering(memcasecmp): Remove static definition of function.
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(memcasecmp): Declare local I to be unsigned to avoid...
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1996-02-22 Jim Meyering(xfields) [without -t]: Ignore leading blanks.
1996-02-18 Jim Meyering[TOLOWER]: Define.
1996-02-17 Jim MeyeringMark a few error strings for translation.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-05 Jim Meyering(join): Protoize. Somehow, protoize missed this one.
1995-10-13 Jim Meyering(prjoin): Handle case in which file spec is 0.
1995-10-13 Jim Meyering(prjoin): Rewrite loop that iterates over field specs.
1995-10-12 Jim Meyering(add_field_list): Allow SPACE and TAB as well as `...
1995-10-08 Jim Meyering(main): Close input files.
1995-10-08 Jim MeyeringAdd alloca junk.
1995-10-08 Jim Meyering(add_field): No longer return a value.
1995-10-04 Jim Meyeringprotoize
1995-10-04 Jim MeyeringRemove forward dcl of usage.
1995-10-04 Jim Meyering(usage): Move to precede all other functions.
1995-10-04 Jim Meyering(main): Report `too few/many non-option arguments'...
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-06-24 Jim MeyeringUndefine min and/or max before defining to avoid redefi...
1995-06-22 Jim Meyering[join]: Redefine. Otherwise, systems (Unicos for one...
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-28 Jim Meyering(add_field_list): Compute max once for each call to...
1995-05-28 Jim Meyering(main): Call make_blank after *all* argument processing.
1995-05-28 Jim MeyeringOverhaul so -a1 and -a2 (as used in cnews) work.
1995-05-21 Jim Meyeringmerge with 1.11.1b
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-11-16 Jim MeyeringRewriting to help it pass a reasonable suite of tests.
1994-10-31 Jim Meyering.
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-04-13 Jim Meyering.
1994-03-28 Jim Meyering(prline): Remove unused function.
1994-03-28 Jim Meyeringindent
1994-01-09 Jim Meyeringsafe_read and full_write + join patch
1993-11-02 Jim Meyeringmerge with 1.8.1b
1993-10-24 Jim Meyeringmerge with 1.8g
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