Use STREQ rather than strcmp
[platform/upstream/coreutils.git] / src / md5sum.c
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-06-29 Jim MeyeringMove the OPENOPTS def from end to beginning of else...
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-23 Jim Meyeringrevert last change
1996-12-23 Jim Meyeringremove support for --string option
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-04 Jim Meyering(main): Remove dead code that used to print --version...
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-27 Jim Meyering(usage): Remove references in --help output to
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-07-26 Jim Meyering(md5_check): Remove parameter, BINARY.
1996-07-04 Jim Meyering(split_3): Add missing semicolon. From Jim Blandy.
1996-07-04 Jim Meyering(md5_file): Replace obsolete comment with a description
1996-07-04 Jim Meyering(MIN_DIGEST_LINE_LENGTH): New macro.
1996-07-04 Jim Meyering(split_3): Correct test for 35-byte line to accomodate
1996-07-02 Jim Meyering[NEWLINE_REPLACEMENT_STRING]: Define.
1996-07-01 Jim Meyering(main): Remove now-unnecessary diagnostic about filenam...
1996-07-01 Jim Meyering(split_3): Take an additional parameter, S_LEN.
1996-05-15 Jim Meyering(md5_t_stats): Restructure pluralization of error messa...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-22 Jim Meyering(md5_check): Remove spurious `\n' at end of error forma...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1996-02-17 Jim MeyeringMark a few error strings for translation.
1995-11-16 Jim MeyeringRemove obsolete FIXME.
1995-11-06 Jim Meyering(usage): Remove last sentence. It is redundant.
1995-10-28 Jim Meyering(md5_check): Use the same message format when the singl...
1995-10-12 Jim MeyeringRemove bogus FIXME.
1995-10-03 Jim Meyering(main): Declare counter, N_STRINGS, to be an integral...
1995-09-23 Jim Meyering(md5_check): Distinguish between open/read failure...
1995-09-20 Jim Meyering(main): Reverse order of `check' and `compute sums...
1995-09-18 Jim MeyeringProtoize.
1995-09-18 Jim Meyering(main, usage): Remove -h, -s, -v short options.
1995-08-10 Jim Meyering(main) [handling --string option]: Don't output nonstan...
1995-08-09 Jim Meyering(main): Fail if either --verbose or --quiet is specified
1995-08-09 Jim Meyering(md5_check): Fail if no valid line is found.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-08-05 Jim Meyering(__P): No longer define this. It's not used.
1995-07-30 Jim Meyering(md5_check): Use getline instead of fgets.
1995-07-30 Jim MeyeringAdd parens to clarify ?: expression.
1995-07-27 Jim Meyering(have_read_stdin): New global variable.
1995-07-25 Jim Meyering[_LIBC || STDC_HEADERS] (TOLOWER): Define to tolower.
1995-07-22 Jim Meyering(md5_check): New function -- extracted from main.
1995-07-21 Jim Meyering(md5_file): New function -- extracted from main.
1995-07-21 Jim MeyeringUse EXIT_FAILURE and EXIT_SUCCESS.
1995-07-20 Jim Meyering(split_3): Accept only old format.
1995-07-20 Jim Meyeringmore comment tweaks
1995-07-20 Jim MeyeringCorrect typo in Copyright.
1995-07-20 Jim Meyering(usage): Move it to precede all other functions.
1995-07-20 Jim MeyeringNew version from Drepper.
1995-07-16 Jim MeyeringAdd #else block after #ifdef VMS.
1995-07-03 Jim Meyering(split_3): Rewrite to parse Plumb/Lankester format...
1995-06-24 Jim MeyeringDon't conditionalize use of "inline". Autoconf takes...
1995-06-24 Jim Meyering[uint32]: When testing for 32-bit arithmetic type,
1995-06-22 Jim Meyering(main): Remove spurious colon in getopt spec string.
1995-06-20 Jim Meyering(md5_file): Initialize two elements of LEN portably,
1995-06-18 Jim Meyering(process_buffer): Copy values from struct into
1995-06-16 Jim Meyering(split_3): Unprotoize.
1995-06-16 Jim MeyeringRemove unnecessary uses of `defined' in #if* tests.
1995-06-15 Jim MeyeringDon't include values.h.
1995-06-15 Jim Meyeringmerge with 1.11.5b
1995-06-15 Jim Meyeringpatch from drepper
1995-06-15 Jim Meyering(main): Rename `char binary' to type_flag to avoid...
1995-06-15 Jim MeyeringDon't use #elif. Some old C compilers don't recognize it.
1995-06-13 Jim MeyeringIndent some things.
1995-06-12 Jim Meyering[!__GNUC__]: Define INLINE to /* empty */.
1995-06-11 Jim MeyeringUse `invalid', not `illegal' in error message.
1995-06-11 Jim MeyeringRemove trailing white space.
1995-06-11 Jim Meyering[SWAP]: Parenthesize uses of macro argument.
1995-06-11 Jim MeyeringFrom Ulrich Drepper.