]> git.ozlabs.org Git - ccan/history - ccan/opt
ccanlint: add test to look for modules we use but don't list in _info.
[ccan] / ccan / opt /
2010-11-04 Rusty Russellopt: fix junk after string in opt_show_charp.
2010-11-03 Rusty Russellopt: fix gcc -O3 warnings.
2010-10-26 Rusty Russellopt: wean off getopt_long, beef up tests.
2010-10-26 Rusty Russellopt: change / separator to |
2010-10-20 Rusty Russellopt: 64-bit compile fixes
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-14 Rusty Russellopt: list ccan/typesafe_cb as a dependency.
2010-10-07 Rusty Russellopt: add opt_log_stderr_exit helper, and opt_usage...
2010-10-07 Rusty Russellopt: fix example to compile.
2010-10-07 Rusty Russellopt: remove gratuitous { } in initializers.
2010-10-06 Rusty Russellopt: fix examples so they compile.
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.