You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/02/06 15:17:47 UTC

[14/14] lucy-clownfish git commit: Merge branch 'documentation-and-misc-fixes'

Merge branch 'documentation-and-misc-fixes'

Closes #54.


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

Branch: refs/heads/master
Commit: c75ee92481f8182db35877af868c2fbc98a03c21
Parents: 9fd7fb5 14e8a24
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Feb 6 15:08:18 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Feb 6 15:08:18 2016 +0100

----------------------------------------------------------------------
 runtime/core/Clownfish/Blob.c                   |  24 +--
 runtime/core/Clownfish/Blob.cfh                 |  66 +++++--
 runtime/core/Clownfish/Boolean.cfh              |  14 +-
 runtime/core/Clownfish/ByteBuf.cfh              |  78 +++++---
 runtime/core/Clownfish/CharBuf.cfh              |  67 ++++---
 runtime/core/Clownfish/Class.cfh                |  15 +-
 runtime/core/Clownfish/Err.cfh                  |  20 ++-
 runtime/core/Clownfish/Hash.cfh                 |  47 ++++-
 runtime/core/Clownfish/HashIterator.cfh         |  25 ++-
 runtime/core/Clownfish/Num.cfh                  |  62 ++++++-
 runtime/core/Clownfish/Obj.cfh                  |  12 +-
 runtime/core/Clownfish/String.cfh               | 178 +++++++++++++++----
 runtime/core/Clownfish/Test/TestString.c        |   6 +-
 .../core/Clownfish/Test/Util/TestStringHelper.c |   4 +-
 runtime/core/Clownfish/Util/Memory.cfh          |  12 +-
 runtime/core/Clownfish/Util/StringHelper.c      |   1 -
 runtime/core/Clownfish/Vector.cfh               |  36 ++--
 runtime/go/clownfish/class_test.go              |   2 +-
 runtime/go/clownfish/clownfish.go               |   8 +-
 .../perl/buildlib/Clownfish/Build/Binding.pm    |  48 +++--
 20 files changed, 544 insertions(+), 181 deletions(-)
----------------------------------------------------------------------