Denis Vlasenko
|
9c146a91d3
getopt: use getopt32 for option parsing - inspired by patch by
|
17 년 전 |
Bernhard Reutner-Fischer
|
febe3c4211
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
|
17 년 전 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 년 전 |
Denis Vlasenko
|
d9e15f2068
style cleanup: return(a) -> return a, part 2
|
18 년 전 |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 년 전 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 년 전 |
Denis Vlasenko
|
f47ff100cc
getopt: fix whitespace damage
|
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 년 전 |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 년 전 |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
18 년 전 |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 년 전 |
"Vladimir N. Oleynik"
|
5cf9a03b3f
more const, attribute_noreturn saved 200 bytes
|
19 년 전 |
Rob Landley
|
dbaf97e463
Fix the warnings, and fix the following two obvious segfaults:
|
19 년 전 |
Glenn L McGrath
|
d4004ee6a9
Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also.
|
20 년 전 |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 년 전 |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 년 전 |
Aaron Lehmann
|
a170e1c858
Change if(x)free(x); to free(x);
|
22 년 전 |
Robert Griebl
|
d378c3149c
Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
|
22 년 전 |
Mark Whitley
|
af030496fa
Applied patch from Larry Doolittle to remove some strlen calls, and add one
|
23 년 전 |
Eric Andersen
|
3e6ff9017f
A cleanup patch from Jeff Garzik to static-ify a number of
|
24 년 전 |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 년 전 |
Matt Kraai
|
dd19c69904
Removed trailing \n from error_msg{,_and_die} messages.
|
24 년 전 |
Mark Whitley
|
59ab025363
#define -> static const int. Also got rid of some big static buffers.
|
24 년 전 |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 년 전 |
Mark Whitley
|
6050618096
Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]
|
24 년 전 |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 년 전 |
Eric Andersen
|
a1f16bba72
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
|
24 년 전 |