svn commit: r106450 - in perl/modperl/trunk: . src/modules/perl t/filter t/hooks t/hooks/TestHooks

2004-11-24 Thread stas
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

svn commit: r106451 - /perl/modperl/trunk/src/modules/perl/modperl_global.c /perl/modperl/trunk/src/modules/perl/modperl_global.h

2004-11-24 Thread stas
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

svn commit: r106472 - /perl/modperl/trunk/Changes /perl/modperl/trunk/src/modules/perl/modperl_filter.c /perl/modperl/trunk/t/conf/extra.conf.in /perl/modperl/trunk/t/filter/out_apache.t

2004-11-24 Thread stas
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

svn commit: r106473 - /perl/modperl/trunk/Changes /perl/modperl/trunk/src/modules/perl/modperl_cmd.c /perl/modperl/trunk/src/modules/perl/modperl_filter.c /perl/modperl/trunk/src/modules/perl/modperl_util.c /perl/modperl/trunk/todo/release

2004-11-24 Thread stas
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

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

2004-11-24 Thread stas
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

svn commit: r106487 - /perl/modperl/trunk/src/modules/perl/modperl_io_apache.c

2004-11-24 Thread stas
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