Merge branch 'string-helpers' See CLOWNFISH-76.
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/7071a277 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/7071a277 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/7071a277 Branch: refs/heads/master Commit: 7071a277cfc2be26fb5eb4e46b5fecbc715eecaf Parents: 0a41b29 aa48a9e Author: Nick Wellnhofer <[email protected]> Authored: Sat Aug 6 16:41:19 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Aug 6 16:41:19 2016 +0200 ---------------------------------------------------------------------- c/src/Lucy/Analysis/RegexTokenizer.c | 2 +- core/Lucy/Analysis/StandardTokenizer.c | 1 + core/Lucy/Highlight/Highlighter.c | 10 +-- core/Lucy/Index/HighlightWriter.c | 1 + core/Lucy/Index/IndexManager.c | 2 +- core/Lucy/Index/Indexer.c | 1 + core/Lucy/Index/PolyReader.c | 1 - core/Lucy/Index/Posting/RawPosting.c | 1 - core/Lucy/Index/Segment.c | 2 +- core/Lucy/Index/Snapshot.c | 2 +- core/Lucy/Index/TermInfo.c | 1 - core/Lucy/Index/TermStepper.c | 1 - core/Lucy/Plan/TextType.c | 6 +- core/Lucy/Search/QueryParser/QueryLexer.c | 4 +- core/Lucy/Store/CompoundFileReader.c | 1 - core/Lucy/Util/Freezer.c | 2 +- core/Lucy/Util/IndexFileNames.c | 1 - core/Lucy/Util/Json.c | 99 ++++++++++++++---------- core/Lucy/Util/StringHelper.c | 83 ++++++++++++++++++++ core/Lucy/Util/StringHelper.cfh | 59 ++++++++++++++ core/Lucy/Util/ToolSet.h | 1 - go/cfext/lucy.c | 1 - go/lucy/lucy.go | 4 +- perl/buildlib/Lucy/Build/Binding/Util.pm | 94 ++++++++++++++++++++++ perl/lib/Lucy.pm | 17 ++++ perl/lib/Lucy/Util/StringHelper.pm | 25 ++++++ perl/lib/LucyX/Index/ZlibDocReader.pm | 2 +- perl/lib/LucyX/Index/ZlibDocWriter.pm | 2 +- perl/t/105-folder.t | 2 +- perl/t/601-queryparser.t | 2 +- perl/t/binding/101-simple_io.t | 2 +- perl/t/core/032-string_helper.t | 25 ++++++ perl/xs/Lucy/Analysis/RegexTokenizer.c | 6 +- perl/xs/Lucy/Index/Inverter.c | 1 - test/Lucy/Test.c | 2 + test/Lucy/Test/Util/TestJson.c | 3 +- test/Lucy/Test/Util/TestStringHelper.c | 103 +++++++++++++++++++++++++ test/Lucy/Test/Util/TestStringHelper.cfh | 29 +++++++ 38 files changed, 524 insertions(+), 77 deletions(-) ----------------------------------------------------------------------
