cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_config.c modperl_config.h modperl_interp.c modperl_types.h

2001-11-04 Thread dougm
dougm 01/11/04 21:19:01 Modified:lib/ModPerl Code.pm src/modules/perl modperl_callback.c modperl_config.c modperl_config.h modperl_interp.c modperl_types.h Log: add a per-request cleanup function that properly deals with PerlInterpScope

cvs commit: modperl-2.0/src/modules/perl modperl_util.c

2001-11-04 Thread dougm
dougm 01/11/04 21:12:33 Modified:src/modules/perl modperl_util.c Log: need some parens around AvFILL(librefs) >= 0 check Revision ChangesPath 1.29 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c =

cvs commit: modperl-2.0/src/modules/perl modperl_util.c

2001-11-04 Thread dougm
dougm 01/11/04 20:50:57 Modified:src/modules/perl modperl_util.c Log: check if @DynaLoader::dl_librefs actually has any elements in modperl_xs_dl_handles_get() before calling apr_array_make() Revision ChangesPath 1.28 +5 -0 modperl-2.0/src/modules/perl/modp