]> git.ozlabs.org Git - ccan/history - ccan/opt/helpers.c
opt: relicense to GPLv2+ (from GPLv3+)
[ccan] / ccan / opt / helpers.c
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.