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
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
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
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
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
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
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
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
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