]> git.ozlabs.org Git - ccan/history - ccan/opt/opt.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / opt / opt.c
2023-06-20 Rusty Russellopt: allow show callbacks to return false.
2023-06-20 Rusty Russellccan: update show callback to take explicit length.
2023-06-20 Rusty Russellccan: allow user to set some bits in opt_table.type.
2020-02-11 Rusty Russellopt: fix opt_unregister.
2020-02-04 Rusty Russellopt: add opt_unregister.
2018-11-02 Rusty Russellopt: add new parse_early_args_incomplete.
2014-02-24 Rusty Russellopt: relicense to GPLv2+ (from GPLv3+)
2013-10-14 Rusty RussellMerge branch 'io'
2013-10-02 Rusty Russellopt: add allocator setting.
2012-06-09 Rusty Russellopt: avoid using err.h.
2011-12-01 Rusty Russellopt: add OPT_EARLY and opt_early_parse.
2011-08-14 Rusty Russellopt: complete coverage, enhance opt_free_table.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-03-22 Rusty Russellopt: allow const arguments.
2011-02-22 Andreas Schlickopt: Add a function to free the internal memory.
2010-10-26 Rusty Russellopt: wean off getopt_long, beef up tests.
2010-10-26 Rusty Russellopt: change / separator to |
2010-10-07 Rusty Russellopt: add opt_log_stderr_exit helper, and opt_usage...
2010-10-05 Rusty Russellopt: fix warnings with gcc and -O.
2010-10-05 Rusty Russellopt: minor API tweaks.
2010-10-05 Rusty Russellopt: allow parameter names in arguments.
2010-10-05 Rusty Russellopt: remove unused debug function and code, test a...
2010-10-05 Rusty Russellopt: clarify option iteration a little.
2010-10-05 Rusty Russellopt: fix reporting of arguments when multiple arguments...
2010-10-03 Rusty Russellopt: Put actual options inside names.
2010-09-30 Rusty Russellopt: add support for showing default value.
2010-09-29 Rusty Russellopt: new module to parse commandline options.