svn commit: r111864 - /perl/modperl/trunk/todo/release

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 11:39:19 2004 New Revision: 111864 URL: http://svn.apache.org/viewcvs?view=rev&rev=111864 Log: for RC2 need to temporarily fix makemanifest to exclude Apache-Test/META.yml Modified: perl/modperl/trunk/todo/release Modified: perl/modperl/trunk/todo/release Url: h

svn commit: r111874 - /perl/modperl/trunk/lib/ModPerl/Manifest.pm

2004-12-14 Thread gozer
Author: gozer Date: Tue Dec 14 12:59:39 2004 New Revision: 111874 URL: http://svn.apache.org/viewcvs?view=rev&rev=111874 Log: Removed a leftover useless variable. Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm Url: http://svn.apache

svn commit: r111891 - /perl/modperl/trunk/Changes /perl/modperl/trunk/xs/ModPerl/Util/ModPerl__Util.h

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 14:41:54 2004 New Revision: 111891 URL: http://svn.apache.org/viewcvs?view=rev&rev=111891 Log: fix compilation issues in ModPerl::Util::current_perl_id (on some builds newSVpvf can't be resolved but Perl_newSVpvf works just fine) Modified: perl/modperl/trunk/Chang

svn commit: r111905 - /perl/modperl/trunk/Changes /perl/modperl/trunk/lib/ModPerl/BuildOptions.pm

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 17:06:25 2004 New Revision: 111905 URL: http://svn.apache.org/viewcvs?view=rev&rev=111905 Log: fix Makefile.PL arguments parser to support more than one MP_foo option on the same line (including .makepl_args.mod_perl2 file) Modified: perl/modperl/trunk/Changes

svn commit: r111906 - /perl/modperl/trunk/lib/ModPerl/Manifest.pm

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 17:07:07 2004 New Revision: 111906 URL: http://svn.apache.org/viewcvs?view=rev&rev=111906 Log: fix indentation Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm Url: http://svn.apache.org/viewcvs/perl/modpe

svn commit: r111907 - /perl/modperl/trunk/Changes /perl/modperl/trunk/lib/ModPerl/TestRun.pm

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 17:08:30 2004 New Revision: 111907 URL: http://svn.apache.org/viewcvs?view=rev&rev=111907 Log: for make test, skip configuring fastcgi if it's found in the global httpd.conf, as it causes crashes in the test suite Modified: perl/modperl/trunk/Changes perl/modpe

svn commit: r111911 - /perl/modperl/trunk/Changes /perl/modperl/trunk/lib/ModPerl/WrapXS.pm /perl/modperl/trunk/todo/bugs_build

2004-12-14 Thread gozer
Author: gozer Date: Tue Dec 14 17:46:20 2004 New Revision: 111911 URL: http://svn.apache.org/viewcvs?view=rev&rev=111911 Log: modperl_exports.c now wraps all exported functions in a #ifndef function_name wrapper to help in weeding out functions that only make sense for certain Perl configurations

svn commit: r111916 - /perl/modperl/trunk/lib/ModPerl/BuildOptions.pm

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 18:26:31 2004 New Revision: 111916 URL: http://svn.apache.org/viewcvs?view=rev&rev=111916 Log: more robust parser, - leaving -DMP_* alone - correctly handling lines starting with # and including MP_Foo opts Modified: perl/modperl/trunk/lib/ModPerl/BuildOptions.pm

svn commit: r111931 - /perl/modperl/trunk/t/conf/extra.last.conf.in /perl/modperl/trunk/t/response/TestDirective/pod.pm

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 20:01:07 2004 New Revision: 111931 URL: http://svn.apache.org/viewcvs?view=rev&rev=111931 Log: extend the =pod in config test, to test that the code in =pod is not seen by Apache (even though it'd have been an error with just a string, but better do a real check, in

svn commit: r111910 - /perl/modperl/trunk/lib/Apache/PerlSections.pm

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 17:32:11 2004 New Revision: 111910 URL: http://svn.apache.org/viewcvs?view=rev&rev=111910 Log: cleanup Modified: perl/modperl/trunk/lib/Apache/PerlSections.pm Modified: perl/modperl/trunk/lib/Apache/PerlSections.pm Url: http://svn.apache.org/viewcvs/perl/modperl

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

2004-12-14 Thread stas
Author: stas Date: Tue Dec 14 17:55:24 2004 New Revision: 111913 URL: http://svn.apache.org/viewcvs?view=rev&rev=111913 Log: that fixes 5.6.x static build Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?v

svn commit: r111912 - /perl/modperl/trunk/Changes /perl/modperl/trunk/lib/ModPerl/Manifest.pm /perl/modperl/trunk/todo/release

2004-12-14 Thread gozer
Author: gozer Date: Tue Dec 14 17:51:22 2004 New Revision: 111912 URL: http://svn.apache.org/viewcvs?view=rev&rev=111912 Log: Ignore Apache-Test/META.yml in distribution tarballs until PAUSE is capable of handling multiple META.yml files in one distro Modified: perl/modperl/trunk/Changes p