lucy-clownfish git commit: Fix TestUtils_time with 32-bit time_t

2016-04-14 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 00acd7c12 -> 116a44fe1 Fix TestUtils_time with 32-bit time_t tv_sec must be converted to uint64_t before the multiplication. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

lucy-clownfish git commit: Change timestamp in write_if_changed test

2016-04-09 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master e4a94bca5 -> 00acd7c12 Change timestamp in write_if_changed test Might fix CLOWNFISH-68. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

lucy-clownfish git commit: Change timestamp in write_if_changed test

2016-04-09 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.5 cf9d70341 -> 0ff0d586d Change timestamp in write_if_changed test Might fix CLOWNFISH-68. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[3/5] lucy-clownfish git commit: Check code point range in Str_BaseX_To_I64

2016-04-09 Thread nwellnhof
Check code point range in Str_BaseX_To_I64 Avoid undefined behavior when calling ctype.h functions. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/8e136eda Tree:

[1/5] lucy-clownfish git commit: Add safe ctype.h wrappers

2016-04-09 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master bd503cb73 -> e4a94bca5 Add safe ctype.h wrappers >From the C99 spec: The header declares several functions useful for classifying and mapping characters. In all cases the argument is an int, the value of which shall

[4/5] lucy-clownfish git commit: Remove unneeded ctype.h includes

2016-04-09 Thread nwellnhof
Remove unneeded ctype.h includes Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2fda5532 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2fda5532 Diff:

[5/5] lucy-clownfish git commit: Merge branch 'ctype-fixes'

2016-04-09 Thread nwellnhof
Merge branch 'ctype-fixes' Fixes CLOWNFISH-90. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/e4a94bca Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/e4a94bca Diff:

[2/5] lucy-clownfish git commit: Switch to safe ctype.h wrappers

2016-04-09 Thread nwellnhof
Switch to safe ctype.h wrappers Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/a6bfd289 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/a6bfd289 Diff:

lucy git commit: Clean empty directory 'lib/Lucy/Docs'

2016-04-06 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 632a46b8b -> abee805b1 Clean empty directory 'lib/Lucy/Docs' Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/abee805b Tree:

[1/2] lucy-clownfish git commit: Null-terminate buffer in CB_Yield_String

2016-04-06 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 658d11806 -> bd503cb73 Null-terminate buffer in CB_Yield_String This makes sure that strings created with CharBufs can safely be accessed as C strings. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[2/2] lucy-clownfish git commit: Clean empty directory 'lib/Clownfish/Docs'

2016-04-06 Thread nwellnhof
Clean empty directory 'lib/Clownfish/Docs' Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/bd503cb7 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/bd503cb7 Diff:

lucy-clownfish git commit: Null-terminate buffer in CB_Yield_String

2016-04-06 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.5 443645ab6 -> cf9d70341 Null-terminate buffer in CB_Yield_String This makes sure that strings created with CharBufs can safely be accessed as C strings. Fixes invalid reads in the Lucy test suite. Project:

lucy-clownfish git commit: Fix validation of non-ASCII symbol names

2016-04-06 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.5 6a70a65d0 -> 443645ab6 Fix validation of non-ASCII symbol names Should fix CLOWNFISH-77 (test failures on Strawberry Perl). Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

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

2016-04-05 Thread nwellnhof
Author: nwellnhof Date: Tue Apr 5 11:49:50 2016 New Revision: 984800 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r984799, websites/staging/lucy/trunk/content/

svn commit: r1737825 - /lucy/site/trunk/content/index.mdtext

2016-04-05 Thread nwellnhof
Author: nwellnhof Date: Tue Apr 5 11:46:00 2016 New Revision: 1737825 URL: http://svn.apache.org/viewvc?rev=1737825=rev Log: Add some "Getting Started" links Modified: lucy/site/trunk/content/index.mdtext Modified: lucy/site/trunk/content/index.mdtext URL: http://svn.apache.

[1/4] lucy git commit: Fix wrong vararg type in LFLock_init

2016-04-05 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.5 6ca063705 -> 4ad771ceb Fix wrong vararg type in LFLock_init This only results in random junk in a tempfile name, so probably harmless. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit:

[2/4] lucy git commit: Rework Travis setup

2016-04-05 Thread nwellnhof
Rework Travis setup - Test Go bindings. - Test without sudo. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/9a64e898 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/9a64e898 Diff:

[2/2] lucy git commit: Dereference token_re on older Perls

2016-04-05 Thread nwellnhof
Dereference token_re on older Perls Broken in commit 633c4d3. Fixes LUCY-297. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/632a46b8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/632a46b8 Diff:

[1/2] lucy git commit: Fix switching Perl versions under Travis

2016-04-05 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 8804cba6f -> 632a46b8b Fix switching Perl versions under Travis Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/97d51f7d Tree:

lucy-clownfish git commit: Fix switching Perl versions under Travis

2016-04-05 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 4c7a29ab7 -> 658d11806 Fix switching Perl versions under Travis It seems that we only tested with Perl 5.14 lately. Fixes CLOWNFISH-88. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

lucy git commit: Move pod2mdtext.pl from Lucy to Clownfish

2016-04-04 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 8193b73ef -> 51c01bd28 Move pod2mdtext.pl from Lucy to Clownfish Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/51c01bd2 Tree:

[2/2] lucy-clownfish git commit: Add script to convert C API docs to mdtext

2016-04-04 Thread nwellnhof
Add script to convert C API docs to mdtext Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/4c7a29ab Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/4c7a29ab Diff:

[1/2] lucy-clownfish git commit: Move pod2mdtext.pl from Lucy to Clownfish

2016-04-04 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 77c771d02 -> 4c7a29ab7 Move pod2mdtext.pl from Lucy to Clownfish Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/992bdf87 Tree:

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

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 13:11:50 2016 New Revision: 984694 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r984693, websites/staging/lucy/trunk/content/

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

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 13:05:03 2016 New Revision: 1737684 URL: http://svn.apache.org/viewvc?rev=1737684=rev Log: Reset CSS properties for C API tables Modified: lucy/site/trunk/content/css/lucy.css Modified: lucy/site/trunk/content/css/lucy.css URL: http://svn.apache.org

svn commit: r1737682 [2/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Clownfish/Hash.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Clownfish/Hash.mdtext?rev=1737682=auto == ---

svn commit: r1737682 [3/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Analysis/Normalizer.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Analysis/Normalizer.mdtext?rev=1737682=auto == ---

svn commit: r1737682 [6/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Object/I32Array.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Object/I32Array.mdtext?rev=1737682=auto == ---

svn commit: r1737682 [8/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Store/FSFolder.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Store/FSFolder.mdtext?rev=1737682=auto == ---

svn commit: r1737682 [4/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Docs/IRTheory.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Docs/IRTheory.mdtext?rev=1737682=auto == ---

svn commit: r1737682 [5/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

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

svn commit: r1737682 [1/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 12:55:10 2016 New Revision: 1737682 URL: http://svn.apache.org/viewvc?rev=1737682=rev Log: Add C API documentation for 0.5.0 release Added: lucy/site/trunk/content/docs/c/ lucy/site/trunk/content/docs/c/Clownfish/ lucy/site/trunk/content/docs/c

svn commit: r1737682 [7/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Search/ORQuery.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Search/ORQuery.mdtext?rev=1737682=auto == ---

svn commit: r1737643 - /lucy/site/trunk/content/docs/test/

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:23:05 2016 New Revision: 1737643 URL: http://svn.apache.org/viewvc?rev=1737643=rev Log: Remove documentation preview Removed: lucy/site/trunk/content/docs/test/

svn commit: r1737644 - in /lucy/site/trunk: content/docs/index.mdtext templates/basic.html

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:23:10 2016 New Revision: 1737644 URL: http://svn.apache.org/viewvc?rev=1737644=rev Log: Add documentation index page Added: lucy/site/trunk/content/docs/index.mdtext Modified: lucy/site/trunk/templates/basic.html Added: lucy/site/trunk/content/docs

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

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:23:16 2016 New Revision: 1737645 URL: http://svn.apache.org/viewvc?rev=1737645=rev Log: Update download links for 0.5.0 release Modified: lucy/site/trunk/content/download.mdtext lucy/site/trunk/content/index.mdtext Modified: lucy/site/trunk/content

svn commit: r1737642 [5/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Lucy/Index/Indexer.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy/Index/Indexer.mdtext?rev=1737642=auto == ---

svn commit: r1737642 [3/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Lucy.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy.mdtext?rev=1737642=auto == --- lucy/site/trunk/content/docs/perl/Lucy.mdtext (added) +++

svn commit: r1737642 [1/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:22:30 2016 New Revision: 1737642 URL: http://svn.apache.org/viewvc?rev=1737642=rev Log: Update Perl documentation to 0.5.0 Added: lucy/site/trunk/content/docs/0.4.0/ lucy/site/trunk/content/docs/0.4.0/perl/ lucy/site/trunk/content/docs/0.4.0/perl

svn commit: r1737642 [6/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Lucy/Search/LeafQuery.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy/Search/LeafQuery.mdtext?rev=1737642=auto == ---

svn commit: r1737642 [2/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Clownfish.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Clownfish.mdtext?rev=1737642=auto == --- lucy/site/trunk/content/docs/perl/Clownfish.mdtext

svn commit: r12976 - /dev/lucy/clownfish/apache-clownfish-0.5.0-rc2/

2016-04-02 Thread nwellnhof
Author: nwellnhof Date: Sat Apr 2 13:11:38 2016 New Revision: 12976 Log: Remove apache-clownfish-0.5.0-rc2 Removed: dev/lucy/clownfish/apache-clownfish-0.5.0-rc2/

svn commit: r12975 - /dev/lucy/apache-lucy-0.5.0-rc3/ /release/lucy/CHANGES-0.5.0.txt /release/lucy/apache-lucy-0.5.0.tar.gz /release/lucy/apache-lucy-0.5.0.tar.gz.asc /release/lucy/apache-lucy-0.5.0.

2016-04-02 Thread nwellnhof
Author: nwellnhof Date: Sat Apr 2 13:08:58 2016 New Revision: 12975 Log: Publish Apache Lucy 0.5.0 Added: release/lucy/CHANGES-0.5.0.txt - copied unchanged from r12974, dev/lucy/apache-lucy-0.5.0-rc3/CHANGES-0.5.0.txt release/lucy/apache-lucy-0.5.0.tar.gz - copied unchanged

[lucy] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.5.0-rc3 [deleted] 3a814fdff

[lucy] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.5.0-rc1 [deleted] 96feeda28

[lucy] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.5.0-rc2 [deleted] 46c0c0ffa

[lucy] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.5.0 [created] 3a814fdff

svn commit: r12974 - /dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/ /release/lucy/clownfish/

2016-04-02 Thread nwellnhof
Author: nwellnhof Date: Sat Apr 2 13:02:12 2016 New Revision: 12974 Log: Publish Apache Clownfish 0.5.0 Added: release/lucy/clownfish/CHANGES-0.5.0.txt - copied unchanged from r12973, dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/CHANGES-0.5.0.txt release/lucy/clownfish/apache

[lucy-clownfish] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.0-rc2 [deleted] 0bdb09a79

[lucy-clownfish] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.0-rc3 [deleted] b3b1db740

[lucy-clownfish] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.0-rc1 [deleted] ce2fc5310

[lucy-clownfish] Git Push Summary

2016-04-02 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.0 [created] b3b1db740

[1/2] lucy git commit: Fix wrong vararg type in LFLock_init

2016-03-25 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 94c6aa2ea -> 8193b73ef Fix wrong vararg type in LFLock_init This only results in random junk in a tempfile name, so probably harmless. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit:

[2/2] lucy git commit: Fix %i64/%u64 mismatches

2016-03-25 Thread nwellnhof
Fix %i64/%u64 mismatches Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/8193b73e Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/8193b73e Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/8193b73e Branch:

svn commit: r12862 - in /dev/lucy/clownfish/apache-clownfish-0.5.0-rc3: CHANGES-0.5.0.txt apache-clownfish-0.5.0.tar.gz apache-clownfish-0.5.0.tar.gz.asc apache-clownfish-0.5.0.tar.gz.md5 apache-clown

2016-03-25 Thread nwellnhof
Author: nwellnhof Date: Fri Mar 25 09:05:41 2016 New Revision: 12862 Log: Add apache-clownfish-0.5.0 artifacts Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/CHANGES-0.5.0.txt dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/apache-clownfish-0.5.0.tar.gz (with props) dev/lucy

[lucy-clownfish] Git Push Summary

2016-03-25 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.0-rc3 [created] b3b1db740

svn commit: r12861 - /dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/

2016-03-25 Thread nwellnhof
Author: nwellnhof Date: Fri Mar 25 09:04:55 2016 New Revision: 12861 Log: Create RC dir for apache-clownfish-0.5.0-rc3 Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/

[2/2] lucy-clownfish git commit: Ensure nul-terminated arg to strtod.

2016-03-25 Thread nwellnhof
Ensure nul-terminated arg to strtod. Inside Str_To_F64 we use strtod, which requires a nul-terminated C string argument. Now that Clownfish Strings consistently lack nul-termination, we need to copy content into a nul-terminated buffer and pass that to strtod. Project:

[1/2] lucy-clownfish git commit: Fix some `unused` warnings in the Perl bindings.

2016-03-25 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.5 33651d757 -> 788087e7e Fix some `unused` warnings in the Perl bindings. Have the code generator emit some temp variables only if they are needed. Deploy one UNUSED_VAR macro. Project:

[lucy] Git Push Summary

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

[2/3] lucy git commit: Fix bug in Perl implementation of Doc_Equals

2016-03-24 Thread nwellnhof
Fix bug in Perl implementation of Doc_Equals Detected by a GCC 5.2 warning. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/56e7c206 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/56e7c206 Diff:

[lucy] Git Push Summary

2016-03-24 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.5.0-rc3 [created] 3a814fdff

[1/2] lucy git commit: Fix bug in Perl implementation of Doc_Equals

2016-03-24 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.5 557fdbca6 -> 6ca063705 Fix bug in Perl implementation of Doc_Equals Detected by a GCC 5.2 warning. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/c611622d Tree:

[2/2] lucy git commit: Fix test_all.sh script for newer Go versions

2016-03-24 Thread nwellnhof
Fix test_all.sh script for newer Go versions When cleaning the CFC build before building the Clownfish runtime and Lucy, I get an error with Go 1.5 because "CFC.h" could not be found. I'm not sure what's at play here. Cleaning the CFC build afterwards is only a band-aid. This needs some further

svn commit: r12841 - in /dev/lucy: apache-lucy-0.5.0-rc1/ apache-lucy-0.5.0-rc2/ clownfish/apache-clownfish-0.4.2-rc1/ clownfish/apache-clownfish-0.5.0-rc1/

2016-03-24 Thread nwellnhof
Author: nwellnhof Date: Thu Mar 24 11:35:29 2016 New Revision: 12841 Log: Delete old release candidates Removed: dev/lucy/apache-lucy-0.5.0-rc1/ dev/lucy/apache-lucy-0.5.0-rc2/ dev/lucy/clownfish/apache-clownfish-0.4.2-rc1/ dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/

svn commit: r12840 - in /dev/lucy/apache-lucy-0.5.0-rc3: CHANGES-0.5.0.txt apache-lucy-0.5.0.tar.gz apache-lucy-0.5.0.tar.gz.asc apache-lucy-0.5.0.tar.gz.md5 apache-lucy-0.5.0.tar.gz.sha

2016-03-24 Thread nwellnhof
Author: nwellnhof Date: Thu Mar 24 11:27:04 2016 New Revision: 12840 Log: Add apache-lucy-0.5.0 artifacts Added: dev/lucy/apache-lucy-0.5.0-rc3/CHANGES-0.5.0.txt dev/lucy/apache-lucy-0.5.0-rc3/apache-lucy-0.5.0.tar.gz (with props) dev/lucy/apache-lucy-0.5.0-rc3/apache-lucy-0.5.0

svn commit: r12839 - /dev/lucy/apache-lucy-0.5.0-rc3/

2016-03-24 Thread nwellnhof
Author: nwellnhof Date: Thu Mar 24 11:26:17 2016 New Revision: 12839 Log: Create RC dir for apache-lucy-0.5.0-rc3 Added: dev/lucy/apache-lucy-0.5.0-rc3/

[lucy] Git Push Summary

2016-03-24 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/apache-lucy-0.5.0-rc2 [created] 46c0c0ffa

svn commit: r12837 - /dev/lucy/apache-lucy-0.5.0-rc2/

2016-03-24 Thread nwellnhof
Author: nwellnhof Date: Thu Mar 24 10:24:28 2016 New Revision: 12837 Log: Create RC dir for apache-lucy-0.5.0-rc2 Added: dev/lucy/apache-lucy-0.5.0-rc2/

[lucy-clownfish] Git Push Summary

2016-03-24 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/apache-clownfish-0.5.0-rc2 [created] 0bdb09a79

svn commit: r12836 - in /dev/lucy/clownfish/apache-clownfish-0.5.0-rc2: CHANGES-0.5.0.txt apache-clownfish-0.5.0.tar.gz apache-clownfish-0.5.0.tar.gz.asc apache-clownfish-0.5.0.tar.gz.md5 apache-clown

2016-03-24 Thread nwellnhof
Author: nwellnhof Date: Thu Mar 24 10:21:22 2016 New Revision: 12836 Log: Add apache-clownfish-0.5.0 artifacts Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc2/CHANGES-0.5.0.txt dev/lucy/clownfish/apache-clownfish-0.5.0-rc2/apache-clownfish-0.5.0.tar.gz (with props) dev/lucy

svn commit: r12835 - /dev/lucy/clownfish/apache-clownfish-0.5.0-rc2/

2016-03-24 Thread nwellnhof
Author: nwellnhof Date: Thu Mar 24 10:20:04 2016 New Revision: 12835 Log: Create RC dir for apache-clownfish-0.5.0-rc2 Added: dev/lucy/clownfish/apache-clownfish-0.5.0-rc2/

lucy-clownfish git commit: Fix compiler warnings in XSBind.c

2016-03-23 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 39b0cb0c4 -> 77c771d02 Fix compiler warnings in XSBind.c Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/77c771d0 Tree:

lucy-clownfish git commit: Fix compiler warnings in XSBind.c

2016-03-23 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.5 c83c71364 -> 33651d757 Fix compiler warnings in XSBind.c Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/33651d75 Tree:

lucy-clownfish git commit: Rework rounding in Memory_oversize

2016-03-20 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master c1ed8ee70 -> 39b0cb0c4 Rework rounding in Memory_oversize Fixes -Wconversion warning on 32-bit. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

lucy git commit: Adjust for Obj_to_Host changes

2016-03-20 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master b9fba0dad -> d657bd167 Adjust for Obj_to_Host changes Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/d657bd16 Tree:

[14/14] lucy-clownfish git commit: Merge branch 'threadsafe-bootstrap'

2016-03-19 Thread nwellnhof
Merge branch 'threadsafe-bootstrap' Fixes CLOWNFISH-78. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/fa009460 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/fa009460 Diff:

[01/14] lucy-clownfish git commit: Implement pointer-to-pointer hash table

2016-03-19 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master f5139fff5 -> fa009460e Implement pointer-to-pointer hash table Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/6c8dbb36 Tree:

[08/14] lucy-clownfish git commit: Make cfish_init_parcel thread-safe

2016-03-19 Thread nwellnhof
Make cfish_init_parcel thread-safe Initialize globals with compare-and-swap. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/7528af45 Tree:

[06/14] lucy-clownfish git commit: Start to make Class_bootstrap thread-safe

2016-03-19 Thread nwellnhof
Start to make Class_bootstrap thread-safe Use Atomic_cas_ptr to write - global class pointer - class name - class method array Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/ce1fe99c Tree:

[04/14] lucy-clownfish git commit: Add extra parameter to Obj_To_Host

2016-03-19 Thread nwellnhof
Add extra parameter to Obj_To_Host This parameter will be used to pass the conversion cache around. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/f3eea9b2 Tree:

[03/14] lucy-clownfish git commit: Handle circular refs when converting to Perl

2016-03-19 Thread nwellnhof
Handle circular refs when converting to Perl Also check for I32 overflow when converting Vector to AV. Second half of CLOWNFISH-36. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/d9829fb0 Tree:

[12/14] lucy-clownfish git commit: Replace parcel_id with ParcelSpec pointer

2016-03-19 Thread nwellnhof
Replace parcel_id with ParcelSpec pointer This makes the check whether a class is in the same parcel thread-safe. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/25f58a6a Tree:

[09/14] lucy-clownfish git commit: Keep CLASS->obj_alloc_size at 0

2016-03-19 Thread nwellnhof
Keep CLASS->obj_alloc_size at 0 This makes sure that Init_Obj doesn't reset any values when bootstrapping. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/70f2562d Tree:

[07/14] lucy-clownfish git commit: Make bootstrap_parcel thread-safe

2016-03-19 Thread nwellnhof
Make bootstrap_parcel thread-safe Remove bootstrap_inheritance. Add bootstrap_internal which invokes Class_bootstrap and parcel_init only for a single parcel. Detect inheritance cycles in Class_bootstrap. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[11/14] lucy-clownfish git commit: Introduce struct cfish_ParcelSpec

2016-03-19 Thread nwellnhof
Introduce struct cfish_ParcelSpec Change Class_bootstrap to take a single pointer to struct cfish_ParcelSpec. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/8b71db60 Tree:

[02/14] lucy-clownfish git commit: Handle circular refs when converting from Perl

2016-03-19 Thread nwellnhof
Handle circular refs when converting from Perl First half of CLOWNFISH-36. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/3e0546fa Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/3e0546fa

lucy-clownfish git commit: Change copyright year in NOTICE

2016-03-12 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 1b4313df5 -> f5139fff5 Change copyright year in NOTICE Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/f5139fff Tree:

[1/2] lucy git commit: Fix compiler warning

2016-03-12 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.5 29b6f7370 -> 557fdbca6 Fix compiler warning Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/de602e99 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/de602e99 Diff:

[1/2] lucy git commit: Fix compiler warning

2016-03-12 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master eefbb4085 -> ee5cebea4 Fix compiler warning Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/cb66d5d8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/cb66d5d8 Diff:

[2/2] lucy git commit: Change copyright year in NOTICE

2016-03-12 Thread nwellnhof
Change copyright year in NOTICE Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/557fdbca Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/557fdbca Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/557fdbca Branch:

[2/2] lucy git commit: Change copyright year in NOTICE

2016-03-12 Thread nwellnhof
Change copyright year in NOTICE Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/ee5cebea Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/ee5cebea Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/ee5cebea Branch:

[1/2] lucy-clownfish git commit: Fix compiler warnings

2016-03-12 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.5 05d3caa62 -> c83c71364 Fix compiler warnings Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/4aec071f Tree:

[2/2] lucy-clownfish git commit: Change copyright year in NOTICE

2016-03-12 Thread nwellnhof
Change copyright year in NOTICE Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/c83c7136 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/c83c7136 Diff:

lucy-clownfish git commit: Fix compiler warnings

2016-03-12 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 20eef8fc3 -> 1b4313df5 Fix compiler warnings Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/1b4313df Tree:

[07/12] lucy-clownfish git commit: Move CFC test files into "common" directory

2016-03-10 Thread nwellnhof
Move CFC test files into "common" directory Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/82ad2895 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/82ad2895 Diff:

[03/12] lucy-clownfish git commit: Support catching CFC exceptions from C

2016-03-10 Thread nwellnhof
Support catching CFC exceptions from C Needed to fix CLOWNFISH-14. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/5d0a3efe Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/5d0a3efe Diff:

[08/12] lucy-clownfish git commit: Add check for va_copy

2016-03-10 Thread nwellnhof
Add check for va_copy Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/25e6ff33 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/25e6ff33 Diff:

[11/12] lucy-clownfish git commit: Don't allow inheriting from final class

2016-03-10 Thread nwellnhof
Don't allow inheriting from final class Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/64142fb2 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/64142fb2 Diff:

[09/12] lucy-clownfish git commit: Merge branch 'catch-cfc-exceptions'

2016-03-10 Thread nwellnhof
Merge branch 'catch-cfc-exceptions' Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b21ec10f Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b21ec10f Diff:

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