rename bb_default_error_retval -> xfunc_error_retval
[oweals/busybox.git] / libbb / getopt_ulflags.c
2006-09-29 Denis Vlasenkotop: add support for -b, -n <iterations>
2006-09-29 Denis Vlasenkogetopt_ulflags: fix indentation in comment (needs to...
2006-09-29 Denis Vlasenkogetopt_ulflags: formatting fixes
2006-09-29 Denis Vlasenkoxargs: simplify option parsing
2006-09-23 Denis Vlasenkobb_askpass: shorten static password buffer. 256 is...
2006-09-03 Denis Vlasenkozcip: getopt -> bb_getopt_ulflags
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-05-31 Bernhard Reutner... - make getopt_ulflags aware of CONFIG_GETOPT_LONG
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-03 Rob LandleyWhitespace and documentation cleanup from Dennis Vlasenko.
2006-02-22 Mike Frysingerdocument leading + option
2006-02-21 Mike Frysingera few more comment touchups
2006-02-21 Mike Frysingertranslate Russian-English to just plain English
2006-02-02 "Vladimir N. Oleynik"destroy bug 679, use getopt_ulflags with new feature...
2006-01-09 "Vladimir N. Oleynik"removed a warning about an unused pargv in bb_getopt_ul...
2005-12-02 "Vladimir N. Oleynik"reduce signedness warning
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-05 "Vladimir N. Oleynik"another more correction for getopt_ulflags() documentat...
2005-10-05 "Vladimir N. Oleynik"more correction for getopt_ulflags() documentation...
2005-10-05 Bernhard Reutner... - add proper separators. sorry for the noise..
2005-10-05 Bernhard Reutner... - add a bit more documentation to vodz' recent additions.
2005-10-05 "Vladimir N. Oleynik"update bb_getopt_ulflags special for 'ps' applet, usagi...
2005-10-04 "Vladimir N. Oleynik"use updated bb_getopt_ulflags() for ps applet
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-05-11 Mike Frysingernow that mjn3 explained it to me, add documentation...
2005-05-10 Mike Frysingeradd documentation for long options and touch up the...
2005-04-18 Mike FrysingerIn Bug 5, Tito writes:
2004-02-05 Eric AndersenVladimir N. Oleynik writes:
2004-02-04 Eric AndersenThe variable 'complementaly' used to be allocated with...
2004-01-22 Glenn L McGrathVodz, last_patch_123, patch have new version getopt_ulf...
2003-12-19 Glenn L McGrathAllow escaped 8 bit characters in bb_opt_complementaly
2003-12-19 Glenn L McGrathFix a bug preventing use of escaped characters that...
2003-10-06 Glenn L McGrathVodz last_patch_105 without his xargs patch which doens...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.