Merge branch 'LUCY-295-vec-size' The Clownfish API `Vec_Get_Size` has changed from returning `uint32_t` to returning `size_t`. Adapt Lucy for the effect of this change.
This branch is broken up into commits according to the kind of remedy that was applied at each site, and the associated difficulty of proofing the change. This closes #36. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/8804cba6 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/8804cba6 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/8804cba6 Branch: refs/heads/master Commit: 8804cba6ff7cbf2bc660a859c9b78e06c3284eb8 Parents: 51c01bd 10c5775 Author: Marvin Humphrey <mar...@rectangular.com> Authored: Mon Apr 4 13:32:03 2016 -0700 Committer: Marvin Humphrey <mar...@rectangular.com> Committed: Mon Apr 4 15:46:45 2016 -0700 ---------------------------------------------------------------------- core/Lucy/Analysis/PolyAnalyzer.c | 8 ++-- core/Lucy/Highlight/HeatMap.c | 30 ++++++------ core/Lucy/Highlight/Highlighter.c | 4 +- core/Lucy/Index/BackgroundMerger.c | 22 ++++----- core/Lucy/Index/DeletionsReader.c | 12 ++--- core/Lucy/Index/DeletionsWriter.c | 16 +++---- core/Lucy/Index/DocReader.c | 4 +- core/Lucy/Index/FilePurger.c | 20 ++++---- core/Lucy/Index/HighlightReader.c | 4 +- core/Lucy/Index/IndexManager.c | 2 +- core/Lucy/Index/Indexer.c | 16 +++---- core/Lucy/Index/Inverter.c | 4 +- core/Lucy/Index/LexiconReader.c | 6 +-- core/Lucy/Index/PolyLexicon.c | 13 +++-- core/Lucy/Index/PolyReader.c | 18 +++---- core/Lucy/Index/PostingListWriter.c | 8 ++-- core/Lucy/Index/PostingPool.c | 4 +- core/Lucy/Index/SegWriter.c | 10 ++-- core/Lucy/Index/Segment.c | 6 +-- core/Lucy/Index/Snapshot.c | 4 +- core/Lucy/Index/SortFieldWriter.c | 6 +-- core/Lucy/Index/SortWriter.c | 10 ++-- core/Lucy/Plan/Schema.c | 12 ++--- core/Lucy/Search/ANDQuery.c | 8 ++-- core/Lucy/Search/Collector/SortCollector.c | 2 +- core/Lucy/Search/HitQueue.c | 2 +- core/Lucy/Search/IndexSearcher.c | 4 +- core/Lucy/Search/ORQuery.c | 10 ++-- core/Lucy/Search/PhraseQuery.c | 16 +++---- core/Lucy/Search/PolyQuery.c | 16 +++---- core/Lucy/Search/PolySearcher.c | 6 +-- core/Lucy/Search/QueryParser.c | 50 ++++++++++---------- core/Lucy/Search/SortSpec.c | 4 +- core/Lucy/Store/CompoundFileWriter.c | 4 +- core/Lucy/Store/Folder.c | 4 +- core/Lucy/Test/Analysis/TestNormalizer.c | 4 +- core/Lucy/Test/Analysis/TestSnowballStemmer.c | 2 +- core/Lucy/Test/Analysis/TestStandardTokenizer.c | 5 +- core/Lucy/Test/Index/TestSortWriter.c | 2 +- core/Lucy/Test/Search/TestQueryParserSyntax.c | 2 +- core/Lucy/Test/Store/TestFSFolder.c | 2 +- core/Lucy/Util/BlobSortEx.c | 4 +- core/Lucy/Util/Freezer.c | 6 +-- core/Lucy/Util/SortExternal.c | 10 ++-- core/LucyX/Search/ProximityQuery.c | 16 +++---- 45 files changed, 209 insertions(+), 209 deletions(-) ----------------------------------------------------------------------