svn commit: r123292 - /perl/modperl/trunk/lib/Apache/Build.pm

2004-12-24 Thread randyk
Author: randyk Date: Fri Dec 24 08:04:01 2004 New Revision: 123292 URL: http://svn.apache.org/viewcvs?view=rev&rev=123292 Log: s/defined/exists/ && s/who_am_i/caller_package/g Modified: perl/modperl/trunk/lib/Apache/Build.pm Modified: perl/modperl/trunk/lib/Apache/Build.pm Url: http://svn.a

svn commit: r123303 - in perl/modperl/trunk: . src/modules/perl t/lib/TestAPRlib t/response/TestAPR todo xs xs/APR/Brigade xs/APR/Bucket xs/APR/Finfo xs/APR/IpSubnet xs/APR/Table xs/APR/ThreadMutex xs/maps xs/tables/current/ModPerl

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 13:58:50 2004 New Revision: 123303 URL: http://svn.apache.org/viewcvs?view=rev&rev=123303 Log: deal with a situation where an object is used to construct another object, but it's then auto-DESTROYed by perl rendering the object that used it corrupted. the solution is

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

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 14:08:05 2004 New Revision: 123304 URL: http://svn.apache.org/viewcvs?view=rev&rev=123304 Log: * there was a report about PerlRun leaking memory. the reporter didn't give any more details, but I suspect that it's due to ModPerl::Util::unload_package() which perfec

svn commit: r123305 - /perl/modperl/trunk/xs/Apache/ServerUtil/Apache__ServerUtil.h /perl/modperl/trunk/xs/maps/apache_functions.map /perl/modperl/trunk/xs/maps/modperl_functions.map /perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 15:35:30 2004 New Revision: 123305 URL: http://svn.apache.org/viewcvs?view=rev&rev=123305 Log: the autogenerated server_root_relative does the copy of the string anyway, so no point in having a manually coded wrapper Modified: perl/modperl/trunk/xs/Apache/ServerU

svn commit: r123306 - /perl/modperl/trunk/todo/features_optimization /perl/modperl/trunk/todo/release

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 15:36:32 2004 New Revision: 123306 URL: http://svn.apache.org/viewcvs?view=rev&rev=123306 Log: - just figured that all XS wrappers returning strings already copy the string, so it doesn't matter if the pool goes out of scope or not - consider to avoid copying though

svn commit: r123307 - /perl/modperl/trunk/Changes /perl/modperl/trunk/t/lib/TestAPRlib/uri.pm /perl/modperl/trunk/todo/release /perl/modperl/trunk/xs/APR/URI/APR__URI.h /perl/modperl/trunk/xs/maps/apr_functions.map /perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 15:51:09 2004 New Revision: 123307 URL: http://svn.apache.org/viewcvs?view=rev&rev=123307 Log: APR::URI: parse: make the pool object dependency Modified: perl/modperl/trunk/Changes perl/modperl/trunk/t/lib/TestAPRlib/uri.pm perl/modperl/trunk/todo/release

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

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 17:20:30 2004 New Revision: 123308 URL: http://svn.apache.org/viewcvs?view=rev&rev=123308 Log: typo Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/li

svn commit: r123309 - /perl/modperl/trunk/t/api/rflush.t /perl/modperl/trunk/t/response/TestAPI/rflush.pm /perl/modperl/trunk/todo/release

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 17:22:17 2004 New Revision: 123309 URL: http://svn.apache.org/viewcvs?view=rev&rev=123309 Log: test the $| behavior under tied STDOUT Modified: perl/modperl/trunk/t/api/rflush.t perl/modperl/trunk/t/response/TestAPI/rflush.pm perl/modperl/trunk/todo/release

svn commit: r123312 - /perl/modperl/trunk/t/lib/TestAPRlib/bucket.pm

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 20:45:00 2004 New Revision: 123312 URL: http://svn.apache.org/viewcvs?view=rev&rev=123312 Log: APR::Bucket::alloc_create with temp pool is not ready yet Modified: perl/modperl/trunk/t/lib/TestAPRlib/bucket.pm Modified: perl/modperl/trunk/t/lib/TestAPRlib/bucket.p