Merge branch 'string-helpers' Fixes CLOWNFISH-76.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/9f31a790 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/9f31a790 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/9f31a790 Branch: refs/heads/master Commit: 9f31a790e572517f74fdce0f12e608d32a38c8b5 Parents: dba8fd5 3d3e4ce Author: Nick Wellnhofer <[email protected]> Authored: Sat Aug 6 16:27:44 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Aug 6 16:27:44 2016 +0200 ---------------------------------------------------------------------- runtime/core/Clownfish/CharBuf.c | 9 +- runtime/core/Clownfish/String.c | 185 ++++++++- runtime/core/Clownfish/String.cfh | 33 ++ runtime/core/Clownfish/Util/StringHelper.c | 295 --------------- runtime/core/Clownfish/Util/StringHelper.cfh | 98 ----- .../perl/buildlib/Clownfish/Build/Binding.pm | 101 ----- runtime/perl/lib/Clownfish.pm | 18 - runtime/perl/lib/Clownfish/Util/StringHelper.pm | 25 -- runtime/perl/t/core/032-string_helper.t | 25 -- runtime/perl/xs/XSBind.c | 1 - runtime/python/cfext/CFBind.c | 3 +- runtime/ruby/ext/Bind.c | 1 - runtime/ruby/ext/Clownfish.c | 1 - runtime/test/Clownfish/Test.c | 2 - runtime/test/Clownfish/Test/TestCharBuf.c | 66 +++- runtime/test/Clownfish/Test/TestString.c | 294 ++++++++++++++- .../test/Clownfish/Test/Util/TestStringHelper.c | 373 ------------------- .../Clownfish/Test/Util/TestStringHelper.cfh | 29 -- 18 files changed, 579 insertions(+), 980 deletions(-) ----------------------------------------------------------------------
