]> git.ozlabs.org Git - ccan/history - ccan/opt/usage.c
opt: don't wordwrap when description line starts with whitespace.
[ccan] / ccan / opt / usage.c
2014-02-11 Rusty Russellopt: don't wordwrap when description line starts with...
2014-02-11 Luke Dashjropt: accept newline in help strings
2014-02-06 Rusty Russellopt: test HAVE_SYS_TERMIOS_H via #if
2014-02-06 Luke Dashjropt: only use termios if HAVE_SYS_TERMIOS_H is defined
2013-10-14 Rusty RussellMerge branch 'io'
2013-10-02 Rusty Russellopt: add allocator setting.
2012-03-27 Rusty Russellopt: fix Solaris compile.
2011-12-19 Rusty Russellopt: much prettier usage (using terminal size)
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.
2010-10-20 Rusty Russellopt: 64-bit compile fixes
2010-10-07 Rusty Russellopt: add opt_log_stderr_exit helper, and opt_usage...
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.