aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt_ulflags.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - make getopt_ulflags aware of CONFIG_GETOPT_LONGaldot2006-05-311-1/+10
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-2/+1
* Whitespace and documentation cleanup from Dennis Vlasenko.landley2006-05-031-53/+60
* document leading + optionvapier2006-02-221-0/+7
* a few more comment touchupsvapier2006-02-211-4/+6
* translate Russian-English to just plain Englishvapier2006-02-211-4/+8
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t...vodz2006-02-021-0/+10
* removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Titovodz2006-01-091-0/+2
* reduce signedness warningvodz2005-12-021-2/+2
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-64/+117
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-111-36/+72
* another more correction for getopt_ulflags() documentation (examples)vodz2005-10-051-5/+8
* more correction for getopt_ulflags() documentation by author of this fuck logicvodz2005-10-051-5/+6
* - add proper separators. sorry for the noise..aldot2005-10-051-1/+1
* - add a bit more documentation to vodz' recent additions.aldot2005-10-051-8/+26
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ...vodz2005-10-051-14/+42
* use updated bb_getopt_ulflags() for ps appletvodz2005-10-041-3/+27
* - sync traceroute with Slackware-10.1vodz2005-09-061-5/+12
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-124/+149
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-111-3/+3
* now that mjn3 explained it to me, add documentation for the 3rd field in long...vapier2005-05-111-5/+12
* add documentation for long options and touch up the current docs now that i a...vapier2005-05-101-39/+62
* In Bug 5, Tito writes:vapier2005-04-181-116/+210
* Vladimir N. Oleynik writes:andersen2004-02-051-3/+1
* The variable 'complementaly' used to be allocated with calloc, which zeroed itandersen2004-02-041-0/+2
* Vodz, last_patch_123, patch have new version getopt_ulflags.bug12004-01-221-28/+20
* Allow escaped 8 bit characters in bb_opt_complementalybug12003-12-191-1/+1
* Fix a bug preventing use of escaped characters that use the signed bitbug12003-12-191-3/+2
* Vodz last_patch_105 without his xargs patch which doenst apply cleanlybug12003-10-061-2/+12
* last_patch89 from vodz:andersen2003-06-201-8/+137
* Major coreutils update.mjn32003-03-191-0/+41