Denys Vlasenko
|
9fe98f701d
libbb: merge mail and uudecode's base64 decoders
|
14 年之前 |
Denys Vlasenko
|
6f80fe71f0
uudecode,base64: code shrink
|
14 年之前 |
Denys Vlasenko
|
ee06264a29
base64: new applet
|
14 年之前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 年之前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年之前 |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 年之前 |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
16 年之前 |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 年之前 |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 年之前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年之前 |
Denis Vlasenko
|
0beaff8c19
update Glenn McGrath's email address
|
17 年之前 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 年之前 |
Denis Vlasenko
|
aa198dd39c
uudecode: nuke duplicate base64_table[]. saves 65 bytes
|
17 年之前 |
Denis Vlasenko
|
746204b1b8
uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>
|
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
|
ca5b35299e
- make read_stduu() and read_base64() void, small size tweaks
|
18 年之前 |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 年之前 |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 年之前 |
Denis Vlasenko
|
d3d004dd35
last nail into error_msg() (de)capitalization
|
18 年之前 |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
18 年之前 |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 年之前 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 年之前 |
Rob Landley
|
29d94b907f
Another attempt at untangling the logic so the compiler can follow it and not
|
18 年之前 |
Rob Landley
|
b97f07f5a1
Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,
|
18 年之前 |
Bernhard Reutner-Fischer
|
42f67026a1
- silence gcc warning about a funcptr possibly being used uninitialized.
|
18 年之前 |
Bernhard Reutner-Fischer
|
d591a360d3
- merge -r15463:15564 from busybox_scratch branch through these changesets:
|
18 年之前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年之前 |
Rob Landley
|
565bc33332
Remove code that can't be reached.
|
18 年之前 |