summaryrefslogtreecommitdiff
path: root/libbb/getopt32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-251-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 linkDenis Vlasenko2006-10-201-0/+9
| | | | getopt32: add =N support
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-0/+4
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-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.