stas2004/01/28 18:47:34
Modified:src/modules/perl modperl_io_apache.c
Log:
avoid a memory leak if flatten() croaks by moving newSV until after croak.
Revision ChangesPath
1.15 +2 -1 modperl-2.0/src/modules/perl/modperl_io_apache.c
Index: modperl_io_apac
stas2004/01/28 18:44:33
Modified:xs/APR/Brigade APR__Brigade.h
Log:
avoid a memory leak if flatten() croaks by moving newSV until after croak.
Revision ChangesPath
1.9 +2 -1 modperl-2.0/xs/APR/Brigade/APR__Brigade.h
Index: APR__Brigade.h
stas2004/01/28 17:32:58
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
update mpxs_APR__Brigade_flatten entry in the function table to reflect the
recent API changes
Revision ChangesPath
1.142 +11 -7 modperl-2.0/xs/tables/current/ModPerl/FunctionTa
stas2004/01/28 17:26:50
Modified:t/response/TestAPR flatten.pm
xs/APR/Brigade APR__Brigade.h
xs/maps apr_functions.map
.Changes
Log:
rework mpxs_APR__Brigade_flatten not to require pool and not copy the
allocated memory twic
stas2004/01/28 11:26:41
Modified:lib/ModPerl TestRun.pm
Log:
can't call Apache::Build->build_config->mpm_is_threaded at compile time,
since ModPerl::TestRun is loaded also during mp2 build, when build_config
is not ready yet. postpone this call untill it's needed.
Revisi
geoff 2004/01/28 05:54:52
Modified:.Changes
Log:
add APR::Brigade::pool() to allow access to the pool associated with
the brigade
Revision ChangesPath
1.313 +3 -0 modperl-2.0/Changes
Index: Changes
==
geoff 2004/01/28 05:54:36
Modified:t/apr.cvsignore
xs/APR/Brigade APR__Brigade.h
xs/maps apr_functions.map apr_structures.map
xs/tables/current/Apache StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Added: