Merge branch 'CLOWNFISH-35-size_t-indices' Fixes CLOWNFISH-35.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/ba2150d9 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/ba2150d9 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/ba2150d9 Branch: refs/heads/master Commit: ba2150d96949ee8494f8e96307e24f13c90ff651 Parents: 36f36ea 5e798ae Author: Nick Wellnhofer <[email protected]> Authored: Sun Apr 26 11:50:40 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Apr 26 11:50:40 2015 +0200 ---------------------------------------------------------------------- runtime/core/Clownfish/Hash.c | 50 ++++++++-------- runtime/core/Clownfish/Hash.cfh | 18 +++--- runtime/core/Clownfish/HashIterator.c | 18 +++--- runtime/core/Clownfish/HashIterator.cfh | 6 +- runtime/core/Clownfish/String.c | 6 +- runtime/core/Clownfish/String.cfh | 2 +- .../core/Clownfish/Test/TestLockFreeRegistry.c | 2 +- .../Clownfish/Test/TestLockFreeRegistry.cfh | 2 +- runtime/core/Clownfish/Test/TestVArray.c | 10 ++-- runtime/core/Clownfish/VArray.c | 60 ++++++++++---------- runtime/core/Clownfish/VArray.cfh | 28 ++++----- 11 files changed, 100 insertions(+), 102 deletions(-) ----------------------------------------------------------------------
