svn commit: r1617680 - /perl/modperl/trunk/src/modules/perl/modperl_env.c

2014-08-13 Thread stevehay
Author: stevehay Date: Wed Aug 13 08:20:58 2014 New Revision: 1617680 URL: http://svn.apache.org/r1617680 Log: [PATCH] Fix invalid code that breaks with GCC 4.9 -ftree-dse optimization Patch from Niko Tyni: This fixes SIGSEGVs at the start of the test suite when built with GCC-4.9 at -O2 (which

svn commit: r1617722 - in /perl/modperl/trunk/xs/APR: APR/Makefile.PL PerlIO/Makefile.PL

2014-08-13 Thread stevehay
Author: stevehay Date: Wed Aug 13 13:06:22 2014 New Revision: 1617722 URL: http://svn.apache.org/r1617722 Log: Fix t/apr-ext failures when building without optimization. APLOG_USE_MODULE() in modperl_apache_includes.h expands to a reference to perl_module, which is optimized away by -O2 when it'

svn commit: r1617727 - in /perl/modperl/trunk/xs/APR: Const/Makefile.PL aprext/Makefile.PL aprext/modperl_dummy.c

2014-08-13 Thread stevehay
Author: stevehay Date: Wed Aug 13 13:13:34 2014 New Revision: 1617727 URL: http://svn.apache.org/r1617727 Log: Simplify the avoidance of perl_module in places where it isn't (really) defined Revision 1617722 pointed out an easier way to achieve what was done by revision 1502392. (Unfortunately,

svn commit: r1617891 - /perl/modperl/trunk/lib/Apache2/compat.pm

2014-08-13 Thread jkaluza
Author: jkaluza Date: Thu Aug 14 06:56:34 2014 New Revision: 1617891 URL: http://svn.apache.org/r1617891 Log: This fixes t/compat/conn_rec.t. failures with Apache 2.4, broken with r1497279. Apache2::compat is supposed to provide mod_perl 1.0 backward compatibility, so we want to offer remote_addr