Age | Commit message (Expand) | Author |
2006-09-29 | top: add support for -b, -n <iterations> | Denis Vlasenko |
2006-09-29 | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | Denis Vlasenko |
2006-09-29 | getopt_ulflags: formatting fixes | Denis Vlasenko |
2006-09-29 | xargs: simplify option parsing | Denis Vlasenko |
2006-09-23 | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko |
2006-09-03 | zcip: getopt -> bb_getopt_ulflags | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-10 | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" |
2006-05-31 | - make getopt_ulflags aware of CONFIG_GETOPT_LONG | Bernhard Reutner-Fischer |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-05-03 | Whitespace and documentation cleanup from Dennis Vlasenko. | Rob Landley |
2006-02-22 | document leading + option | Mike Frysinger |
2006-02-21 | a few more comment touchups | Mike Frysinger |
2006-02-21 | translate Russian-English to just plain English | Mike Frysinger |
2006-02-02 | destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t... | "Vladimir N. Oleynik" |
2006-01-09 | removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito | "Vladimir N. Oleynik" |
2005-12-02 | reduce signedness warning | "Vladimir N. Oleynik" |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
2005-10-05 | another more correction for getopt_ulflags() documentation (examples) | "Vladimir N. Oleynik" |
2005-10-05 | more correction for getopt_ulflags() documentation by author of this fuck logic | "Vladimir N. Oleynik" |
2005-10-05 | - add proper separators. sorry for the noise.. | Bernhard Reutner-Fischer |
2005-10-05 | - add a bit more documentation to vodz' recent additions. | Bernhard Reutner-Fischer |
2005-10-05 | update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ... | "Vladimir N. Oleynik" |
2005-10-04 | use updated bb_getopt_ulflags() for ps applet | "Vladimir N. Oleynik" |
2005-09-06 | - sync traceroute with Slackware-10.1 | "Vladimir N. Oleynik" |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2005-05-11 | now that mjn3 explained it to me, add documentation for the 3rd field in long... | Mike Frysinger |
2005-05-10 | add documentation for long options and touch up the current docs now that i a... | Mike Frysinger |
2005-04-18 | In Bug 5, Tito writes: | Mike Frysinger |
2004-02-05 | Vladimir N. Oleynik writes: | Eric Andersen |
2004-02-04 | The variable 'complementaly' used to be allocated with calloc, which zeroed it | Eric Andersen |
2004-01-22 | Vodz, last_patch_123, patch have new version getopt_ulflags. | Glenn L McGrath |
2003-12-19 | Allow escaped 8 bit characters in bb_opt_complementaly | Glenn L McGrath |
2003-12-19 | Fix a bug preventing use of escaped characters that use the signed bit | Glenn L McGrath |
2003-10-06 | Vodz last_patch_105 without his xargs patch which doenst apply cleanly | Glenn L McGrath |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |