Denys Vlasenko
|
d60752f8c9
build system: -fno-builtin-printf
|
9 years ago |
Denys Vlasenko
|
327f550669
Use unsigned printf/scanf conversion where more appropriate
|
11 years ago |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
11 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denis Vlasenko
|
db12d1d733
Fix forgotten license comments
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
b6332248ca
fdformat: remove redundant check
|
18 years ago |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 years ago |
Rob Landley
|
59fe8b9089
There are a number of reasons for reinventing printf(). Writing status to
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
Bernhard Reutner-Fischer
|
1b9d7c9aa9
- use bb_msg_{read,write}_error where appropriate.
|
18 years ago |
Mike Frysinger
|
948a09d6f2
dont printf arguments given by user for security sanity
|
18 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Rob Landley
|
658d2cf986
Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to
|
19 years ago |
Eric Andersen
|
522a2f3b39
Everything should be made as simple as possible. But no simpler.
|
20 years ago |
Glenn L McGrath
|
348672d46d
Patch from Tito, reduce size, merge functions that are only used once.
|
21 years ago |
Glenn L McGrath
|
21aacba2b7
Logic error, patch by Matteo Croce
|
21 years ago |
Eric Andersen
|
01c3d40f3c
Add the fdformat utility, based on a patch from Kent Robotti,
|
21 years ago |