svn commit: r1733563 - in /perl/modperl/trunk/src/modules/perl: modperl_env.c modperl_perl.c

2016-03-04 Thread stevehay
Author: stevehay Date: Fri Mar 4 08:23:32 2016 New Revision: 1733563 URL: http://svn.apache.org/viewvc?rev=1733563&view=rev Log: Fix compile errors since SVN revision 1717474 for unthreaded perl Thanks to Klaus S. Madsen for the patch. Modified: perl/modperl/trunk/src/modules/perl/modperl_

svn commit: r1733564 - /perl/modperl/trunk/xs/Apache2/RequestIO/Apache2__RequestIO.h

2016-03-04 Thread stevehay
Author: stevehay Date: Fri Mar 4 08:29:00 2016 New Revision: 1733564 URL: http://svn.apache.org/viewvc?rev=1733564&view=rev Log: Fix printf tests for perl-5.22 without ithreads support The comment in r1702395 is wrong. It's not because of the thread context that the number of arguments is wrong

svn commit: r1733566 - in /perl/modperl/trunk: README lib/Apache2/Build.pm

2016-03-04 Thread stevehay
Author: stevehay Date: Fri Mar 4 08:36:07 2016 New Revision: 1733566 URL: http://svn.apache.org/viewvc?rev=1733566&view=rev Log: Automatic compiler flags for gcc 5 and clang To make compilation easier on gcc5/clang hosts, this patch automatically selects the appropriate c89 option, when modperl

svn commit: r1733567 - /perl/modperl/trunk/Changes

2016-03-04 Thread stevehay
Author: stevehay Date: Fri Mar 4 08:38:38 2016 New Revision: 1733567 URL: http://svn.apache.org/viewvc?rev=1733567&view=rev Log: Update Changes file with recent changes. Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewvc/perl/modperl