index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
getopt32.c
Age
Commit message (
Expand
)
Author
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
2006-10-26
remove bb_printf and the like
Denis Vlasenko
2006-10-25
wget: wget $'-\207' ... should not be allowed to work. ever. :)
Denis Vlasenko
2006-10-20
readlink: do not emit errors if file doesnt not exist / not a link
Denis Vlasenko
2006-10-06
dnsd fix; option_mask32 added. dnsd needs more love.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko