svn commit: r1243923 - in /perl/modperl/trunk: Changes lib/ModPerl/MM.pm

2012-02-14 Thread stevehay
Author: stevehay Date: Tue Feb 14 14:04:05 2012 New Revision: 1243923 URL: http://svn.apache.org/viewvc?rev=1243923&view=rev Log: Correct the initialization of the build config in ModPerl::MM, simply borrowing the style of ModPerl::BuildMM to do so. Modified: perl/modperl/trunk/Changes p

svn commit: r1244184 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_const.c src/modules/perl/modperl_perl.c

2012-02-14 Thread torsten
Author: torsten Date: Tue Feb 14 19:29:11 2012 New Revision: 1244184 URL: http://svn.apache.org/viewvc?rev=1244184&view=rev Log: Fix 2 SV REFCNT bugs: - modperl_perl_core_global_init(), the aliasing GV references the aliased CV. Thus, it should increment the REFCNT. - new_constsub() in modperl_

svn commit: r1244196 - in /perl/modperl/branches/threading: ./ Changes lib/ModPerl/MM.pm src/modules/perl/modperl_const.c src/modules/perl/modperl_perl.c

2012-02-14 Thread torsten
Author: torsten Date: Tue Feb 14 20:09:12 2012 New Revision: 1244196 URL: http://svn.apache.org/viewvc?rev=1244196&view=rev Log: Merged revisions 1243923,1244184 via svnmerge from https://svn.eu.apache.org/repos/asf/perl/modperl/trunk r1243923 | stevehay | 2012-02-14 15:04:05 +0100 (T