]> git.ozlabs.org Git - ccan/history - ccan/opt
take: add labels when CCAN_TAKE_DEBUG set, return in taken_any().
[ccan] / ccan / opt /
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-11-04 Rusty RussellRemove unused main() args in many modules.
2015-10-21 Rusty Russellopt: don't use raw malloc for errors.
2015-06-04 Rusty Russellopt: add opt_usage_exit_fail.
2014-07-29 Douglas Bagnallopt/helpers: fix out-of-range check in opt_set_floatval()
2014-06-23 Douglas Bagnallopt: Don't segfault if a string's default is NULL
2014-06-23 Douglas Bagnallopt: add an int decrementing helper function
2014-06-23 Douglas Bagnallopt: always initialise values in set_llong_with_suffix()
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-02-24 Rusty Russellopt: add float/double helpers.
2014-02-24 Rusty Russellopt: relicense to GPLv2+ (from GPLv3+)
2014-02-11 Rusty Russellopt: don't wordwrap when description line starts with...
2014-02-11 Rusty Russellopt: test the new embedded-\n-in-usage behaviour.
2014-02-11 Luke Dashjropt: accept newline in help strings
2014-02-11 Rusty Russellccan: add test for line-wrapping usage message.
2014-02-06 Rusty Russellopt: fix tests for 64-bit systems.
2014-02-06 Rusty Russellopt: test HAVE_SYS_TERMIOS_H via #if
2014-02-06 Luke Dashjropt: avoid using %lld and %llx formats
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-06-09 Rusty Russellopt: avoid using err.h.
2012-03-27 Rusty Russellopt: fix Solaris compile.
2011-12-19 Rusty Russellopt: much prettier usage (using terminal size)
2011-12-16 Rusty Russellopt: handle -Wcast-qual warnings.
2011-12-15 Rusty Russellopt: don't leak on exit (valgrind complains).
2011-12-07 Rusty Russellopt: suggest they look at ccan/autodata.
2011-12-01 Rusty Russellopt: add OPT_EARLY and opt_early_parse.
2011-12-01 Rusty Russellopt: fix up outdated comments in documentation.
2011-12-01 Rusty Russellopt: get rid of last remnant of getopt.
2011-10-04 Rusty Russellopt: increase testing coverage on 64 bit platforms
2011-08-23 Rusty Russellopt: neaten tests with helpers.
2011-08-14 Rusty Russellopt: complete coverage, enhance opt_free_table.
2011-08-14 Rusty Russellopt: fix warnings in test, fix endian assumptions.
2011-08-13 Douglas Bagnallopt: functions to show integer values with kMGTPE suffixes
2011-08-13 Douglas Bagnallopt: incidental comment and whitespace repair
2011-08-13 Douglas Bagnallopt: add integer helpers that accept k, M, G, T, P...
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-04-06 Rusty Russelltypesafe_cb: simplify, preserve namespace.
2011-03-22 Rusty Russellopt: avoid function pointer arithmetic
2011-03-22 Rusty Russellopt: fix memory leak in tests.
2011-03-22 Rusty Russellopt: allow const arguments.
2011-03-22 Rusty Russellopt: define NULL
2011-03-01 Rusty Russelliscsi, nfs, opt, tap: use config.h instead of defining...
2011-02-22 Andreas Schlickopt: Add a function to free the internal memory.
2011-02-22 Andreas Schlickopt: Correct the separator in _info's example.
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-11-10 Rusty Russellforeach, iscsi, jbitset, jmap, opt, rbtree, sparse_bsea...
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.