summaryrefslogtreecommitdiff
path: root/src/md5sum.c
Commit message (Expand)AuthorAgeFilesLines
* (main): Use xnmalloc, rather than xmalloc.Jim Meyering2004-05-061-1/+1
* Correct spelling: s/shasum/sha1sum.Jim Meyering2004-04-081-1/+1
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-4/+4
* Include sha1.h (reflect renaming: sha.h -> sha1.h.Jim Meyering2003-12-021-1/+1
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* (split_3): Accept the BSD format for genericJim Meyering2003-08-311-8/+15
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (split_3): Accept the BSD format only when in MD5 mode.Jim Meyering2003-05-241-1/+1
* (bsd_split_3): New function.Jim Meyering2003-05-241-2/+46
* Remove anachronistic casts of xmalloc,Jim Meyering2003-04-111-2/+2
* Change type of global, digest_hex_bytes, to size_tJim Meyering2002-09-141-9/+15
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* split a long lineJim Meyering2002-01-261-2/+3
* (usage): Merge lone "\n" into adjacent string.Jim Meyering2001-12-031-3/+1
* Reflect renaming to, and new usage of these macros:Jim Meyering2001-12-011-2/+2
* (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering2001-12-011-4/+2
* Factor out some common strings to make translation easier.Jim Meyering2001-11-231-2/+6
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-111-6/+11
* (digest_check): On systems for which setmode actuallyJim Meyering2001-09-161-1/+2
* (AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering2001-08-131-1/+1
* Factor out the differences between MD5 and SHA1,Jim Meyering2000-10-221-52/+90
* Include <config.h> unconditionally, to be consistentJim Meyering2000-08-231-3/+1
* Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering2000-05-201-4/+4
* (md5_check): Remove trailing `\n' in error format.Jim Meyering1999-08-221-1/+1
* (TOLOWER): Remove definition.Jim Meyering1999-05-031-6/+0
* Standardize --help and --version processing.Jim Meyering1999-04-041-4/+4
* Use AUTHORS in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1
* Insert AUTHORS definition.Jim Meyering1999-04-031-0/+2
* Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1
* define PROGRAM_NAMEJim Meyering1999-04-031-0/+3
* (main): Include author name argument.Jim Meyering1999-03-041-1/+2
* update copyright datesJim Meyering1999-02-161-1/+1
* Don't prototype usage as static.Jim Meyering1999-01-141-1/+1
* (usage): Remove third program_name argument -- thereJim Meyering1999-01-031-1/+1
* (OPENOPTS) [O_BINARY]: Use binary I/O when non-zero argument.Jim Meyering1999-01-011-11/+24
* (split_3): Rename local variable, to `escaped_filename'.Jim Meyering1998-10-041-5/+5
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* (split_3): Add cast to placate irix4's cc. From Kaveh Ghazi.Jim Meyering1998-07-261-1/+1
* revert back to using lower case _unlocked wrapper namesJim Meyering1998-06-291-15/+15
* Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1998-06-291-15/+15
* (md5_check): Declare local, `md5num' as _unsigned_ char*.Jim Meyering1998-04-261-3/+3
* Use STREQ rather than strcmpJim Meyering1998-04-121-3/+3
* Remove old-style xmalloc and xrealloc decls.Jim Meyering1997-10-251-2/+0
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* Move the OPENOPTS def from end to beginning of else clause so it's closerJim Meyering1997-06-291-1/+2
* update copyrights for 1997Jim Meyering1997-02-091-1/+1