Merge branch 'ctype-fixes' Fixes CLOWNFISH-90.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/e4a94bca Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/e4a94bca Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/e4a94bca Branch: refs/heads/master Commit: e4a94bca5510dd5e11876de3a3918f7d0b7073cd Parents: bd503cb 2fda553 Author: Nick Wellnhofer <[email protected]> Authored: Sat Apr 9 15:19:35 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Apr 9 15:19:35 2016 +0200 ---------------------------------------------------------------------- compiler/src/CFCCHtml.c | 1 - compiler/src/CFCCallable.c | 1 - compiler/src/CFCClass.c | 13 ++++----- compiler/src/CFCDocuComment.c | 20 +++++++------ compiler/src/CFCFile.c | 5 ++-- compiler/src/CFCFileSpec.c | 1 - compiler/src/CFCFunction.c | 5 ++-- compiler/src/CFCGo.c | 1 - compiler/src/CFCGoFunc.c | 3 +- compiler/src/CFCGoMethod.c | 1 - compiler/src/CFCGoTypeMap.c | 13 ++++----- compiler/src/CFCHierarchy.c | 1 - compiler/src/CFCMethod.c | 7 ++--- compiler/src/CFCParcel.c | 11 ++++---- compiler/src/CFCPerl.c | 8 +++--- compiler/src/CFCPerlClass.c | 2 +- compiler/src/CFCPerlMethod.c | 3 +- compiler/src/CFCPerlPod.c | 13 ++++----- compiler/src/CFCPyClass.c | 3 +- compiler/src/CFCPyMethod.c | 5 ++-- compiler/src/CFCPython.c | 5 ++-- compiler/src/CFCRuby.c | 8 +++--- compiler/src/CFCSymbol.c | 5 ++-- compiler/src/CFCType.c | 13 ++++----- compiler/src/CFCUri.c | 5 ++-- compiler/src/CFCUtil.c | 53 +++++++++++++++++++++++++++++++++-- compiler/src/CFCUtil.h | 27 ++++++++++++++++++ compiler/src/CFCVersion.c | 5 ++-- runtime/core/Clownfish/ByteBuf.c | 1 - runtime/core/Clownfish/CharBuf.c | 1 - runtime/core/Clownfish/Class.c | 1 - runtime/core/Clownfish/Err.c | 1 - runtime/core/Clownfish/String.c | 2 +- runtime/perl/xs/XSBind.c | 1 - 34 files changed, 150 insertions(+), 95 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/e4a94bca/runtime/core/Clownfish/CharBuf.c ----------------------------------------------------------------------
