summaryrefslogtreecommitdiff
path: root/src/unitnumber.h (follow)
AgeCommit message (Collapse)Author
2013-05-10Added more checking & unit-tests.Mike Buland
2013-04-23Fixed random zeros bug.0.03Mike Buland
They weren't that random, the resize routine in PackedIntArray was written poorly. It was growing too much and computing the size of the original array incorrectly, so not all the data was being copied every time.
2013-04-23Added cli params & a unit test.Mike Buland