Merge branch 'LUCY-295-i32array-size-v2'

Change I32Array so that it uses a size_t to index into its array of 32-bit
integers. This entails both changes to the class internals and to the internal
API. (I32Array is not a public API.)

This fixes #39.


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

Branch: refs/heads/master
Commit: 67c6fec0b888d0470d99ee1c6855bbaecc9b712d
Parents: abee805 c07e854
Author: Marvin Humphrey <mar...@rectangular.com>
Authored: Tue Apr 12 15:43:59 2016 -0700
Committer: Marvin Humphrey <mar...@rectangular.com>
Committed: Tue Apr 12 15:43:59 2016 -0700

----------------------------------------------------------------------
 core/Lucy/Index/BackgroundMerger.c         |  4 ++--
 core/Lucy/Index/DeletionsWriter.c          |  7 +++++--
 core/Lucy/Index/DocWriter.c                |  2 +-
 core/Lucy/Index/HighlightWriter.c          |  2 +-
 core/Lucy/Index/IndexManager.c             |  6 +++---
 core/Lucy/Index/PolyReader.c               | 15 +++++++++------
 core/Lucy/Index/PostingPool.c              |  2 +-
 core/Lucy/Index/SegWriter.c                |  4 ++--
 core/Lucy/Index/SortFieldWriter.c          |  2 +-
 core/Lucy/Index/TermVector.c               | 16 +++++++++-------
 core/Lucy/Index/TermVector.cfh             |  2 +-
 core/Lucy/Object/I32Array.c                | 20 +++++++++++---------
 core/Lucy/Object/I32Array.cfh              | 16 ++++++++--------
 core/Lucy/Search/IndexSearcher.c           |  2 +-
 core/Lucy/Search/PhraseQuery.c             | 20 ++++++++++----------
 core/Lucy/Search/PolySearcher.c            |  2 +-
 core/Lucy/Search/SeriesMatcher.c           |  2 +-
 core/Lucy/Search/TermQuery.c               |  2 +-
 core/Lucy/Test/Object/TestBitVector.c      |  2 +-
 core/Lucy/Test/Object/TestI32Array.c       |  8 ++++----
 core/Lucy/Test/Search/TestSeriesMatcher.c  | 19 +++++++++----------
 core/LucyX/Search/MockMatcher.c            |  4 ++--
 core/LucyX/Search/ProximityQuery.c         | 20 ++++++++++----------
 go/lucy/lucy.go                            |  2 +-
 go/lucy/object.go                          |  8 ++++----
 perl/buildlib/Lucy/Build/Binding/Object.pm | 18 +++++++++++-------
 26 files changed, 110 insertions(+), 97 deletions(-)
----------------------------------------------------------------------


Reply via email to