Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix TODO: getopt32 should reset optind to 1 itself | Denis Vlasenko | 2007-03-15 | 1 | -2/+6 | |
| | ||||||
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -3/+3 | |
| | ||||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 | |
| | ||||||
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | 2006-12-16 | 1 | -2/+0 | |
| | | | | xstrtou: disallow leading '+' | |||||
* | tar: sanitize option handling | Denis Vlasenko | 2006-11-24 | 1 | -34/+34 | |
| | ||||||
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 | |
| | ||||||
* | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | 2006-10-25 | 1 | -20/+20 | |
| | | | | | So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist. | |||||
* | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko | 2006-10-20 | 1 | -0/+9 | |
| | | | | getopt32: add =N support | |||||
* | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko | 2006-10-06 | 1 | -0/+4 | |
| | ||||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -0/+516 | |
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. |