summaryrefslogtreecommitdiff
path: root/md5sum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #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