Matt Kraai
|
dd19c69904
|
Removed trailing \n from error_msg{,_and_die} messages.
|
2001-01-31 19:00:21 +00:00 |
|
Mark Whitley
|
59ab025363
|
#define -> static const int. Also got rid of some big static buffers.
|
2001-01-23 22:30:04 +00:00 |
|
Eric Andersen
|
e111d69ca2
|
Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE
and wasnever updated when TRUE and FALSE were fixed. So kludge it
by doing an #undef TRUE, then define it backwards...
|
2000-12-20 23:19:42 +00:00 |
|
Eric Andersen
|
70da6a66d2
|
Fix a warning in sh.c. Remove use of getline() in md5sum since
nobody else uses it and it is a GNU extension anyways...
|
2000-12-20 22:59:16 +00:00 |
|
Matt Kraai
|
1fa1adea2a
|
Change calls to error_msg.* and strerror to use perror_msg.*.
|
2000-12-18 03:57:16 +00:00 |
|
Mark Whitley
|
f57c944e09
|
Changed names of functions in utility.c and all affected files, to make
compliant with the style guide. Everybody rebuild your tags file!
|
2000-12-07 19:56:48 +00:00 |
|
Eric Andersen
|
87559829ff
|
Remove #ifdef __STDC__ junk. We don't do K&R round these parts,
so no point acting like we do.
|
2000-12-01 19:02:24 +00:00 |
|
Matt Kraai
|
3e856ce428
|
Stop using TRUE and FALSE for exit status.
|
2000-12-01 02:55:13 +00:00 |
|
Matt Kraai
|
207061ac0d
|
Fix error messages.
|
2000-10-23 18:03:46 +00:00 |
|
Eric Andersen
|
3570a34de4
|
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
|
2000-09-25 21:45:58 +00:00 |
|
Pavel Roskin
|
616d13bcd1
|
Fixed to pass -Wundef
|
2000-07-28 19:38:27 +00:00 |
|
Matt Kraai
|
bf181b9338
|
Extract usage information into a separate file.
|
2000-07-16 20:57:15 +00:00 |
|
Matt Kraai
|
be84cd4ef6
|
Always report the applet name when doing error reporting.
|
2000-07-12 17:02:35 +00:00 |
|
Eric Andersen
|
999bf72f49
|
More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc
(except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due
to missing stuff in the library).
-Erik
|
2000-07-09 06:59:58 +00:00 |
|
Eric Andersen
|
2b6ab3cbf8
|
Add new apps md5sum uudecode uuencode, fix some minor formatting things.
-Erik
|
2000-06-13 06:54:53 +00:00 |
|