]> git.ozlabs.org Git - ccan/history - ccan/tally
Remove unused main() args in many modules.
[ccan] / ccan / tally /
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2013-07-15 Volker Lendeckeccan: Fix calling memset with zero length parameter
2011-08-31 Volker Lendecketally: Adapt tally_histogram to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt get_max_bucket to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_approx_median to Samba coding conven...
2011-08-31 Volker Lendecketally: Adapt bucket_range to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_mean to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt divls64 to Samba coding conventions
2011-08-31 Volker Lendecketally: Avoid some // style comments in divls64
2011-08-31 Volker Lendecketally: Adapt divlu64 to Samba coding conventions
2011-08-31 Volker Lendecketally: Avoid some // style comments in divlu64
2011-08-31 Volker Lendecketally: Adapt fls64 to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_num to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_add to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt renormalize to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt shift_overflows to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt bucket_min to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt bucket_of to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_new to Samba coding conventions
2011-08-31 Volker Lendecketally: Slightly simplify tally_new
2011-08-31 Volker Lendecketally: Fix a c++ warning
2011-08-31 Volker Lendecketally: Fix a c++ warning
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-07-06 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2011-07-06 Rusty Russelltally: don't use SIZE_MAX.
2011-06-21 Rusty Russelltally: fix FreeBSD compile, memleak in tests.
2010-11-10 Rusty Russellforeach, iscsi, jbitset, jmap, opt, rbtree, sparse_bsea...
2010-10-20 Rusty Russelltally: fixes for 64 bit machines.
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-09-25 Rusty Russelltally: invert histograms so maximum is on top.
2010-09-25 Rusty Russelltally: don't add extra bucket unless buckets == 0
2010-09-25 Rusty Russelltally: simplify, add Y axis to graph.
2010-09-24 Rusty Russelltally: implement tally_total()
2010-09-23 Rusty Russelltally: new module for tallying numbers.