svn commit: r169579 - /perl/modperl/trunk/lib/Apache2/Build.pm

2005-05-10 Thread stas
Author: stas Date: Tue May 10 21:51:16 2005 New Revision: 169579 URL: http://svn.apache.org/viewcvs?rev=169579&view=rev Log: tidy up Modified: perl/modperl/trunk/lib/Apache2/Build.pm Modified: perl/modperl/trunk/lib/Apache2/Build.pm URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/

svn commit: r169578 - /perl/modperl/trunk/lib/Apache2/Build.pm

2005-05-10 Thread stas
Author: stas Date: Tue May 10 21:36:39 2005 New Revision: 169578 URL: http://svn.apache.org/viewcvs?rev=169578&view=rev Log: use File::Copy instead of calling an external shell Contributed by Nick *** <[EMAIL PROTECTED]> Modified: perl/modperl/trunk/lib/Apache2/Build.pm Modified: perl/modper

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

2005-05-10 Thread stas
Author: stas Date: Tue May 10 20:55:30 2005 New Revision: 169572 URL: http://svn.apache.org/viewcvs?rev=169572&view=rev Log: terminate the error message by \n so it won't print an irrelevant: "at lib/ModPerl/BuildOptions.pm line 109, line 23." at the end of Usage string Modified: perl/modp

svn commit: r169563 - in /perl/modperl/trunk/ModPerl-Registry/lib/ModPerl: PerlRunPrefork.pm RegistryPrefork.pm

2005-05-10 Thread stas
Author: stas Date: Tue May 10 19:33:29 2005 New Revision: 169563 URL: http://svn.apache.org/viewcvs?rev=169563&view=rev Log: run the Apache2::MPM->is_threaded check and die only if running under the mod_perl environment. this will allow the version checking from the command line by tools like CP

svn commit: r169560 - in /perl/modperl/trunk: Changes ModPerl-Registry/lib/ModPerl/PerlRunPrefork.pm ModPerl-Registry/lib/ModPerl/RegistryPrefork.pm ModPerl-Registry/t/cgi-bin/prefork.pl ModPerl-Registry/t/conf/extra.conf.in ModPerl-Registry/t/prefork.t

2005-05-10 Thread stas
Author: stas Date: Tue May 10 19:17:16 2005 New Revision: 169560 URL: http://svn.apache.org/viewcvs?rev=169560&view=rev Log: introduce ModPerl::RegistryPrefork and ModPerl::PerlRunPrefork, which behave the same as ModPerl::Registry and ModPerl::PerlRun, respectively, but chdir to the script's dire

svn commit: r169558 - in /perl/modperl/trunk: Changes ModPerl-Registry/lib/ModPerl/PerlRun.pm ModPerl-Registry/lib/ModPerl/Registry.pm ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

2005-05-10 Thread stas
Author: stas Date: Tue May 10 19:13:36 2005 New Revision: 169558 URL: http://svn.apache.org/viewcvs?rev=169558&view=rev Log: ModPerl::RegistryCooker::chdir_file_normal() now chdirs to the current script's directory or the specified directory as an argument, as it was planned in first place. Theref

svn commit: r169553 - /perl/modperl/trunk/ModPerl-Registry/t/basic.t

2005-05-10 Thread stas
Author: stas Date: Tue May 10 19:08:31 2005 New Revision: 169553 URL: http://svn.apache.org/viewcvs?rev=169553&view=rev Log: collapse the duplicated use into one Modified: perl/modperl/trunk/ModPerl-Registry/t/basic.t Modified: perl/modperl/trunk/ModPerl-Registry/t/basic.t URL: http://svn.a

svn commit: r169552 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm

2005-05-10 Thread stas
Author: stas Date: Tue May 10 19:07:52 2005 New Revision: 169552 URL: http://svn.apache.org/viewcvs?rev=169552&view=rev Log: prevent undef warnings in catfile() calls in Apache2::Build when called from the ModPerl-Registry tree Modified: perl/modperl/trunk/Changes perl/modperl/trunk/lib/A

svn commit: r169487 - in /perl/modperl/trunk: t/protocol/TestProtocol/echo_bbs.pm t/protocol/TestProtocol/echo_bbs2.pm t/protocol/TestProtocol/echo_filter.pm t/protocol/TestProtocol/echo_nonblock.pm t/protocol/TestProtocol/echo_timeout.pm xs/APR/Status/APR__Status.h xs/maps/apr_functions.map

2005-05-10 Thread randyk
Author: randyk Date: Tue May 10 09:07:55 2005 New Revision: 169487 URL: http://svn.apache.org/viewcvs?rev=169487&view=rev Log: Add is_EOF, is_ECONNABORTED, and is_TIMEUP functions to APR::Status, and use these in the t/protocol/ tests, rather than checking directly against the appropriate APR::Con