index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
getopt32.c
Age
Commit message (
Expand
)
Author
2011-08-10
randomconfig fixes
Denys Vlasenko
2011-05-29
fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
Denys Vlasenko
2011-03-01
libbb: remove dead code in getopt32. -7 bytes
Alexey Fomenko
2011-02-03
whitespace fixes
Denys Vlasenko
2011-02-02
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Denys Vlasenko
2010-11-22
fix misspelling in comment
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-03-16
libbb/getopt32.c: clear applet_long_options and opt_complementary after use
Denys Vlasenko
2009-09-11
top: add -m ("memory") option
Denys Vlasenko
2009-06-19
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-04-26
hush: make getopt32 usable in builtins. use it in unset.
Denis Vlasenko
2008-11-12
gzip: fix gzip -dc case caused by using stale getopt state
Denis Vlasenko
2008-10-20
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-09-25
whitespace fixes
Denis Vlasenko
2008-08-20
getopt32: do not return pointer to alloca() areas
Denis Vlasenko
2008-08-20
libbb: getopt32() should not ever touch argv[0] (even read)
Denis Vlasenko
2008-08-20
libbb: fix mishandling of "all argv are opts" in getopt32()
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-15
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-04-23
getopt32: fix "tar x" case; fix memory leak
Denis Vlasenko
2008-04-21
getopt32: fix recently broken opt_complementary "--"
Denis Vlasenko
2008-04-09
Splitting xfuncs.c into two parts. No code chabges.
Denis Vlasenko
2008-04-01
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-02-17
whitespace fixes
Denis Vlasenko
2008-02-10
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-01-28
*: move getopt reset code to better place(s)
Denis Vlasenko
2007-09-28
more "if (p) free(p)" fixes; fix a typo in comment
Denis Vlasenko
2007-08-25
support "#!/bin/busybox"-style wrappers. Needed for SELinux.
Denis Vlasenko
2007-08-24
cp,mv: simpler arg[cv] handling -> smallish code savings
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-16
hdparm: shrink rodata by ~250 bytes
Denis Vlasenko
2007-08-16
whitespace fixes, no code changes
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-25
getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
2007-04-09
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-08
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-03-15
fix TODO: getopt32 should reset optind to 1 itself
Denis Vlasenko
2007-03-07
clean up accumulated whitespace damage
Denis Vlasenko
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2006-12-16
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-11-24
tar: sanitize option handling
Denis Vlasenko
[next]