Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
hace 16 años |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
hace 16 años |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
hace 17 años |
Denis Vlasenko
|
0beaff8c19
update Glenn McGrath's email address
|
hace 17 años |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
hace 17 años |
Denis Vlasenko
|
aa198dd39c
uudecode: nuke duplicate base64_table[]. saves 65 bytes
|
hace 17 años |
Denis Vlasenko
|
746204b1b8
uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>
|
hace 17 años |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
hace 17 años |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
hace 18 años |
Bernhard Reutner-Fischer
|
ca5b35299e
- make read_stduu() and read_base64() void, small size tweaks
|
hace 18 años |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
hace 18 años |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
hace 18 años |
Denis Vlasenko
|
d3d004dd35
last nail into error_msg() (de)capitalization
|
hace 18 años |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
hace 18 años |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
hace 18 años |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
hace 18 años |
Rob Landley
|
29d94b907f
Another attempt at untangling the logic so the compiler can follow it and not
|
hace 18 años |
Rob Landley
|
b97f07f5a1
Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,
|
hace 18 años |
Bernhard Reutner-Fischer
|
42f67026a1
- silence gcc warning about a funcptr possibly being used uninitialized.
|
hace 18 años |
Bernhard Reutner-Fischer
|
d591a360d3
- merge -r15463:15564 from busybox_scratch branch through these changesets:
|
hace 18 años |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
hace 18 años |
Rob Landley
|
565bc33332
Remove code that can't be reached.
|
hace 18 años |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
hace 18 años |
Rob Landley
|
0edbad1a7c
Glenn gave permission for GPLv2 "or later".
|
hace 18 años |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
hace 19 años |
"Vladimir N. Oleynik"
|
87be316149
more better for me signed<->unsigned and the const keyword usage
|
hace 19 años |
Eric Andersen
|
5e678873f9
clean up yet more annoying signed/unsigned mismatches and fixup
|
hace 19 años |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
hace 19 años |
"Vladimir N. Oleynik"
|
ba248206fe
change strange depend to libbb.h, but require busybox.h
|
hace 19 años |
Rob Landley
|
b7128c6236
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
|
hace 19 años |