svn commit: r1565275 - /perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm

2014-02-06 Thread stevehay
Author: stevehay Date: Thu Feb 6 14:29:23 2014 New Revision: 1565275 URL: http://svn.apache.org/r1565275 Log: Fix t/apache/subprocess.t on Windows, using httpd-2.4.x. This test fails every time for me, but not with httpd-2.2.x, which I don't understand. Debugging, if you start up the server, th

svn commit: r1565130 - /perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm

2014-02-06 Thread stevehay
Author: stevehay Date: Thu Feb 6 09:18:29 2014 New Revision: 1565130 URL: http://svn.apache.org/r1565130 Log: Remove unused constant PERLIO_5_8_IS_ENABLED from subprocess.pm. Modified: perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm Modified: perl/modperl/branche

svn commit: r1565129 - /perl/modperl/branches/httpd24threading/xs/APR/PerlIO/PerlIO.pm

2014-02-06 Thread stevehay
Author: stevehay Date: Thu Feb 6 09:15:41 2014 New Revision: 1565129 URL: http://svn.apache.org/r1565129 Log: Correct perl version check in APR::PerlIO::PERLIO_LAYERS_ARE_ENABLED(). Sadly this was not the cause of t/apache/subprocess.t failing on Windows with httpd-2.4.x. Modified: perl/mod

svn commit: r1565123 - /perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.c

2014-02-06 Thread stevehay
Author: stevehay Date: Thu Feb 6 08:56:29 2014 New Revision: 1565123 URL: http://svn.apache.org/r1565123 Log: The extended printf format %pt in apr_vformatter() requires a apr_os_thread_t*, not a (void*)apr_os_thread_t. This fixes a crash in conv_os_thread_t when starting up httpd+mod_perl on W