summaryrefslogtreecommitdiff
path: root/md5sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A really nice patch from Manuel Novoa III for compile timeEric Andersen2001-06-291-0/+186
* These were broken when using dmalloc due to include file orderingEric Andersen2001-06-231-13/+7
* Fix up some signed char vs int issues that show up on powerpc.Eric Andersen2001-05-241-1/+1
* Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>Eric Andersen2001-04-141-1/+8
* Eliminate superfluous test.Matt Kraai2001-03-071-2/+0
* Make md5sum not display filename when reading stdinEric Andersen2001-02-221-1/+6
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* 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