Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
787d92645b
strings: strings a b was processing a twice, fix that
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Rob Landley
|
c052576821
Tito said that strings is a complete rewrite.
|
18 years ago |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Rob Landley
|
a6e131dab3
Size reductions, mostly switching things to use libbb functions.
|
18 years ago |
Bernhard Reutner-Fischer
|
0817313255
- whitespace cleanup from Tito.
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Rob Landley
|
658d2cf986
Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to
|
19 years ago |
Rob Landley
|
16cd02e01e
Clean up strings.c to use busybox's option processing. Bug 006, apparently.
|
19 years ago |
Glenn L McGrath
|
edaf39156a
Bugfixes
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Glenn L McGrath
|
e16ab475ad
Patch from Tito, Reduces the size of busybox's strings applet from 1900 to
|
21 years ago |
Glenn L McGrath
|
bb13624d8c
save a couple of bytes
|
21 years ago |
Glenn L McGrath
|
e01c550eab
"A little patch for the strings applet of the busybox development tree
|
21 years ago |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 years ago |
Eric Andersen
|
a860bec167
A couple of patches from Tito <farmatito@tiscali.it>
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Eric Andersen
|
d2b8118650
oops. args shuffled.
|
22 years ago |
Eric Andersen
|
92b7e7baa1
Patch from Tito Ragusa:
|
22 years ago |
Eric Andersen
|
65ddf77fbd
Patch from Tito to rework strings applet, and some testsuite
|
22 years ago |
Eric Andersen
|
e931909d2d
Additional patch from Tito to fix some anomolies
|
22 years ago |
Glenn L McGrath
|
dd3461af2f
Make output the same as upstream, patch by Tito
|
22 years ago |