Eric Andersen
|
cbe31dace5
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
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
|
2001-02-20 06:14:08 +00:00 |
|
Eric Andersen
|
67991cf824
|
This patch, put together by Manuel Novoa III, is a merge of work
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
|
2001-02-14 21:23:06 +00:00 |
|
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 |
|
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 |
|
Matt Kraai
|
ef5529b278
|
Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE
uses, and other minor fixes.
|
2000-10-25 17:00:36 +00:00 |
|
Eric Andersen
|
3570a34de4
|
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
|
2000-09-25 21:45:58 +00:00 |
|
Matt Kraai
|
322ae93a5e
|
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
segfaulting or handling errors the same way themselves.
|
2000-09-13 02:46:14 +00:00 |
|
Eric Andersen
|
88f50b6bf5
|
Some #include updates.
-Erik
|
2000-08-10 17:59:11 +00:00 |
|
Matt Kraai
|
bf181b9338
|
Extract usage information into a separate file.
|
2000-07-16 20:57:15 +00:00 |
|
Pavel Roskin
|
df4532bfa3
|
More fixes for "signed vs. unsigned" warnings.
|
2000-07-14 17:24:58 +00:00 |
|
Matt Kraai
|
d537a95fdb
|
Use errorMsg rather than fprintf.
|
2000-07-14 01:51:25 +00:00 |
|
Erik Andersen
|
7ab9c7ee52
|
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
which lets you compile out most of the "--help" output, saving
up to 17k.
Renamed mnc to nc.
-Erik
|
2000-05-12 19:41:47 +00:00 |
|
Erik Andersen
|
3fe7f9f20b
|
More minor updates to docs (and making apps behave as the docs
suggest they should)
-Erik
|
2000-04-19 03:59:10 +00:00 |
|
Erik Andersen
|
a6c752201e
|
Updates
-Erik
|
2000-04-18 00:00:52 +00:00 |
|
Erik Andersen
|
e49d5ecbbe
|
Some formatting updates (ran the code through indent)
-Erik
|
2000-02-08 19:58:47 +00:00 |
|
Eric Andersen
|
e77ae3a2c0
|
Added sfdisk. Ststic-ified a bunch of stuff.
|
1999-10-19 20:03:34 +00:00 |
|
Eric Andersen
|
3e0fbae15e
|
fixes grep, added loadfont from debian bootfloppies.
-Erik
|
1999-10-19 06:02:44 +00:00 |
|