Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -3/+3 |
| | |||||
* | Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE | Eric Andersen | 2000-12-20 | 1 | -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 since | Eric Andersen | 2000-12-20 | 1 | -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 Kraai | 2000-12-18 | 1 | -5/+5 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -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 Andersen | 2000-12-01 | 1 | -40/+0 |
| | | | | so no point acting like we do. | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -8/+11 |
| | |||||
* | Fix error messages. | Matt Kraai | 2000-10-23 | 1 | -3/+3 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Fixed to pass -Wundef | Pavel Roskin | 2000-07-28 | 1 | -1/+1 |
| | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -17/+0 |
| | |||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -4/+4 |
| | |||||
* | More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc | Eric Andersen | 2000-07-09 | 1 | -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 Andersen | 2000-06-13 | 1 | -0/+1013 |
-Erik |