Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
3b92eaac53
sort: -z outputs NUL terminated lines. Closes bug 1591.
|
17 years ago |
Bernhard Reutner-Fischer
|
7c2db5c198
- use standard-imposed constants some more
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
091965768d
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 years ago |
Denis Vlasenko
|
8d9f495d68
getopt32: fix llist_t options ordering. llist_rev is not unused.
|
17 years ago |
Denis Vlasenko
|
54cf511ce1
sort: fix multiple -k (was ignoring all except last)
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
8336f080cb
diff: small optimizations; do not try to diff non-seekable stream
|
18 years ago |
Mike Frysinger
|
a71199e0f0
str2u() is only used when FEATURE_SORT_BIG is enabled
|
18 years ago |
Denis Vlasenko
|
b2abef3e54
stty: fix width of a field for ppc32
|
18 years ago |
Denis Vlasenko
|
bf0a201008
style fixes
|
18 years ago |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 years ago |
Denis Vlasenko
|
664733f1a3
sort: two small optimizations
|
18 years ago |
Denis Vlasenko
|
0d42ddff70
sort: reformat entire file wrt style.
|
18 years ago |
Bernhard Reutner-Fischer
|
e766715032
- end may be used uninitialized.
|
18 years ago |
Denis Vlasenko
|
d3d004dd35
last nail into error_msg() (de)capitalization
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 years ago |
Denis Vlasenko
|
372686bde7
cut, mount: small improvements
|
18 years ago |
Denis Vlasenko
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 years ago |
Denis Vlasenko
|
c16bd212e3
silly switch style fix
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Rob Landley
|
081e38483e
Remove xcalloc() and convert its callers to xzalloc(). About half of them
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |