Denys Vlasenko
|
b097a84d62
config: update size information
|
5 лет назад |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 лет назад |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 лет назад |
Denys Vlasenko
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 лет назад |
Denys Vlasenko
|
9de2e5a222
*: hopefully all setup_common_bufsiz() are in place
|
8 лет назад |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 лет назад |
Denys Vlasenko
|
327f550669
Use unsigned printf/scanf conversion where more appropriate
|
11 лет назад |
Denys Vlasenko
|
6830ade6aa
whitespace fixes. no code changes
|
11 лет назад |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 лет назад |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 лет назад |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 лет назад |
Denys Vlasenko
|
0939f2ebd2
fix up potential printf's with unsafe format strings
|
15 лет назад |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 лет назад |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 лет назад |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 лет назад |
Denis Vlasenko
|
91e80c2be7
delete now unused check_header_gzip.c
|
17 лет назад |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 лет назад |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 лет назад |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 лет назад |
Bernhard Reutner-Fischer
|
cd75a96f0f
- sum -r TODO should not print the filename as oposed to -s
|
18 лет назад |
Denis Vlasenko
|
9ac9e55e3c
sum: 40% size reduction (-300 bytes)
|
18 лет назад |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 лет назад |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
18 лет назад |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 лет назад |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 лет назад |
Bernhard Reutner-Fischer
|
7fee0c4357
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
|
18 лет назад |
Bernhard Reutner-Fischer
|
73561cc75a
- pull from busybox_scratch: r15829:15850
|
18 лет назад |
Rob Landley
|
998f449375
We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is
|
18 лет назад |
Rob Landley
|
02794e1516
Fix bug 674: sum's block count should always round up.
|
18 лет назад |
Rob Landley
|
b7128c6236
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
|
19 лет назад |