]> mj.ucw.cz Git - libucw.git/history - ucw/opt.h
Extended types: Cleaned up unit name parsing
[libucw.git] / ucw / opt.h
2014-07-21 Robert KesslMerge branch 'master' into dev-table
2014-06-27 Martin MaresOpt: Added OPT_HELP_COLUMNS
2014-06-27 Martin MaresOpt: Added OPT_BREAK
2014-06-27 Martin MaresOpt: Constification continues
2014-06-27 Martin MaresOpt: Constify
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 VallaReturned back 'uns' and related functions for backwards...
2014-06-02 Tomas VallaRenamed uns -> uint
2014-02-24 Martin MaresOpt: Fixed confused macros
2014-02-17 Martin MaresOpt: OPT_NO_HELP is gone
2014-02-17 Pavel CharvatOpt: Fixed a typo in OPT_UINT.
2014-02-17 Pavel CharvatOpt: Implemented OPT_UINT.
2014-01-28 Martin MaresDoc: Fixed function references v5.99
2014-01-28 Martin MaresOpt: OPT_MULTIPLE with clists replaced by OPT_CL_MULTIP...
2014-01-28 Martin MaresOpt: Document CT_USER with optional values
2014-01-28 Martin MaresOpt: User-defined types are specified as CT_USER, not...
2014-01-27 Martin MaresOpt: Added missing reference
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 MaresOpt: opt_failure() is public, opt_usage() not so
2014-01-27 Martin MaresOpt: Generalization of hooks
2014-01-27 Martin MaresOpt: Cleaned up opt-conf
2014-01-27 Martin MaresOpt: Make OPT_LAST_ARG actually work and document inter...
2014-01-27 Martin MaresOpt: Rewritten formatting of help
2014-01-27 Martin MaresOpt: Improved reporting of errors
2014-01-27 Martin MaresOpt: Streamlined opt_shortopt()
2014-01-27 Martin MaresOpt: Updated symbol renames
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 MaresOpt: ABI cleanup
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: 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: looks well, going to write some tests
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-25 Jan 'Moskyt' MatejkaOpt: not yet compiling, written part of the parser
2013-04-22 Jan 'Moskyt' MatejkaOpt: docs fixes
2013-04-22 Jan 'Moskyt' MatejkaOpt: interface ready for review
2013-04-15 Jan 'Moskyt' MatejkaOpt: defined user interface