svn commit: r434146 - in /perl/Apache-SizeLimit/branches/stable/t/apache: check_n_requests.t check_n_requests2.t

2006-08-23 Thread pgollucci
Author: pgollucci Date: Wed Aug 23 12:59:35 2006 New Revision: 434146 URL: http://svn.apache.org/viewvc?rev=434146&view=rev Log: merge import() error with Apache::Test b/c only 1.29+ has these functions available. Reported by: David Wheeler <[EMAIL PROTECTED]> Modified: p

svn commit: r434335 - in /perl/Apache-SizeLimit/trunk/t: apache2/ response/TestApache2/

2006-08-24 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 00:58:31 2006 New Revision: 434335 URL: http://svn.apache.org/viewvc?rev=434335&view=rev Log: convert Apache::Constants to Apache2::Const Modified: perl/Apache-SizeLimit/trunk/t/apache2/check_n_requests.t perl/Apache-SizeLimit/trunk/t/apa

svn commit: r434336 - /perl/Apache-SizeLimit/trunk/MANIFEST

2006-08-24 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 01:00:33 2006 New Revision: 434336 URL: http://svn.apache.org/viewvc?rev=434336&view=rev Log: Update Modified: perl/Apache-SizeLimit/trunk/MANIFEST Modified: perl/Apache-SizeLimit/trunk/MANIFEST URL: http://svn.apache.org/viewvc/perl/Apache-SizeL

svn commit: r434349 - in /perl/Apache-SizeLimit/trunk/lib/Apache: BaseSizeLimit.pm SizeLimit.pm

2006-08-24 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 02:07:11 2006 New Revision: 434349 URL: http://svn.apache.org/viewvc?rev=434349&view=rev Log: Allow the globals to work (but the deprecated apis still break) Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm perl/Apache-SizeLimit/t

svn commit: r434354 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

2006-08-24 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 02:23:47 2006 New Revision: 434354 URL: http://svn.apache.org/viewvc?rev=434354&view=rev Log: fix the deprecated apis by moving into target specific classes. This might not be the best way since will duplicate the code exactly, but it seems the most stra

svn commit: r434357 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-24 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 02:26:42 2006 New Revision: 434357 URL: http://svn.apache.org/viewvc?rev=434357&view=rev Log: remove deprecated apis Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

svn commit: r434366 - /perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm

2006-08-24 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 03:03:59 2006 New Revision: 434366 URL: http://svn.apache.org/viewvc?rev=434366&view=rev Log: o add deprecated apis o include the global vars in our namespace o update the pod Modified: perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm Modified:

svn commit: r436684 - in /perl/Apache-SizeLimit/trunk: lib/Apache/BaseSizeLimit.pm t/apache2/check_n_requests.t t/apache2/check_n_requests2.t

2006-08-24 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 23:55:51 2006 New Revision: 436684 URL: http://svn.apache.org/viewvc?rev=436684&view=rev Log: adapt _error_log() to print out Apache::SizeLimit or Apache2::SizeLimit as appropriate Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

svn commit: r436685 - in /perl/Apache-SizeLimit/trunk/t: apache/check_n_requests.t apache2/check_n_requests.t

2006-08-25 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 23:59:13 2006 New Revision: 436685 URL: http://svn.apache.org/viewvc?rev=436685&view=rev Log: remove the extra leading space from regex Modified: perl/Apache-SizeLimit/trunk/t/apache/check_n_requests.t perl/Apache-SizeLimit/trunk/t/apa

svn commit: r436696 - /perl/Apache-SizeLimit/trunk/INSTALL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 00:42:24 2006 New Revision: 436696 URL: http://svn.apache.org/viewvc?rev=436696&view=rev Log: Note that for dynamic mod_perl you have to tell it -apxs not -httpd Modified: perl/Apache-SizeLimit/trunk/INSTALL Modified: perl/Apache-SizeLimit/trunk/INS

svn commit: r436708 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:06:23 2006 New Revision: 436708 URL: http://svn.apache.org/viewvc?rev=436708&view=rev Log: match indentation of A2::SL Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

svn commit: r436713 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:24:11 2006 New Revision: 436713 URL: http://svn.apache.org/viewvc?rev=436713&view=rev Log: fix some indentation Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

svn commit: r436714 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:25:29 2006 New Revision: 436714 URL: http://svn.apache.org/viewvc?rev=436714&view=rev Log: A2::SL doesn't work on windows because of threading Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/

svn commit: r436715 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:27:22 2006 New Revision: 436715 URL: http://svn.apache.org/viewvc?rev=436715&view=rev Log: WIN32 check was overly complex, we know we're in mod_perl2, so we can just skip WIN32 init Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSiz

svn commit: r436716 - /perl/Apache-SizeLimit/trunk/Makefile.PL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:38:00 2006 New Revision: 436716 URL: http://svn.apache.org/viewvc?rev=436716&view=rev Log: Hybridize This code was shamelessly stolen from Apache::VMonitor and Apache::Peek Modified: perl/Apache-SizeLimit/trunk/Makefile.PL Modified: perl/Ap

svn commit: r436717 - /perl/Apache-SizeLimit/trunk/Makefile.PL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:39:55 2006 New Revision: 436717 URL: http://svn.apache.org/viewvc?rev=436717&view=rev Log: clean up the %common_opts to only have common options and move the mp1, mp2 options into the ExitUtils::MakeMaker for 1.x and ModPerl::MM for 2.x Modified:

svn commit: r436718 - /perl/Apache-SizeLimit/trunk/Makefile.PL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:43:32 2006 New Revision: 436718 URL: http://svn.apache.org/viewvc?rev=436718&view=rev Log: o simply argument processing loop in wanted_mp_generation() o s/mp2/mp1/ in a comment Modified: perl/Apache-SizeLimit/trunk/Makefile.PL Modified: perl/Ap

svn commit: r436719 - /perl/Apache-SizeLimit/trunk/README

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:45:03 2006 New Revision: 436719 URL: http://svn.apache.org/viewvc?rev=436719&view=rev Log: 1.x should be functional again 2.x is still broken Modified: perl/Apache-SizeLimit/trunk/README Modified: perl/Apache-SizeLimit/trunk/README URL:

svn commit: r436729 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 02:06:19 2006 New Revision: 436729 URL: http://svn.apache.org/viewvc?rev=436729&view=rev Log: ref($class) should be $class Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimi

svn commit: r436732 - in /perl/Apache-SizeLimit/trunk/t: apache/ apache2/ response/TestApache/ response/TestApache2/

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 02:20:46 2006 New Revision: 436732 URL: http://svn.apache.org/viewvc?rev=436732&view=rev Log: since this test kills the httpd server it _MUST_ run last or there will be no server left to finish the other tests. This particularly matters with -DONE_PROCESS w

svn commit: r436733 - in /perl/Apache-SizeLimit/trunk/t: apache/zzz_check_n_requests.t apache2/zzz_check_n_requests.t response/TestApache/zzz_check_n_requests.pm response/TestApache2/zzz_check_n_reque

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 02:21:42 2006 New Revision: 436733 URL: http://svn.apache.org/viewvc?rev=436733&view=rev Log: account for the file renames in the code Modified: perl/Apache-SizeLimit/trunk/t/apache/zzz_check_n_requests.t perl/Apache-SizeLimit/trunk/t/apa

svn commit: r437090 - in /perl/Apache-SizeLimit/trunk/lib/Apache: BaseSizeLimit.pm SizeLimit/ SizeLimit/Core.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 22:59:05 2006 New Revision: 437090 URL: http://svn.apache.org/viewvc?rev=437090&view=rev Log: rename BaseSizeLimit to Apache::SizeLimit::Core Thread: <[EMAIL PROTECTED]> Added: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/ perl/Apache

svn commit: r437091 - in /perl/Apache-SizeLimit/trunk: MANIFEST lib/Apache/SizeLimit.pm lib/Apache/SizeLimit/Core.pm lib/Apache2/SizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:01:20 2006 New Revision: 437091 URL: http://svn.apache.org/viewvc?rev=437091&view=rev Log: s/Apache::BaseSizeLimit/Apache::SizeLimit::Core/ Modified: perl/Apache-SizeLimit/trunk/MANIFEST perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

svn commit: r437092 - in /perl/Apache-SizeLimit/trunk: lib/Apache2/SizeLimit.pm t/response/TestApache2/basic.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:06:45 2006 New Revision: 437092 URL: http://svn.apache.org/viewvc?rev=437092&view=rev Log: $r->Apache2::RequestUtil::get_handlers() segfaults with anonymous subs. This however is a mod_perl 2.x issue not Apache::SizeLimit, so we code around it

svn commit: r437093 - /perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:11:35 2006 New Revision: 437093 URL: http://svn.apache.org/viewvc?rev=437093&view=rev Log: fix cut and paste error Modified: perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm URL:

svn commit: r437100 - /perl/Apache-SizeLimit/trunk/MANIFEST

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:54:30 2006 New Revision: 437100 URL: http://svn.apache.org/viewvc?rev=437100&view=rev Log: update MANIFEST to account for the test rename Modified: perl/Apache-SizeLimit/trunk/MANIFEST Modified: perl/Apache-SizeLimit/trunk/MANIFEST URL:

svn commit: r437102 - /perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:56:25 2006 New Revision: 437102 URL: http://svn.apache.org/viewvc?rev=437102&view=rev Log: remove these 2 tests for now Modified: perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm Modified: perl/Apache-SizeLimit/trunk/t/resp

svn commit: r437104 - in /perl/Apache-SizeLimit/trunk: lib/Apache2/SizeLimit.pm t/response/TestApache2/check_n_requests2.pm t/response/TestApache2/deprecated.pm

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:20:53 2006 New Revision: 437104 URL: http://svn.apache.org/viewvc?rev=437104&view=rev Log: o Apache::Log is not needed o note PerlOptions +GlobalRequest is needed to use the deprecated APIs in mod_perl 2.x Also, adjust the test suite toa ccount for th

svn commit: r437106 - /perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:23:22 2006 New Revision: 437106 URL: http://svn.apache.org/viewvc?rev=437106&view=rev Log: fix tabs -- this is what happens when you use too many editors Modified: perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm Modified: perl/Ap

svn commit: r437108 - /perl/Apache-SizeLimit/trunk/t/response/TestApache/check_n_requests2.pm

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:24:10 2006 New Revision: 437108 URL: http://svn.apache.org/viewvc?rev=437108&view=rev Log: Apache::Log is also not needed here Modified: perl/Apache-SizeLimit/trunk/t/response/TestApache/check_n_requests2.pm Modified: perl/Apache-SizeLimit/tru

svn commit: r437110 - /perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:30:20 2006 New Revision: 437110 URL: http://svn.apache.org/viewvc?rev=437110&view=rev Log: allow the mp1 suite to run by IfDefine ing out the mp2 speific stuff Apache::Test adds all conf to the generated httpd.conf Modified: perl/Apache-SizeLimit/t

svn commit: r437113 - /perl/Apache-SizeLimit/trunk/README

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:31:40 2006 New Revision: 437113 URL: http://svn.apache.org/viewvc?rev=437113&view=rev Log: update notice Modified: perl/Apache-SizeLimit/trunk/README Modified: perl/Apache-SizeLimit/trunk/README URL: http://svn.apache.org/viewvc/perl/Apache-SizeL

svn commit: r437114 - /perl/Apache-SizeLimit/trunk/RELEASE

2006-08-26 Thread pgollucci
Author: pgollucci Date: Sat Aug 26 00:32:26 2006 New Revision: 437114 URL: http://svn.apache.org/viewvc?rev=437114&view=rev Log: note POD issue Modified: perl/Apache-SizeLimit/trunk/RELEASE Modified: perl/Apache-SizeLimit/trunk/RELEASE URL: http://svn.apache.org/viewvc/perl/Ap

svn commit: r438364 - /perl/modperl/trunk/

2006-08-29 Thread pgollucci
Author: pgollucci Date: Tue Aug 29 21:48:27 2006 New Revision: 438364 URL: http://svn.apache.org/viewvc?rev=438364&view=rev Log: pull in Apache-SizeLimit as as an external https://svn.apache.org/repos/asf/perl/Apache-SizeLimit/trunk Modified: perl/modperl/trunk/ (props cha

svn commit: r438365 - /perl/modperl/trunk/lib/Apache2/SizeLimit.pm

2006-08-29 Thread pgollucci
Author: pgollucci Date: Tue Aug 29 21:49:10 2006 New Revision: 438365 URL: http://svn.apache.org/viewvc?rev=438365&view=rev Log: remove SizeLimit.pm its now part of Apache-SizeLimit Removed: perl/modperl/trunk/lib/Apache2/SizeLimit.pm

svn commit: r438370 - /perl/modperl/trunk/Makefile.PL

2006-08-29 Thread pgollucci
Author: pgollucci Date: Tue Aug 29 21:58:46 2006 New Revision: 438370 URL: http://svn.apache.org/viewvc?rev=438370&view=rev Log: o configure() update to check for Apache-SizeLimit subdir to make sure its a complete package Modified: perl/modperl/trunk/Makefile.PL Modified:

svn commit: r438371 - /perl/modperl/trunk/Makefile.PL

2006-08-29 Thread pgollucci
Author: pgollucci Date: Tue Aug 29 22:11:19 2006 New Revision: 438371 URL: http://svn.apache.org/viewvc?rev=438371&view=rev Log: whitespace Modified: perl/modperl/trunk/Makefile.PL Modified: perl/modperl/trunk/Makefile.PL URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Makefile.PL

svn commit: r438758 - /perl/modperl/tags/before_apache_sizelimit_integration/

2006-08-30 Thread pgollucci
Author: pgollucci Date: Wed Aug 30 20:42:58 2006 New Revision: 438758 URL: http://svn.apache.org/viewvc?rev=438758&view=rev Log: tag trunk before the Apache-SizeLimit integration was started. Delete this tag when done. Added: perl/modperl/tags/before_apache_sizelimit_integra

svn commit: r439180 - /perl/modperl/trunk/t/conf/post_config_startup.pl

2006-08-31 Thread pgollucci
Author: pgollucci Date: Thu Aug 31 22:05:48 2006 New Revision: 439180 URL: http://svn.apache.org/viewvc?rev=439180&view=rev Log: s/you/You/g Modified: perl/modperl/trunk/t/conf/post_config_startup.pl Modified: perl/modperl/trunk/t/conf/post_config_startup.pl URL: http://svn.apache

svn commit: r440932 - /perl/modperl/trunk/t/conf/post_config_startup.pl

2006-09-06 Thread pgollucci
Author: pgollucci Date: Wed Sep 6 18:42:17 2006 New Revision: 440932 URL: http://svn.apache.org/viewvc?view=rev&rev=440932 Log: roll back Apache-SizeLimit integration Modified: perl/modperl/trunk/t/conf/post_config_startup.pl Modified: perl/modperl/trunk/t/conf/post_config_startup.pl

svn commit: r440935 - /perl/modperl/trunk/lib/Apache2/SizeLimit.pm

2006-09-06 Thread pgollucci
Author: pgollucci Date: Wed Sep 6 18:50:24 2006 New Revision: 440935 URL: http://svn.apache.org/viewvc?view=rev&rev=440935 Log: restore SizeLimit.pm Added: perl/modperl/trunk/lib/Apache2/SizeLimit.pm - copied unchanged from r440934, perl/modperl/

svn commit: r440940 - /perl/modperl/tags/before_apache_sizelimit_integration/

2006-09-06 Thread pgollucci
Author: pgollucci Date: Wed Sep 6 19:02:17 2006 New Revision: 440940 URL: http://svn.apache.org/viewvc?view=rev&rev=440940 Log: no longer needed Removed: perl/modperl/tags/before_apache_sizelimit_integration/

svn commit: r441118 - /perl/modperl/trunk/README

2006-09-07 Thread pgollucci
Author: pgollucci Date: Thu Sep 7 08:28:04 2006 New Revision: 441118 URL: http://svn.apache.org/viewvc?view=rev&rev=441118 Log: up httpd versions to the 2.0.59 officially supported -- the latest in the 2.0.x series Modified: perl/modperl/trunk/README Modified: perl/modperl/trunk/RE

svn commit: r440913 - in /perl/modperl/trunk: ./ Makefile.PL

2006-09-06 Thread pgollucci
Author: pgollucci Date: Wed Sep 6 17:32:06 2006 New Revision: 440913 URL: http://svn.apache.org/viewvc?view=rev&rev=440913 Log: roll back the Apache-SizeLimit Integration svn:externals and Makefile.PL changes Modified: perl/modperl/trunk/ (props changed) perl/modperl/t

svn commit: r441079 - /perl/modperl/trunk/t/modperl/pnotes.t

2006-09-07 Thread pgollucci
Author: pgollucci Date: Thu Sep 7 05:55:41 2006 New Revision: 441079 URL: http://svn.apache.org/viewvc?view=rev&rev=441079 Log: Requires LWP. (for Keep-Alive) Modified: perl/modperl/trunk/t/modperl/pnotes.t Modified: perl/modperl/trunk/t/modperl/pnotes.t URL: http://svn.apache.org/vi

svn commit: r441369 - /perl/modperl/branches/apache_sizelimit_integration/

2006-09-07 Thread pgollucci
Author: pgollucci Date: Thu Sep 7 21:17:02 2006 New Revision: 441369 URL: http://svn.apache.org/viewvc?view=rev&rev=441369 Log: Create a branch to integrate https://svn.apache.org/repos/asf/perl/Apache-SizeLimit Added: perl/modperl/branches/apache_sizelimit_integration/ - copied

svn commit: r441414 - /perl/Apache-SizeLimit/trunk/Makefile.PL

2006-09-08 Thread pgollucci
Author: pgollucci Date: Fri Sep 8 00:32:49 2006 New Revision: 441414 URL: http://svn.apache.org/viewvc?view=rev&rev=441414 Log: This seems to work for integration with mp2 Dynamic builds. Note: this requires corresponding changes in mp2's top-level Makefile.PL TODO: Static builds

svn commit: r441417 - in /perl/modperl/branches/apache_sizelimit_integration: ./ Makefile.PL lib/Apache2/SizeLimit.pm t/conf/post_config_startup.pl

2006-09-08 Thread pgollucci
Author: pgollucci Date: Fri Sep 8 00:36:26 2006 New Revision: 441417 URL: http://svn.apache.org/viewvc?view=rev&rev=441417 Log: First cut at integrating Apache-SizeLimit into mp2 dynamic builds. Note: this requires corresponding changes in Apache-SizeLimit s top-level Makefile.PL

svn commit: r441421 - /perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t

2006-09-08 Thread pgollucci
Author: pgollucci Date: Fri Sep 8 00:53:41 2006 New Revision: 441421 URL: http://svn.apache.org/viewvc?view=rev&rev=441421 Log: okay, I'm sick of bumping this. To prevent this test from failing if a new CGI version comes out before the next mp release the min version is set at 99.99.

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

2006-09-14 Thread pgollucci
Author: pgollucci Date: Thu Sep 14 20:52:20 2006 New Revision: 446503 URL: http://svn.apache.org/viewvc?view=rev&rev=446503 Log: If mod_alias wasn't loaded by httpd the recently added PerlConfig tests would prevent the server from starting. Submitted by: Fed Moyer <[EMAIL PROTECTED]&

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

2006-10-04 Thread pgollucci
Author: pgollucci Date: Wed Oct 4 20:03:59 2006 New Revision: 453096 URL: http://svn.apache.org/viewvc?view=rev&rev=453096 Log: Make sure MP_AP_PREFIX is a valid directory on WIN32. Submitted by: Nikolay Ananiev <[EMAIL PROTECTED]> Reviewed by: Paul Johnson <[EMAIL PROTECTED

svn commit: r468750 - /perl/modperl/tags/2_0_0/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 14:52:16 2006 New Revision: 468750 URL: http://svn.apache.org/viewvc?view=rev&rev=468750 Log: mod_perl 2.0.0 released with Apache-Test 1.24 Modified: perl/modperl/tags/2_0_0/ (props changed) Propchange: perl/modperl/tags/2

svn commit: r468751 - /perl/modperl/tags/2_0_0_RC5/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 14:54:19 2006 New Revision: 468751 URL: http://svn.apache.org/viewvc?view=rev&rev=468751 Log: mod_perl 2.0.0-RC5 released with Apache-Test 1.22 Modified: perl/modperl/tags/2_0_0_RC5/ (props changed) Propchange: perl/modperl/tags/2_0_0

svn commit: r468752 - /perl/modperl/tags/2_0_0_RC6/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 14:55:09 2006 New Revision: 468752 URL: http://svn.apache.org/viewvc?view=rev&rev=468752 Log: mod_perl 2.0.0-RC6 released with Apache-Test 1.23 Modified: perl/modperl/tags/2_0_0_RC6/ (props changed) Propchange: perl/modperl/tags/2_0_0

svn commit: r468753 - /perl/modperl/tags/2_0_1/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:02:15 2006 New Revision: 468753 URL: http://svn.apache.org/viewvc?view=rev&rev=468753 Log: mod_perl 2.0.1 released with Apache-Test 1.25 Modified: perl/modperl/tags/2_0_1/ (props changed) Propchange: perl/modperl/tags/2

svn commit: r468754 - /perl/modperl/tags/2_0_2/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:03:29 2006 New Revision: 468754 URL: http://svn.apache.org/viewvc?view=rev&rev=468754 Log: mod_perl 2.0.2 released with Apache-Test 1.27 Modified: perl/modperl/tags/2_0_2/ (props changed) Propchange: perl/modperl/tags/2

svn commit: r468756 - /perl/modperl/tags/1_999_21/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:08:48 2006 New Revision: 468756 URL: http://svn.apache.org/viewvc?view=rev&rev=468756 Log: I haven't the foggiest what this released with, but at least this svn external exists Modified: perl/modperl/tags/1_999_21/ (props changed) Propcha

svn commit: r468757 - /perl/modperl/tags/1_99_18/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:09:44 2006 New Revision: 468757 URL: http://svn.apache.org/viewvc?view=rev&rev=468757 Log: at least this external exists... Why is this no .tar.gz and .tar.gz.asc for this ? Was it pulled ? Modified: perl/modperl/tags/1_99_18/ (props cha

svn commit: r468758 - /perl/modperl/tags/1_99_19/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:11:32 2006 New Revision: 468758 URL: http://svn.apache.org/viewvc?view=rev&rev=468758 Log: I'm not sure this is correct, but its closest to correct then trunk. Also, no .tar.gz / .tar.gz.asc why ? Modified: perl/modperl/tags/1_99_19/ (prop

svn commit: r468759 - /perl/modperl/tags/pre_apache2_rename/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:13:27 2006 New Revision: 468759 URL: http://svn.apache.org/viewvc?view=rev&rev=468759 Log: I'm not sure this is correct either, but it has to be less then 1.22 since mod_perl 2.0.0-RC5 released with 1.22 Modified: perl/modperl/tags/pre_apach

svn commit: r468760 - /perl/modperl/tags/post_apache2_rename/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:15:05 2006 New Revision: 468760 URL: http://svn.apache.org/viewvc?view=rev&rev=468760 Log: I'm not sure this is correct either, but it has to be greater then 1.21 since mod_perl 2.0.0-RC5 released with 1.22 Modified: perl/mod

svn commit: r468765 - /perl/modperl/trunk/RELEASE

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:25:06 2006 New Revision: 468765 URL: http://svn.apache.org/viewvc?view=rev&rev=468765 Log: add step for updating the docs svn:external s/2_0_2/2_0_3/g Modified: perl/modperl/trunk/RELEASE Modified: perl/modperl/trunk/RELEASE URL: http://svn.apache

svn commit: r468761 - /perl/modperl/trunk/RELEASE

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:21:37 2006 New Revision: 468761 URL: http://svn.apache.org/viewvc?view=rev&rev=468761 Log: make step ensure the svn:externals for Apache-Test are updated. TODO: After 2.0.3 is out add note for Apache-SizeLimit. Also, start tagging docs and setting

svn commit: r468755 - /perl/modperl/tags/1_999_20_RC3/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:07:58 2006 New Revision: 468755 URL: http://svn.apache.org/viewvc?view=rev&rev=468755 Log: I haven't the foggiest whast this released with, but at least this external exists Modified: perl/modperl/tags/1_999_20_RC3/ (props changed) Propcha

svn commit: r468776 - /perl/modperl/tags/2_0_2/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:40:45 2006 New Revision: 468776 URL: http://svn.apache.org/viewvc?view=rev&rev=468776 Log: update docs external Modified: perl/modperl/tags/2_0_2/ (props changed) Propchange: perl/modperl/tags/2

svn commit: r468777 - /perl/modperl/tags/2_0_1/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:41:10 2006 New Revision: 468777 URL: http://svn.apache.org/viewvc?view=rev&rev=468777 Log: update docs external Modified: perl/modperl/tags/2_0_1/ (props changed) Propchange: perl/modperl/tags/2

svn commit: r468778 - /perl/modperl/tags/2_0_0/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:41:44 2006 New Revision: 468778 URL: http://svn.apache.org/viewvc?view=rev&rev=468778 Log: update docs external Modified: perl/modperl/tags/2_0_0/ (props changed) Propchange: perl/modperl/tags/2

svn commit: r468780 - /perl/modperl/tags/2_0_0_RC5/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:42:53 2006 New Revision: 468780 URL: http://svn.apache.org/viewvc?view=rev&rev=468780 Log: update docs external Modified: perl/modperl/tags/2_0_0_RC5/ (props changed) Propchange: perl/modperl/tags/2_0_0

svn commit: r468779 - /perl/modperl/tags/2_0_0_RC6/

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:42:28 2006 New Revision: 468779 URL: http://svn.apache.org/viewvc?view=rev&rev=468779 Log: update docs external Modified: perl/modperl/tags/2_0_0_RC6/ (props changed) Propchange: perl/modperl/tags/2_0_0

svn commit: r468764 - /perl/modperl/trunk/Makefile.PL

2006-10-28 Thread pgollucci
Author: pgollucci Date: Sat Oct 28 15:24:01 2006 New Revision: 468764 URL: http://svn.apache.org/viewvc?view=rev&rev=468764 Log: make tag now tags docs too Modified: perl/modperl/trunk/Makefile.PL Modified: perl/modperl/trunk/Makefile.PL URL: http://svn.apache.org/viewvc/perl/mod

svn commit: r469616 - /perl/modperl/trunk/t/response/TestApache/daemon.pm

2006-10-31 Thread pgollucci
Author: pgollucci Date: Tue Oct 31 11:28:17 2006 New Revision: 469616 URL: http://svn.apache.org/viewvc?view=rev&rev=469616 Log: Un if ifying for CGYWIN legacy versions that are no longer downloadable. This is the mod_perl side of a two part patch. The oldest version tested: is 1.5.18-1

svn commit: r471901 [3/3] - in /perl/modperl/trunk: ModPerl-Registry/lib/ModPerl/ bin/ lib/ lib/APR/ lib/Apache2/ lib/Apache2/PerlSections/ lib/Bundle/ lib/ModPerl/ src/modules/perl/ xs/ xs/APR/APR/ x

2006-11-06 Thread pgollucci
Modified: perl/modperl/trunk/xs/Apache2/Module/Apache2__Module.h URL: http://svn.apache.org/viewvc/perl/modperl/trunk/xs/Apache2/Module/Apache2__Module.h?view=diff&rev=471901&r1=471900&r2=471901 == --- perl/modperl/trunk/x

svn commit: r471903 - in /perl/modperl/trunk: RELEASE t/response/TestApache/daemon.pm

2006-11-06 Thread pgollucci
Author: pgollucci Date: Mon Nov 6 14:34:55 2006 New Revision: 471903 URL: http://svn.apache.org/viewvc?view=rev&rev=471903 Log: revert these 2 that snuck in before. Modified: perl/modperl/trunk/RELEASE perl/modperl/trunk/t/response/TestApache/daemon.pm Modified: perl/modperl/t

svn commit: r471904 - in /perl/Apache-SizeLimit/trunk/lib: Apache/SizeLimit.pm Apache/SizeLimit/Core.pm Apache2/SizeLimit.pm

2006-11-06 Thread pgollucci
Author: pgollucci Date: Mon Nov 6 14:35:35 2006 New Revision: 471904 URL: http://svn.apache.org/viewvc?view=rev&rev=471904 Log: Update license for board resolution with Nov 1 deadline Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm perl/Apache-SizeLimit/trunk/lib/Ap

svn commit: r472431 - /perl/modperl/trunk/lib/Apache2/Status.pm

2006-11-08 Thread pgollucci
Author: pgollucci Date: Wed Nov 8 01:15:37 2006 New Revision: 472431 URL: http://svn.apache.org/viewvc?view=rev&rev=472431 Log: http://rt.cpan.org/Ticket/Display.html?id=22881 Make sue the fine in %INC is -e and therefore hopefully stat() able. Previously fatal warnings caused this to

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

2006-11-08 Thread pgollucci
Author: pgollucci Date: Wed Nov 8 01:18:34 2006 New Revision: 472435 URL: http://svn.apache.org/viewvc?view=rev&rev=472435 Log: http://rt.cpan.org/Ticket/Display.html?id=22881 Make sure the file in %INC is -e and therefore hopefully stat() able. Previously fatal warnings caused this to

svn commit: r472441 - /perl/modperl/trunk/RELEASE

2006-11-08 Thread pgollucci
Author: pgollucci Date: Wed Nov 8 01:59:07 2006 New Revision: 472441 URL: http://svn.apache.org/viewvc?view=rev&rev=472441 Log: restoring 471903 which was clearly committed here r468765 I'm not sure how it was able to commit that twice -- the up-to-date check should have failed

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

2006-11-08 Thread pgollucci
Author: pgollucci Date: Wed Nov 8 18:58:44 2006 New Revision: 472749 URL: http://svn.apache.org/viewvc?view=rev&rev=472749 Log: recode get_svn_files() to work with SVN clients < 1.4.0 and 1.4.0+ simultaneously [.svn dirs in 1.4.0+ are now a binary format not XML] Modified: perl/

svn commit: r472805 - /perl/modperl/trunk/RELEASE

2006-11-09 Thread pgollucci
Author: pgollucci Date: Thu Nov 9 00:06:47 2006 New Revision: 472805 URL: http://svn.apache.org/viewvc?view=rev&rev=472805 Log: attempt to prevent using the wrong subject in release candidate announcements. Modified: perl/modperl/trunk/RELEASE Modified: perl/modperl/trunk/RELEASE

svn commit: r472807 - /perl/Apache-SizeLimit/trunk/RELEASE

2006-11-09 Thread pgollucci
Author: pgollucci Date: Thu Nov 9 00:10:19 2006 New Revision: 472807 URL: http://svn.apache.org/viewvc?view=rev&rev=472807 Log: attempt to prevent using the wrong subject in release candidate announcements. Modified: perl/Apache-SizeLimit/trunk/RELEASE Modified: perl/Apache-SizeLimit/t

svn commit: r472808 - /perl/Apache-SizeLimit/trunk/README

2006-11-09 Thread pgollucci
Author: pgollucci Date: Thu Nov 9 00:15:39 2006 New Revision: 472808 URL: http://svn.apache.org/viewvc?view=rev&rev=472808 Log: flipping README to default of Apache2::SizeLimit documentation which note to see Apache/SizeLimit.pm for the 1.x series. Modified: perl/Apache-SizeLimit/t

svn commit: r473085 - /perl/modperl/trunk/t/response/TestApache/daemon.pm

2006-11-09 Thread pgollucci
Author: pgollucci Date: Thu Nov 9 13:52:32 2006 New Revision: 473085 URL: http://svn.apache.org/viewvc?view=rev&rev=473085 Log: restoring 471903 which was clearly committed here r468765 I'm not sure how it was able to commit that twice -- the up-to-date check should have fail

svn commit: r473890 - /perl/modperl/trunk/README

2006-11-11 Thread pgollucci
Author: pgollucci Date: Sat Nov 11 22:34:05 2006 New Revision: 473890 URL: http://svn.apache.org/viewvc?view=rev&rev=473890 Log: its no longer mod_perl 2.0-tobe Modified: perl/modperl/trunk/README Modified: perl/modperl/trunk/README URL: http://svn.apache.org/viewvc/perl/modperl/t

svn commit: r475903 - /perl/modperl/trunk/lib/Apache2/SizeLimit.pm

2006-11-16 Thread pgollucci
Author: pgollucci Date: Thu Nov 16 12:05:49 2006 New Revision: 475903 URL: http://svn.apache.org/viewvc?view=rev&rev=475903 Log: Fix one of my typos. s/shared_cleani/shared_clean/ Reported by: Kjetil Kjernsmo <[EMAIL PROTECTED]> Modified: perl/modperl/trunk/lib/Apache2/Si

svn commit: r477116 - /perl/modperl/trunk/lib/Apache2/ParseSource.pm

2006-11-21 Thread pgollucci
Author: pgollucci Date: Mon Nov 20 01:10:58 2006 New Revision: 477116 URL: http://svn.apache.org/viewvc?view=rev&rev=477116 Log: note that keys correctly returns the number of keys in scalar context and it works in bleed perl ~5.9.5 as of at least r29244 Modified: perl/modperl/trunk

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

2006-11-29 Thread pgollucci
Author: pgollucci Date: Wed Nov 29 00:05:00 2006 New Revision: 480455 URL: http://svn.apache.org/viewvc?view=rev&rev=480455 Log: 2.0.3 Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?view=diff&re

svn commit: r480456 - /perl/modperl/tags/2_0_3/

2006-11-29 Thread pgollucci
Author: pgollucci Date: Wed Nov 29 00:05:42 2006 New Revision: 480456 URL: http://svn.apache.org/viewvc?view=rev&rev=480456 Log: tag 2.0.3 Added: perl/modperl/tags/2_0_3/ - copied from r480455, perl/modperl/trunk/

svn commit: r480458 - /perl/modperl/tags/2_0_3/

2006-11-29 Thread pgollucci
Author: pgollucci Date: Wed Nov 29 00:10:10 2006 New Revision: 480458 URL: http://svn.apache.org/viewvc?view=rev&rev=480458 Log: update externals to released tags Modified: perl/modperl/tags/2_0_3/ (props changed) Propchange: perl/modperl/tags/2

svn commit: r480482 - /perl/modperl/trunk/RELEASE

2006-11-29 Thread pgollucci
Author: pgollucci Date: Wed Nov 29 00:46:28 2006 New Revision: 480482 URL: http://svn.apache.org/viewvc?view=rev&rev=480482 Log: fix some typos and versions BEFORE doing the cycle bump Modified: perl/modperl/trunk/RELEASE Modified: perl/modperl/trunk/RELEASE URL: http://svn.apache

svn commit: r480483 - in /perl/modperl/trunk: Changes RELEASE lib/mod_perl2.pm

2006-11-29 Thread pgollucci
Author: pgollucci Date: Wed Nov 29 00:48:13 2006 New Revision: 480483 URL: http://svn.apache.org/viewvc?view=rev&rev=480483 Log: start 2.0.3-dev cycle Modified: perl/modperl/trunk/Changes perl/modperl/trunk/RELEASE perl/modperl/trunk/lib/mod_perl2.pm Modified: perl/modperl/t

svn commit: r480890 - in /perl/modperl/trunk: Changes src/modules/perl/mod_perl.c src/modules/perl/modperl_interp.h

2006-11-30 Thread pgollucci
Author: pgollucci Date: Thu Nov 30 03:20:13 2006 New Revision: 480890 URL: http://svn.apache.org/viewvc?view=rev&rev=480890 Log: o PERL_SYS_TERM() needs a PerlInterpreter 'my_perl' as of 5.9.5 o xmg_magic moved into a union as a space saver. (note, as stas noted previously this

svn commit: r480903 - /perl/modperl/trunk/src/modules/perl/modperl_interp.h

2006-11-30 Thread pgollucci
Author: pgollucci Date: Thu Nov 30 03:52:02 2006 New Revision: 480903 URL: http://svn.apache.org/viewvc?view=rev&rev=480903 Log: ugh... This should have been in r480890. (It helps to update both the get and set) Modified: perl/modperl/trunk/src/modules/perl/modperl_interp.h Modified:

svn commit: r480905 - /perl/modperl/trunk/t/response/TestCompat/apache.pm

2006-11-30 Thread pgollucci
Author: pgollucci Date: Thu Nov 30 04:14:16 2006 New Revision: 480905 URL: http://svn.apache.org/viewvc?view=rev&rev=480905 Log: Silence [warn] Useless use of AllowOverride in line 1228. during 'make test' Reported by: Stas Bekman <[EMAIL PROTECTED]> Modified: perl/modp

svn commit: r481237 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2006-12-01 Thread pgollucci
Author: pgollucci Date: Fri Dec 1 05:19:12 2006 New Revision: 481237 URL: http://svn.apache.org/viewvc?view=rev&rev=481237 Log: Fix a segfault I just introduced this allows a bleed ithread enabled perls to startup again using the prefork mpm. worker still bombs though Modified:

svn commit: r481548 - in /perl/modperl/trunk: Changes xs/APR/APR/Makefile.PL

2006-12-02 Thread pgollucci
Author: pgollucci Date: Sat Dec 2 03:59:40 2006 New Revision: 481548 URL: http://svn.apache.org/viewvc?view=rev&rev=481548 Log: fix @ARGV parsing to allow -x=y type compiler flags Modified: perl/modperl/trunk/Changes perl/modperl/trunk/xs/APR/APR/Makefile.PL Modified: perl/mod

svn commit: r481554 - in /perl/modperl/trunk: Changes lib/Apache2/Status.pm

2006-12-02 Thread pgollucci
Author: pgollucci Date: Sat Dec 2 04:59:45 2006 New Revision: 481554 URL: http://svn.apache.org/viewvc?view=rev&rev=481554 Log: Require B-Size 0.09 Modified: perl/modperl/trunk/Changes perl/modperl/trunk/lib/Apache2/Status.pm Modified: perl/modperl/trunk/Changes URL:

svn commit: r482539 - /perl/modperl/trunk/src/modules/perl/modperl_util.h

2006-12-04 Thread pgollucci
Author: pgollucci Date: Mon Dec 4 23:43:06 2006 New Revision: 482539 URL: http://svn.apache.org/viewvc?view=rev&rev=482539 Log: Add wrapper macros to detect perl versions in the preprocessor. Requested by: geoff (todo: replace ocurrences in the code) Modified: perl/modperl/trunk

svn commit: r482541 - /perl/modperl/trunk/src/modules/perl/modperl_util.h

2006-12-04 Thread pgollucci
Author: pgollucci Date: Mon Dec 4 23:47:00 2006 New Revision: 482541 URL: http://svn.apache.org/viewvc?view=rev&rev=482541 Log: one of these days.. get the comparison correct Modified: perl/modperl/trunk/src/modules/perl/modperl_util.h Modified: perl/modperl/trunk/src/modules/

svn commit: r482563 - /perl/modperl/trunk/src/modules/perl/

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 02:01:08 2006 New Revision: 482563 URL: http://svn.apache.org/viewvc?view=rev&rev=482563 Log: o Move MP_PERL_VERSION* from modperl_util.h to modperl_common_util.h o add MP_PERL_BRANCH to replace 5_6_x and related o Replace all occurences of PERL_REVI

svn commit: r482600 - in /perl/modperl/trunk: Changes lib/Apache2/PerlSections.pm

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 03:23:28 2006 New Revision: 482600 URL: http://svn.apache.org/viewvc?view=rev&rev=482600 Log: without this, sydump() returned things like: [ 'PerlConfig', undef ], [ 'Alias', undef ], [ 'Location', undef ], Modifi

<    1   2   3   4   >