]> git.ozlabs.org Git - ccan/history - ccan/opt/helpers.c
tal: allow notifiers on NULL.
[ccan] / ccan / opt / helpers.c
2015-10-21 Rusty Russellopt: don't use raw malloc for errors.
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-02-24 Rusty Russellopt: add float/double helpers.
2014-02-24 Rusty Russellopt: relicense to GPLv2+ (from GPLv3+)
2014-02-06 Luke Dashjropt: avoid using %lld and %llx formats
2013-10-14 Rusty RussellMerge branch 'io'
2013-10-02 Rusty Russellopt: add allocator setting.
2011-12-16 Rusty Russellopt: handle -Wcast-qual warnings.
2011-12-15 Rusty Russellopt: don't leak on exit (valgrind complains).
2011-10-04 Rusty Russellopt: increase testing coverage on 64 bit platforms
2011-08-14 Rusty Russellopt: complete coverage, enhance opt_free_table.
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.
2010-11-04 Rusty Russellopt: fix junk after string in opt_show_charp.
2010-10-26 Rusty Russellopt: wean off getopt_long, beef up tests.
2010-09-30 Rusty Russellopt: add support for showing default value.
2010-09-29 Rusty Russellopt: new module to parse commandline options.