summaryrefslogtreecommitdiff
path: root/coreutils/md5sum.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-13/+13
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-3/+3
* Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSEEric Andersen2000-12-201-18/+14
* Fix a warning in sh.c. Remove use of getline() in md5sum sinceEric Andersen2000-12-201-12/+3
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-5/+5
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-18/+18
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-011-40/+0
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-8/+11
* Fix error messages.Matt Kraai2000-10-231-3/+3
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-2/+2
* Fixed to pass -WundefPavel Roskin2000-07-281-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-17/+0
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-4/+4
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-091-0/+8
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen2000-06-131-0/+1013