Merge branch 'num_hierarchy'

Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b055f09c
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b055f09c
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/b055f09c

Branch: refs/heads/master
Commit: b055f09c84f123d868eb51012a544d5e5ab6ccd9
Parents: 8d82f9a 85c3eaf
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Sat Jul 11 14:52:03 2015 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Sat Jul 11 14:52:03 2015 +0200

----------------------------------------------------------------------
 runtime/c/src/clownfish.c                       |  33 +-
 runtime/core/Clownfish/Boolean.c                |  85 ++++
 runtime/core/Clownfish/Boolean.cfh              |  76 ++++
 runtime/core/Clownfish/Class.c                  |   4 +-
 runtime/core/Clownfish/Num.c                    | 417 +++++++------------
 runtime/core/Clownfish/Num.cfh                  | 261 ++----------
 runtime/core/Clownfish/Test/TestBoolean.c       |  93 +++++
 runtime/core/Clownfish/Test/TestBoolean.cfh     |  29 ++
 runtime/core/Clownfish/Test/TestCharBuf.c       |  10 +-
 runtime/core/Clownfish/Test/TestHash.c          |   2 +-
 runtime/core/Clownfish/Test/TestNum.c           | 341 ++++++---------
 runtime/core/Clownfish/Test/TestString.c        |   2 +-
 runtime/core/Clownfish/Test/TestVector.c        |   3 +-
 runtime/go/ext/clownfish.c                      |  32 +-
 .../perl/buildlib/Clownfish/Build/Binding.pm    |  47 +--
 runtime/perl/xs/XSBind.c                        |  29 +-
 16 files changed, 660 insertions(+), 804 deletions(-)
----------------------------------------------------------------------


Reply via email to