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 |
Rob Landley
|
39218932b1
Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's
|
18 years ago |
Rob Landley
|
f893250a3b
Replace isnan() and isinf() with inline tests so uClibc doesn't want us to
|
18 years ago |
Mike Frysinger
|
0436b9f482
use strchr() not index()
|
19 years ago |
Rob Landley
|
2b26fd5570
A few changes falling out from the effort to make sed handle embedded NUL bytes.
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Rob Landley
|
45ad0e87d6
Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.
|
19 years ago |
Paul Fox
|
379ac89c30
applying patch from:
|
19 years ago |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
20 years ago |
Rob Landley
|
c0dedd05e8
Sort rewrite to be SUSv3 compliant. New config option, updated help, and
|
20 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Mark Whitley
|
fccaa3629b
Applied patch from I.Q. to add sort -u as a feature.
|
24 years ago |
Mark Whitley
|
6e808ca354
Changed line[strlen(line) - 1] = '\0'; to chomp(line);
|
24 years ago |