summaryrefslogtreecommitdiff
path: root/md5sum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A really nice patch from Manuel Novoa III for compile timeEric Andersen2001-06-291-0/+186
| | | | configurable size/speed tradeoffs.
* These were broken when using dmalloc due to include file orderingEric Andersen2001-06-231-13/+7
| | | | | problems. busybox.h must be last. -Erik
* 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
| | | | -Erik
* Eliminate superfluous test.Matt Kraai2001-03-071-2/+0
|
* Make md5sum not display filename when reading stdinEric Andersen2001-02-221-1/+6
| | | | -Erik
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* 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
| | | | | and wasnever updated when TRUE and FALSE were fixed. So kludge it by doing an #undef TRUE, then define it backwards...
* Fix a warning in sh.c. Remove use of getline() in md5sum sinceEric Andersen2000-12-201-12/+3
| | | | nobody else uses it and it is a GNU extension anyways...
* 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
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-011-40/+0
| | | | so no point acting like we do.
* 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
| | | | -Erik
* 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
| | | | | | (except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due to missing stuff in the library). -Erik
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen2000-06-131-0/+1013
-Erik