]> mj.ucw.cz Git - libucw.git/history - ucw/opt.c
Merge remote-tracking branch 'origin/master'
[libucw.git] / ucw / opt.c
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaRenamed uns -> uint
2014-02-17 Martin MaresOpt: Improved parsing of negative boolean options
2014-02-06 Pavel CharvatOpt: Fixed a bug in positional arguments.
2014-02-06 Martin MaresOpt: Avoid fixed constants, use OPT_POSITIONAL_TAIL
2014-01-28 Martin MaresOpt: OPT_MULTIPLE with clists replaced by OPT_CL_MULTIP...
2014-01-28 Martin MaresOpt: User-defined types are specified as CT_USER, not...
2014-01-27 Martin MaresMerge branch 'dev-opt'
2014-01-27 Martin MaresOpt: Documented opt and its interaction with conf
2014-01-27 Martin MaresOpt: OPT_HELP_OPTION does not need passing pointer...
2014-01-27 Martin MaresLet <ucw/lib.h> include <stdbool.h> automatically
2014-01-27 Martin MaresOpt: opt_failure() is public, opt_usage() not so
2014-01-27 Martin MaresOpt: Generalization of hooks
2014-01-27 Martin MaresOpt: Make OPT_LAST_ARG actually work and document inter...
2014-01-27 Martin MaresOpt: Split to three separate modules
2014-01-27 Martin MaresOpt: Rewritten formatting of help
2014-01-27 Martin MaresOpt: exit() does not return, no need to call va_end...
2014-01-27 Martin MaresOpt: Simpified and corrected processing of OPT_SINGLE
2014-01-27 Martin MaresOpt: Fix bug introduced by my cleanups
2014-01-27 Martin MaresOpt: Improved reporting of errors
2014-01-27 Martin MaresOpt: Streamlined opt_parse_value()
2014-01-27 Martin MaresOpt: Streamlined parsing of long options
2014-01-27 Martin MaresOpt: Accept arguments for short options even in bundles
2014-01-27 Martin MaresOpt: Streamlined opt_shortopt()
2014-01-27 Martin MaresOpt: Start of positional arguments is not hard-wired
2014-01-27 Martin MaresOpt: Checking of required arguments simplified
2014-01-27 Martin MaresOpt: Cosmetics
2014-01-27 Martin MaresOpt: Streamlined setting of default options
2014-01-27 Martin MaresOpt: Simplified preprocessing of options
2014-01-15 Pavel CharvatMerge branch 'master' into dev-opt
2014-01-14 Pavel CharvatOpt: Merged fixes from Gigamail.
2014-01-14 Pavel CharvatMerge branch 'master' into dev-opt
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2013-09-06 Tomas VallaMerge branch 'master' into dev-opt
2013-09-03 Martin MaresOpt: Removed my bogus comment
2013-09-03 Martin MaresOpt: Introduced contexts
2013-09-03 Martin MaresOpt: Tamed FIELD and LASTFIELD macros
2013-09-03 Martin MaresOpt: Deleted extra newlines after failure messages
2013-09-03 Martin MaresOpt: Tests split off to a separate file
2013-09-03 Martin MaresOpt: Whitespace cleanup
2013-07-04 Martin MaresOpt: A couple of review comments
2013-06-25 Jan 'Moskyt' MatejkaOpt: Calling hooks, config opts added
2013-06-20 Jan 'Moskyt' MatejkaOpt: Config getopt and hooks
2013-05-13 Jan 'Moskyt' MatejkaOpt: OPT_MULTIPLE implemented, no tests yet but seems...
2013-05-13 Jan 'Moskyt' MatejkaOpt: Tests and some minor fixes
2013-05-13 Jan 'Moskyt' MatejkaOpt: looks well, going to write some tests
2013-05-13 Jan 'Moskyt' MatejkaOpt: strdup -> xstrdup
2013-05-13 Jan 'Moskyt' MatejkaOpt: fixed nothing-supplied detection
2013-05-06 Jan 'Moskyt' MatejkaOpt: fixed checking --no args and OPT_SINGLE
2013-05-06 Jan 'Moskyt' MatejkaOpt: help is now displaying correctly
2013-04-29 Jan 'Moskyt' MatejkaOpt: compilable, segfaulting.
2013-04-28 Martin MaresOpt: Fixed a couple of randomly found typos
2013-04-25 Jan 'Moskyt' MatejkaOpt: not yet compiling, written part of the parser
2013-04-22 Jan 'Moskyt' MatejkaOpt: interface ready for review
2013-04-15 Jan 'Moskyt' MatejkaOpt: defined user interface