Denys Vlasenko
|
327f550669
Use unsigned printf/scanf conversion where more appropriate
|
11 年 前 |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
12 年 前 |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 年 前 |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 年 前 |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 年 前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年 前 |
Denys Vlasenko
|
6b9f163353
*: style fixes. no code changes (verified with objdump)
|
15 年 前 |
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
|
f3745ea489
libbb: introduce xmalloc_xopen_read_close and use where appropriate
|
16 年 前 |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 年 前 |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 年 前 |
Denis Vlasenko
|
a89d50fb9a
tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)
|
17 年 前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年 前 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 年 前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年 前 |
Denis Vlasenko
|
d67cef2425
hush: fix read builtin to not read ahead past eol and to not use
|
17 年 前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年 前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年 前 |
Denis Vlasenko
|
9225854144
mostly style fixes
|
18 年 前 |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 年 前 |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 年 前 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 年 前 |
Denis Vlasenko
|
cad36681d2
readprofile: getopt_ulflags'isation
|
18 年 前 |
Rob Landley
|
7250915d78
Make a warning go away on 64-bit systems.
|
18 年 前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年 前 |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 年 前 |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 年 前 |
"Vladimir N. Oleynik"
|
1f0262bcdb
another more const
|
19 年 前 |
Rob Landley
|
b7285001c9
Cleanup patch from Tito.
|
19 年 前 |