Author: stas
Date: Wed Nov 24 11:32:47 2004
New Revision: 106450
URL: http://svn.apache.org/viewcvs?view=rev&rev=106450
Log:
replace the slow implementation of anon handlers using B::Deparse,
with per-interpreter cache of compiled CODE refs (sort of emulating
named subroutines for anonymous handle
Author: stas
Date: Wed Nov 24 11:33:52 2004
New Revision: 106451
URL: http://svn.apache.org/viewcvs?view=rev&rev=106451
Log:
replace the slow implementation of anon handlers using B::Deparse,
with per-interpreter cache of compiled CODE refs (sort of emulating
named subroutines for anonymous handle
Author: stas
Date: Wed Nov 24 13:18:08 2004
New Revision: 106472
URL: http://svn.apache.org/viewcvs?view=rev&rev=106472
Log:
in case a native apache response filter is configured outside the
block with PerlSet*Filter directive, make sure that
mod_perl doesn't try to add it as connection filter (p
Author: stas
Date: Wed Nov 24 13:32:45 2004
New Revision: 106473
URL: http://svn.apache.org/viewcvs?view=rev&rev=106473
Log:
enclose all occurences of eval_* with ENTER;SAVETMPS;
... FREETMPS;LEAVE; previously things just happened to work, due to
external scopes which was not very reliable and som
Author: stas
Date: Wed Nov 24 13:52:47 2004
New Revision: 106475
URL: http://svn.apache.org/viewcvs?view=rev&rev=106475
Log:
another issue to deal with
Modified:
perl/modperl/trunk/todo/release
Modified: perl/modperl/trunk/todo/release
Url:
http://svn.apache.org/viewcvs/perl/modperl/trunk/to
Author: stas
Date: Wed Nov 24 15:04:01 2004
New Revision: 106487
URL: http://svn.apache.org/viewcvs?view=rev&rev=106487
Log:
comment typo
Modified:
perl/modperl/trunk/src/modules/perl/modperl_io_apache.c
Modified: perl/modperl/trunk/src/modules/perl/modperl_io_apache.c
Url:
http://svn.apache