Merge branch 'CLOWNFISH-50-obj-method-to-inert-v2'

This fixes #23.


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

Branch: refs/heads/master
Commit: 06334f303efd16b84af7e768d4c6259a3b4d3278
Parents: 3764af0 5bcc19e
Author: Nick Wellnhofer <[email protected]>
Authored: Fri May 29 12:03:41 2015 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Fri May 29 12:03:41 2015 +0200

----------------------------------------------------------------------
 compiler/src/CFCBindClass.c                     | 68 +++++++++++++++++++-
 compiler/src/CFCPerl.c                          |  2 +-
 runtime/core/Clownfish/Blob.c                   |  2 +-
 runtime/core/Clownfish/ByteBuf.c                |  2 +-
 runtime/core/Clownfish/CharBuf.c                |  8 +--
 runtime/core/Clownfish/Err.c                    |  6 +-
 runtime/core/Clownfish/Err.cfh                  |  2 +-
 runtime/core/Clownfish/Hash.c                   |  2 +-
 runtime/core/Clownfish/Num.c                    |  8 +--
 runtime/core/Clownfish/Obj.c                    | 10 +--
 runtime/core/Clownfish/Obj.cfh                  | 12 ++--
 runtime/core/Clownfish/String.c                 |  4 +-
 runtime/core/Clownfish/Test/TestObj.c           | 18 +++---
 .../core/Clownfish/TestHarness/TestFormatter.c  |  2 +-
 runtime/core/Clownfish/TestHarness/TestSuite.c  |  2 +-
 runtime/core/Clownfish/Vector.c                 |  2 +-
 runtime/go/clownfish/clownfish.go               |  2 +-
 .../perl/buildlib/Clownfish/Build/Binding.pm    | 22 +++++--
 runtime/perl/t/binding/019-obj.t                | 10 ++-
 runtime/perl/xs/XSBind.c                        | 18 +++---
 runtime/ruby/ext/Bind.c                         |  4 +-
 21 files changed, 145 insertions(+), 61 deletions(-)
----------------------------------------------------------------------


Reply via email to