(usage): Clarify whether text or binary is the default.
[platform/upstream/coreutils.git] / src / md5sum.c
2005-07-11 Paul Eggert(usage): Clarify whether text or binary is the default.
2005-07-09 Paul EggertDon't include stdio.h; no longer needed.
2005-07-03 Paul EggertInclude stdio--.h.
2005-05-30 Paul Eggert(OPENOPTS, TEXT1T01, TEXTCNVT): Remove.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-04-11 Paul Eggert(digest_file, digest_check):
2005-04-07 Jim Meyering(digest_check) [LINT]: Initialize hex_digest to NULL.
2005-03-28 Jim Meyering(long_options): Use NULL, not `0'.
2004-09-19 Paul Eggert(STRING_OPTION): Remove.
2004-09-19 Paul Eggert(STATUS_OPTION, STRING_OPTION): New enums.
2004-08-09 Paul EggertFinish renaming sha -> sha1.
2004-07-30 Paul Eggert(OPENOPTS, have_read_stdin, status_only, warn,
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-05-06 Jim Meyering(main): Use xnmalloc, rather than xmalloc.
2004-04-08 Jim MeyeringCorrect spelling: s/shasum/sha1sum.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-12-02 Jim MeyeringInclude sha1.h (reflect renaming: sha.h -> sha1.h.
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-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-31 Jim Meyering(split_3): Accept the BSD format for generic
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-24 Jim Meyering(split_3): Accept the BSD format only when in MD5 mode.
2003-05-24 Jim Meyering(bsd_split_3): New function.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-09-14 Jim MeyeringChange type of global, digest_hex_bytes, to size_t
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-01-26 Jim Meyeringsplit a long line
2001-12-03 Jim Meyering(usage): Merge lone "\n" into adjacent string.
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.
2001-09-16 Jim Meyering(digest_check): On systems for which setmode actually
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-10-22 Jim MeyeringFactor out the differences between MD5 and SHA1,
2000-08-23 Jim MeyeringInclude <config.h> unconditionally, to be consistent
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-08-22 Jim Meyering(md5_check): Remove trailing `\n' in error format.
1999-05-03 Jim Meyering(TOLOWER): Remove definition.
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 Meyering(main): Include author name argument.
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-03 Jim Meyering(usage): Remove third program_name argument -- there
1999-01-01 Jim Meyering(OPENOPTS) [O_BINARY]: Use binary I/O when non-zero...
1998-10-04 Jim Meyering(split_3): Rename local variable, to `escaped_filename'.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-07-26 Jim Meyering(split_3): Add cast to placate irix4's cc. From Kaveh...
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 Meyering(md5_check): Declare local, `md5num' as _unsigned_...
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.
next