aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
AgeCommit message (Collapse)Author
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko
xstrtou: disallow leading '+'
2006-11-24tar: sanitize option handlingDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-25wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko
So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist.
2006-10-20readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko
getopt32: add =N support
2006-10-06dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.