Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
67b23e6043d8e2b30b0bf3bc105b8583c2a26db5
/
libbb
/
getopt32.c
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
[Renamed (77%) from libbb/getopt_ulflags.c]
266bc17
top: add support for -b, -n <iterations>
by Denis Vlasenko
· 18 years ago
f0d6cc8
getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_
by Denis Vlasenko
· 18 years ago
b02ef82
getopt_ulflags: formatting fixes
by Denis Vlasenko
· 18 years ago
6248a73
xargs: simplify option parsing
by Denis Vlasenko
· 18 years ago
6429aab
bb_askpass: shorten static password buffer. 256 is way too large.
by Denis Vlasenko
· 18 years ago
65dbd87
zcip: getopt -> bb_getopt_ulflags
by Denis Vlasenko
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
5d8843e
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
by "Robert P. J. Day"
· 18 years ago
f9437aa
- make getopt_ulflags aware of CONFIG_GETOPT_LONG
by Bernhard Reutner-Fischer
· 19 years ago
8bb5078
Change llist_add_* to take the address of the list rather than returning the new
by Rob Landley
· 19 years ago
f76cd96
Whitespace and documentation cleanup from Dennis Vlasenko.
by Rob Landley
· 19 years ago
992a58c
document leading + option
by Mike Frysinger
· 19 years ago
57f4cb2
a few more comment touchups
by Mike Frysinger
· 19 years ago
e17c80e
translate Russian-English to just plain English
by Mike Frysinger
· 19 years ago
4fc9220
destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup
by "Vladimir N. Oleynik"
· 19 years ago
f01e178
removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito
by "Vladimir N. Oleynik"
· 19 years ago
bf968f7
reduce signedness warning
by "Vladimir N. Oleynik"
· 19 years ago
f704b27
by "Vladimir N. Oleynik"
· 19 years ago
064f04e
by "Vladimir N. Oleynik"
· 19 years ago
4a5ce08
another more correction for getopt_ulflags() documentation (examples)
by "Vladimir N. Oleynik"
· 19 years ago
d1b6078
more correction for getopt_ulflags() documentation by author of this fuck logic
by "Vladimir N. Oleynik"
· 19 years ago
120513c
- add proper separators. sorry for the noise..
by Bernhard Reutner-Fischer
· 19 years ago
43fb3fc
- add a bit more documentation to vodz' recent additions.
by Bernhard Reutner-Fischer
· 19 years ago
35939d9
by "Vladimir N. Oleynik"
· 19 years ago
be0ed3d
use updated bb_getopt_ulflags() for ps applet
by "Vladimir N. Oleynik"
· 19 years ago
45a8ed8
- sync traceroute with Slackware-10.1
by "Vladimir N. Oleynik"
· 19 years ago
27421a1
1) bb_opt_complementaly -> bb_opt_complementally
by "Vladimir N. Oleynik"
· 19 years ago
348e84c
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
by Mike Frysinger
· 20 years ago
fb6d22c
now that mjn3 explained it to me, add documentation for the 3rd field in long opts
by Mike Frysinger
· 20 years ago
e5d0bde
add documentation for long options and touch up the current docs now that i actually understand how to use the function myself :)
by Mike Frysinger
· 20 years ago
2bf88a8
In Bug 5, Tito writes:
by Mike Frysinger
· 20 years ago
54426d5
Vladimir N. Oleynik writes:
by Eric Andersen
· 21 years ago
4575bbf
The variable 'complementaly' used to be allocated with calloc, which zeroed it
by Eric Andersen
· 21 years ago
85c5152
Vodz, last_patch_123, patch have new version getopt_ulflags.
by Glenn L McGrath
· 21 years ago
28c111e
Allow escaped 8 bit characters in bb_opt_complementaly
by Glenn L McGrath
· 21 years ago
850b05f
Fix a bug preventing use of escaped characters that use the signed bit
by Glenn L McGrath
· 21 years ago
9d1a33c
Vodz last_patch_105 without his xargs patch which doenst apply cleanly
by Glenn L McGrath
· 21 years ago
8876fb2
last_patch89 from vodz:
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago