]> git.ozlabs.org Git - ccan/history - ccan/opt/opt.h
opt: Silence unsed param warning triggered by -Wextra
[ccan] / ccan / opt / opt.h
2011-02-07 Joel Stanleyopt: Silence unsed param warning triggered by -Wextra
2011-02-07 Joel Stanleyopt: Fix -Wmissing-field-initializers warning
2011-01-18 Rusty Russellopt: correct description, and neaten main header order.
2011-01-17 Brad Hardsopt: spelling fixes.
2011-01-07 Joey Adamsopt: Fix warnings with gcc-4.5 (same approach as commit...
2010-10-26 Rusty Russellopt: change / separator to |
2010-10-07 Rusty Russellopt: add opt_log_stderr_exit helper, and opt_usage...
2010-10-07 Rusty Russellopt: remove gratuitous { } in initializers.
2010-10-06 Rusty Russellopt: fix examples so they compile.
2010-10-05 Rusty Russellopt: minor API tweaks.
2010-10-05 Rusty Russellopt: allow parameter names in 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.