[04/10] lucy git commit: Ignore CPAN Testers forcing parallel tests

2016-12-02 Thread nwellnhof
Ignore CPAN Testers forcing parallel tests Parallel tests are known to fail (LUCY-260). Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/22b11ac7 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/22b11ac7 Diff:

[02/10] lucy git commit: Support X.Y.Z.D Perl versions

2016-12-02 Thread nwellnhof
Support X.Y.Z.D Perl versions Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/47654ee5 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/47654ee5 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/47654ee5 Branch:

[5/5] lucy-clownfish git commit: Pass $Config{cc} to charmonizer verbatim

2016-11-29 Thread nwellnhof
Pass $Config{cc} to charmonizer verbatim Don't split $Config{cc} into compiler command and arguments when passing them to charmonizer. Pass the unmodified string as `--cc` option even if it contains spaces. This makes compiler values like `ccache cc` work. Fixes CLOWNFISH-111. Project:

[2/5] lucy-clownfish git commit: Don't regenerate POD when building CPAN distro

2016-11-29 Thread nwellnhof
Don't regenerate POD when building CPAN distro Overwriting read-only .pod files can result in errors. Simply skip `write_pod` when building the CPAN distribution. Fixes LUCY-316. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[4/5] lucy-clownfish git commit: Pass $Config{cc} to charmonizer verbatim

2016-11-29 Thread nwellnhof
Pass $Config{cc} to charmonizer verbatim Don't split $Config{cc} into compiler command and arguments when passing them to charmonizer. Pass the unmodified string as `--cc` option even if it contains spaces. This makes compiler values like `ccache cc` work. Fixes CLOWNFISH-111. Project:

[3/5] lucy-clownfish git commit: Don't regenerate POD when building CPAN distro

2016-11-29 Thread nwellnhof
Don't regenerate POD when building CPAN distro Overwriting read-only .pod files can result in errors. Simply skip `write_pod` when building the CPAN distribution. Fixes LUCY-316. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[8/9] lucy-clownfish git commit: Make Err_win_error return English messages

2016-11-23 Thread nwellnhof
Make Err_win_error return English messages English messages are hopefully strictly ASCII. Passing 0 as language id may return a non-English message using the current code page and resulting in invalid UTF-8. See LUCY-311. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo

[6/9] lucy-clownfish git commit: Try to improve CPAN Testers diagnostics

2016-11-23 Thread nwellnhof
Try to improve CPAN Testers diagnostics Check whether 'use Clownfish::Test' succeeds directly after build. If this fails, it is probably caused by a failure to find symbols from Clownfish.so, indicating a build problem. In this case, make the build fail, so we get the full build log on CPAN

[5/9] lucy-clownfish git commit: Try to improve CPAN Testers diagnostics

2016-11-23 Thread nwellnhof
Try to improve CPAN Testers diagnostics Check whether 'use Clownfish::Test' succeeds directly after build. If this fails, it is probably caused by a failure to find symbols from Clownfish.so, indicating a build problem. In this case, make the build fail, so we get the full build log on CPAN

[1/9] lucy-clownfish git commit: Support X.Y.Z.D Perl versions

2016-11-23 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.6 0ba3c4b95 -> b92bf137e refs/heads/master 0ba3c4b95 -> d2029d761 Support X.Y.Z.D Perl versions Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[7/9] lucy-clownfish git commit: Make Err_win_error return English messages

2016-11-23 Thread nwellnhof
Make Err_win_error return English messages English messages are hopefully strictly ASCII. Passing 0 as language id may return a non-English message using the current code page and resulting in invalid UTF-8. See LUCY-311. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo

[2/9] lucy-clownfish git commit: Support X.Y.Z.D Perl versions

2016-11-23 Thread nwellnhof
Support X.Y.Z.D Perl versions Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/cdbf4ad8 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/cdbf4ad8 Diff:

[9/9] lucy-clownfish git commit: Add comma after labeled params in sample code

2016-11-23 Thread nwellnhof
Add comma after labeled params in sample code Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/d2029d76 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/d2029d76 Diff:

[4/9] lucy-clownfish git commit: Don't index Clownfish::Test in PAUSE

2016-11-23 Thread nwellnhof
Don't index Clownfish::Test in PAUSE Since 0.40_11, setting the Module::Build property `no_index` directly suppresses the `provides` section in `META.json`. This seems to be the most reliable way to stop PAUSE from indexing packages. Project:

[3/9] lucy-clownfish git commit: Don't index Clownfish::Test in PAUSE

2016-11-23 Thread nwellnhof
Don't index Clownfish::Test in PAUSE Since 0.40_11, setting the Module::Build property `no_index` directly suppresses the `provides` section in `META.json`. This seems to be the most reliable way to stop PAUSE from indexing packages. Project:

svn commit: r1001544 - /websites/production/lucy/content/

2016-11-23 Thread nwellnhof
Author: nwellnhof Date: Wed Nov 23 16:13:39 2016 New Revision: 1001544 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r1001543, websites/staging/lucy/trunk/content/

svn commit: r1770997 - /lucy/site/trunk/content/mailing_lists.mdtext

2016-11-23 Thread nwellnhof
Author: nwellnhof Date: Wed Nov 23 16:12:38 2016 New Revision: 1770997 URL: http://svn.apache.org/viewvc?rev=1770997=rev Log: Link to new mailing list archives on lists.apache.org Modified: lucy/site/trunk/content/mailing_lists.mdtext Modified: lucy/site/trunk/content/mailing_lists.mdtext

svn commit: r1770996 - /lucy/site/trunk/content/css/lucy.css

2016-11-23 Thread nwellnhof
Author: nwellnhof Date: Wed Nov 23 16:12:33 2016 New Revision: 1770996 URL: http://svn.apache.org/viewvc?rev=1770996=rev Log: Use protocol-relative URLs in CSS to fix https site Modified: lucy/site/trunk/content/css/lucy.css Modified: lucy/site/trunk/content/css/lucy.css URL: http

lucy git commit: Document that Hits#Next returns a HitDoc

2016-11-23 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 62cdcf930 -> 05fc61872 Document that Hits#Next returns a HitDoc Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/05fc6187 Tree:

lucy git commit: Fix memory leak in HitQueue

2016-10-19 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.5 69dfc886f -> 2671da30a Fix memory leak in HitQueue HitQueue would leak a FieldType if the last SortRule was of type FIELD. This wasn't discovered by our test suite because we always break ties by DOC_ID. Thanks to Serkan Mulayim for the

[2/4] lucy git commit: Fix memory leak in HitQueue

2016-10-19 Thread nwellnhof
Fix memory leak in HitQueue HitQueue would leak a FieldType if the last SortRule was of type FIELD. This wasn't discovered by our test suite because we always break ties by DOC_ID. Thanks to Serkan Mulayim for the report. Fixes LUCY-315. Project:

[3/4] lucy git commit: Stop using strerror

2016-10-19 Thread nwellnhof
Stop using strerror Especially with non-English locales, 'strerror' can return strings in arbitrary encodings. Now that CB_VCatF has more thorough UTF-8 checks, this can result in unwanted exceptions. 'strerror' also isn't thread-safe. Add some utility functions to set the global error object,

[4/4] lucy git commit: Fix memory leak in HitQueue

2016-10-19 Thread nwellnhof
Fix memory leak in HitQueue HitQueue would leak a FieldType if the last SortRule was of type FIELD. This wasn't discovered by our test suite because we always break ties by DOC_ID. Thanks to Serkan Mulayim for the report. Fixes LUCY-315. Project:

[2/2] lucy-clownfish git commit: Disable thread support under Perl 5.10.0

2016-10-04 Thread nwellnhof
Disable thread support under Perl 5.10.0 At least under modern Linux, thread support of Perl 5.10.0 seems completely broken. Even the thread tests of Perl itself segfault. Fixes CLOWNFISH-107. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[1/2] lucy-clownfish git commit: Disable thread support under Perl 5.10.0

2016-10-04 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.6 23de68378 -> 0ba3c4b95 refs/heads/master 23de68378 -> 0ba3c4b95 Disable thread support under Perl 5.10.0 At least under modern Linux, thread support of Perl 5.10.0 seems completely broken. Even the thread tests of Perl itself

[2/2] lucy git commit: Change tag names in release_commands.pl

2016-10-03 Thread nwellnhof
Change tag names in release_commands.pl Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b00ad078 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b00ad078 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b00ad078

lucy-clownfish git commit: Change tag names in release_commands.pl

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.6 448eaf07c -> 23de68378 Change tag names in release_commands.pl Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/23de6837 Tree:

[lucy-clownfish] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.4.3 [deleted] a685b77d5

[lucy-clownfish] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.1 [deleted] ad034f806

[lucy-clownfish] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.0 [deleted] b3b1db740

[lucy-clownfish] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.4.2 [deleted] 4e47215d3

[lucy-clownfish] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.4.4 [deleted] b1053e5a1

[lucy-clownfish] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.4.0 [deleted] acdda560f

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.6.0 [deleted] 5e5821898

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.4.4 [deleted] e42182b2c

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.4.3 [deleted] 1483eb011

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.3.1 [deleted] 85b94a286

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.3.3 [deleted] 8c46efb2e

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-incubating-0.2.1 [deleted] 02052b86d

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-incubating-0.2.0 [deleted] 40eeb9845

[lucy-clownfish] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/rel/v0.4.0 [created] acdda560f refs/tags/rel/v0.4.1 [created] dd7afb3ad refs/tags/rel/v0.4.2 [created] 4e47215d3 refs/tags/rel/v0.4.3 [created] a685b77d5 refs/tags/rel/v0.4.4 [created] b1053e5a1 refs/tags/rel/v0.5.0 [created] b3b1db740

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.4.2-rc1 [deleted] 9365acde1

[lucy] Git Push Summary

2016-10-03 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.4.2-rc1 [created] 9365acde1 refs/tags/rel/v0.2.0 [created] 40eeb9845 refs/tags/rel/v0.2.1 [created] 02052b86d refs/tags/rel/v0.2.2 [created] d05e106bc refs/tags/rel/v0.3.0 [created] bae0f00d1 refs/tags/rel/v0.3.1 [created] 85b94a286

svn commit: r16336 - in /release/lucy: CHANGES-0.3.3.txt apache-lucy-0.3.3.tar.gz apache-lucy-0.3.3.tar.gz.asc apache-lucy-0.3.3.tar.gz.md5 apache-lucy-0.3.3.tar.gz.sha

2016-10-03 Thread nwellnhof
Author: nwellnhof Date: Mon Oct 3 12:20:15 2016 New Revision: 16336 Log: Remove 0.3.3 release Removed: release/lucy/CHANGES-0.3.3.txt release/lucy/apache-lucy-0.3.3.tar.gz release/lucy/apache-lucy-0.3.3.tar.gz.asc release/lucy/apache-lucy-0.3.3.tar.gz.md5 release/lucy/apache

[2/2] lucy git commit: Try several ports in remote searcher tests

2016-09-30 Thread nwellnhof
Try several ports in remote searcher tests Fixes LUCY-312. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/0959ad9d Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/0959ad9d Diff:

lucy-charmonizer git commit: Add feature test for Makefile pattern rules

2016-09-30 Thread nwellnhof
Repository: lucy-charmonizer Updated Branches: refs/heads/master 26c6577ea -> 508ca633e Add feature test for Makefile pattern rules Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/508ca633 Tree:

lucy-clownfish git commit: Regenerate charmonizer.c for pattern rules fix

2016-09-30 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master b9c2efb77 -> 448eaf07c Regenerate charmonizer.c for pattern rules fix Fixes CLOWNFISH-104. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

lucy-clownfish git commit: Regenerate charmonizer.c for pattern rules fix

2016-09-30 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.6 b9c2efb77 -> 448eaf07c Regenerate charmonizer.c for pattern rules fix Fixes CLOWNFISH-104. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

lucy git commit: Exclude Lucy/Test.xs from CPAN tarball

2016-09-29 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.6 b48f71e35 -> 2983f8610 Exclude Lucy/Test.xs from CPAN tarball Fixes LUCY-310. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2983f861 Tree:

lucy git commit: Exclude Lucy/Test.xs from CPAN tarball

2016-09-29 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 94d52202b -> 8576b7418 Exclude Lucy/Test.xs from CPAN tarball Fixes LUCY-310. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/8576b741 Tree:

[1/3] lucy-clownfish git commit: Bump Module::Build dependency to 0.3604

2016-09-29 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master cb4228524 -> b9c2efb77 Bump Module::Build dependency to 0.3604 Setting c_source to an arrayref with multiple directories isn't supported in previous versions. Fixes CLOWNFISH-106. Project:

[3/3] lucy-clownfish git commit: Exclude Clownfish/Test.xs from CPAN tarball

2016-09-29 Thread nwellnhof
Exclude Clownfish/Test.xs from CPAN tarball Fixes CLOWNFISH-105. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b9c2efb7 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b9c2efb7 Diff:

svn commit: r998476 - /websites/production/lucy/content/

2016-09-28 Thread nwellnhof
Author: nwellnhof Date: Wed Sep 28 12:09:40 2016 New Revision: 998476 Log: Update for 0.6.0 release Added: websites/production/lucy/content/ - copied from r998475, websites/staging/lucy/trunk/content/

svn commit: r1762636 [2/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/c/Lucy/Analysis/RegexTokenizer.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/c/Lucy/Analysis/RegexTokenizer.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [5/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/c/Lucy/Index/Similarity.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/c/Lucy/Index/Similarity.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [7/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/c/Lucy/Search/Searcher.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/c/Lucy/Search/Searcher.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [6/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/c/Lucy/Search/MatchAllQuery.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/c/Lucy/Search/MatchAllQuery.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [4/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/c/Lucy/Index/IndexManager.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/c/Lucy/Index/IndexManager.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [10/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Index/BackgroundMerger.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Index/BackgroundMerger.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [12/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Search/Span.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Search/Span.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [8/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Copied: lucy/site/trunk/content/docs/0.5.0/perl/Clownfish/Docs/WritingClasses.mdtext (from r1762634, lucy/site/trunk/content/docs/perl/Clownfish/Docs/WritingClasses.mdtext) URL:

svn commit: r1762636 [11/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Plan/FullTextType.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Plan/FullTextType.mdtext?rev=1762636=auto == ---

svn commit: r1762636 [3/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/c/Lucy/Docs/Tutorial/BeyondSimpleTutorial.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/c/Lucy/Docs/Tutorial/BeyondSimpleTutorial.mdtext?rev=1762636=auto

svn commit: r1762636 [9/12] - in /lucy/site/trunk/content/docs: ./ 0.5.0/ 0.5.0/c/ 0.5.0/c/Clownfish/ 0.5.0/c/Clownfish/Docs/ 0.5.0/c/Lucy/ 0.5.0/c/Lucy/Analysis/ 0.5.0/c/Lucy/Docs/ 0.5.0/c/Lucy/Docs/

2016-09-28 Thread nwellnhof
Added: lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Docs/Cookbook/CustomQueryParser.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/0.5.0/perl/Lucy/Docs/Cookbook/CustomQueryParser.mdtext?rev=1762636=auto

svn commit: r1762634 - in /lucy/site/trunk/content: download.mdtext index.mdtext

2016-09-28 Thread nwellnhof
Author: nwellnhof Date: Wed Sep 28 12:05:09 2016 New Revision: 1762634 URL: http://svn.apache.org/viewvc?rev=1762634=rev Log: Update download links for 0.6.0 release Modified: lucy/site/trunk/content/download.mdtext lucy/site/trunk/content/index.mdtext Modified: lucy/site/trunk/content

svn commit: r15818 - /dev/lucy/apache-lucy-0.6.0-rc1/

2016-09-28 Thread nwellnhof
Author: nwellnhof Date: Wed Sep 28 11:40:03 2016 New Revision: 15818 Log: Remove Apache Lucy 0.6.0-rc1 directory Removed: dev/lucy/apache-lucy-0.6.0-rc1/

svn commit: r15817 - /dev/lucy/apache-lucy-0.6.0-rc1/ /release/lucy/

2016-09-28 Thread nwellnhof
Author: nwellnhof Date: Wed Sep 28 11:39:21 2016 New Revision: 15817 Log: Publish Apache Lucy 0.6.0 Added: release/lucy/CHANGES-0.6.0.txt - copied unchanged from r15816, dev/lucy/apache-lucy-0.6.0-rc1/CHANGES-0.6.0.txt release/lucy/apache-lucy-0.6.0.tar.gz - copied unchanged

[lucy] Git Push Summary

2016-09-28 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.6.0-rc1 [deleted] 5e5821898

[lucy] Git Push Summary

2016-09-28 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.6.0 [created] 5e5821898

svn commit: r15815 - /dev/lucy/clownfish/apache-clownfish-0.6.0-rc1/

2016-09-28 Thread nwellnhof
Author: nwellnhof Date: Wed Sep 28 11:35:54 2016 New Revision: 15815 Log: Remove Apache Clownfish 0.6.0-rc1 directory Removed: dev/lucy/clownfish/apache-clownfish-0.6.0-rc1/

[lucy-clownfish] Git Push Summary

2016-09-28 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.6.0 [created] 75295c5d1

[2/4] lucy git commit: Update version number for 0.6.0 release

2016-09-24 Thread nwellnhof
http://git-wip-us.apache.org/repos/asf/lucy/blob/787a2ecb/perl/lib/Lucy/Util/SortExternal.pm -- diff --git a/perl/lib/Lucy/Util/SortExternal.pm b/perl/lib/Lucy/Util/SortExternal.pm index 2e248d3..bbcce96 100644 ---

[3/4] lucy git commit: Update version number for 0.6.0 release

2016-09-24 Thread nwellnhof
Update version number for 0.6.0 release Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/787a2ecb Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/787a2ecb Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/787a2ecb

[4/4] lucy git commit: Update release date for 0.6.0 release

2016-09-24 Thread nwellnhof
Update release date for 0.6.0 release Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/94d52202 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/94d52202 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/94d52202

[lucy] Git Push Summary

2016-09-24 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.6.0-rc1 [created] 5e5821898

[1/5] lucy git commit: Update update_version script

2016-09-24 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.6 [created] b48f71e35 Update update_version script Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/020aa632 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/020aa632

[3/5] lucy git commit: Update version number for 0.6.0 release

2016-09-24 Thread nwellnhof
Update version number for 0.6.0 release Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/787a2ecb Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/787a2ecb Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/787a2ecb

[4/5] lucy git commit: Update release date for 0.6.0 release

2016-09-24 Thread nwellnhof
Update release date for 0.6.0 release Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/94d52202 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/94d52202 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/94d52202

[2/5] lucy git commit: Update version number for 0.6.0 release

2016-09-24 Thread nwellnhof
http://git-wip-us.apache.org/repos/asf/lucy/blob/787a2ecb/perl/lib/Lucy/Util/SortExternal.pm -- diff --git a/perl/lib/Lucy/Util/SortExternal.pm b/perl/lib/Lucy/Util/SortExternal.pm index 2e248d3..bbcce96 100644 ---

svn commit: r15516 - in /dev/lucy/apache-lucy-0.6.0-rc1: CHANGES-0.6.0.txt apache-lucy-0.6.0.tar.gz apache-lucy-0.6.0.tar.gz.asc apache-lucy-0.6.0.tar.gz.md5 apache-lucy-0.6.0.tar.gz.sha

2016-09-24 Thread nwellnhof
Author: nwellnhof Date: Sat Sep 24 13:25:25 2016 New Revision: 15516 Log: Add apache-lucy-0.6.0 artifacts Added: dev/lucy/apache-lucy-0.6.0-rc1/CHANGES-0.6.0.txt dev/lucy/apache-lucy-0.6.0-rc1/apache-lucy-0.6.0.tar.gz (with props) dev/lucy/apache-lucy-0.6.0-rc1/apache-lucy-0.6.0

svn commit: r15515 - /dev/lucy/apache-lucy-0.6.0-rc1/

2016-09-24 Thread nwellnhof
Author: nwellnhof Date: Sat Sep 24 13:24:21 2016 New Revision: 15515 Log: Create RC dir for apache-lucy-0.6.0-rc1 Added: dev/lucy/apache-lucy-0.6.0-rc1/

[1/3] lucy-clownfish git commit: Update update_version script

2016-09-24 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 366ecac93 -> cb4228524 Update update_version script Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/767ab5e6 Tree:

[2/3] lucy-clownfish git commit: Update version number for release 0.6.0

2016-09-24 Thread nwellnhof
Update version number for release 0.6.0 Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/7d2eb1b4 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/7d2eb1b4 Diff:

[lucy-clownfish] Git Push Summary

2016-09-24 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.6.0-rc1 [created] 75295c5d1

svn commit: r15513 - /dev/lucy/clownfish/apache-clownfish-0.6.0-rc1/

2016-09-24 Thread nwellnhof
Author: nwellnhof Date: Sat Sep 24 13:15:57 2016 New Revision: 15513 Log: Create RC dir for apache-clownfish-0.6.0-rc1 Added: dev/lucy/clownfish/apache-clownfish-0.6.0-rc1/

lucy-clownfish git commit: Add t/cfinc to CPAN distribution

2016-09-07 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 71759cfce -> bd6bcde5d Add t/cfinc to CPAN distribution Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/bd6bcde5 Tree:

[2/3] lucy git commit: Fix charmonizer memory leaks

2016-09-07 Thread nwellnhof
Fix charmonizer memory leaks Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/dd30ae94 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/dd30ae94 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/dd30ae94 Branch:

[1/3] lucy git commit: Update valgrind suppressions

2016-09-07 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master a3a42c006 -> 6c25611a1 Update valgrind suppressions Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/5b1bedbe Tree:

[2/2] lucy-clownfish git commit: Fix croak_sv usage

2016-09-07 Thread nwellnhof
Fix croak_sv usage croak_sv is only available since Perl 5.14. Also switch to FREEMEM to avoid crash under ActivePerl. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/71759cfc Tree:

[4/7] lucy-clownfish git commit: Regenerate charmonizer.c to fix memory leak

2016-09-07 Thread nwellnhof
Regenerate charmonizer.c to fix memory leak Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/4230a73b Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/4230a73b Diff:

[7/7] lucy-clownfish git commit: Fix memory leak in CFC

2016-09-07 Thread nwellnhof
Fix memory leak in CFC Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/65bf8eff Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/65bf8eff Diff:

[2/7] lucy-clownfish git commit: Fix tests requiring TestUtils

2016-09-07 Thread nwellnhof
Fix tests requiring TestUtils `buildlib` must be added to @INC. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/c298a9e6 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/c298a9e6 Diff:

[3/7] lucy-clownfish git commit: Fix memory leak in runtime tests

2016-09-07 Thread nwellnhof
Fix memory leak in runtime tests Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/da8107e5 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/da8107e5 Diff:

[1/7] lucy-clownfish git commit: Fix Clownfish::Test::run_tests

2016-09-07 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 8c6d95a34 -> 4230a73b4 Fix Clownfish::Test::run_tests Fix a stupid bug that always ran the same test. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

lucy-charmonizer git commit: Fix memory leak in MakeBinary_obj_string

2016-09-07 Thread nwellnhof
Repository: lucy-charmonizer Updated Branches: refs/heads/master dbb49e072 -> 26c6577ea Fix memory leak in MakeBinary_obj_string Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/26c6577e Tree:

[5/6] lucy-clownfish git commit: Exit with error code if Python tests fail

2016-08-26 Thread nwellnhof
Exit with error code if Python tests fail Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/6a5fed41 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/6a5fed41 Diff:

[4/6] lucy-clownfish git commit: Fix Python build under MSVC

2016-08-26 Thread nwellnhof
Fix Python build under MSVC Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/09e9fc65 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/09e9fc65 Diff:

[1/6] lucy-clownfish git commit: Fix nullary function declarations

2016-08-26 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master a47be68a0 -> 8c6d95a34 Fix nullary function declarations Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/ace28017 Tree:

[2/6] lucy-clownfish git commit: Fix Python bindings

2016-08-26 Thread nwellnhof
Fix Python bindings Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/aad2186f Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/aad2186f Diff:

[6/6] lucy-clownfish git commit: Add Python bindings to CI tests

2016-08-26 Thread nwellnhof
Add Python bindings to CI tests The Travis tests are still disabled. Compiling _clownfish.c fails because the GCC version doesn't default to C99. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/8c6d95a3

<    1   2   3   4   5   6   7   8   9   10   >