Denys Vlasenko
|
327f550669
Use unsigned printf/scanf conversion where more appropriate
|
11 years ago |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
11 years ago |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
11 years ago |
Dan Fandrich
|
f3854f789c
replace nonstandard unsigned typedefs
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
adf922ec28
*: a few more NOINLINEs
|
15 years ago |
Denys Vlasenko
|
a7bb3c1396
*: code shrink via NOINLINE
|
15 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
284d0faed6
random s/short/int/
|
16 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
1acdc89e99
style and message text fixes
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
fad2b86c9e
use "glibc errno" trick not only for ash, but for entire busybox
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
ff131b980d
style fixes. No code changes.
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
7869c018b5
ipcs: fix my recent breakage
|
18 years ago |
Denis Vlasenko
|
3ccc100670
ipcs: fix output (misaligned columns)
|
18 years ago |
Denis Vlasenko
|
c7b9bad519
ipcs: getopt_ulflag'ification, -170 bytes
|
18 years ago |
Denis Vlasenko
|
5983914c1b
ipcs: silly trick with strings. saves ~200 bytes.
|
18 years ago |
Bernhard Reutner-Fischer
|
73561cc75a
- pull from busybox_scratch: r15829:15850
|
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
|
a38330c366
- do away with useless fwd-decls, redundant bb_printf calls, silence warning
|
18 years ago |