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

2001-11-01 Thread dougm
dougm 01/11/01 18:59:32 Modified:src/modules/perl modperl_perl.c Log: prevent perl from free-ing the environ array multiple times (segv) Revision ChangesPath 1.8 +9 -0 modperl-2.0/src/modules/perl/modperl_perl.c Index: modperl_perl.c

cvs commit: modperl-2.0/xs/Apache/RequestUtil Apache__RequestUtil.h

2001-11-01 Thread dougm
dougm 01/11/01 14:18:25 Modified:xs/Apache/RequestUtil Apache__RequestUtil.h Log: change mpxs_Apache__RequestRec_location to return char * rather than SV * and do not need the if (r-per_dir_config) check Revision ChangesPath 1.9 +3 -12

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-11-01 Thread dougm
dougm 01/11/01 14:19:49 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: add missing table entry for $r-location Revision ChangesPath 1.41 +11 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_interp.c modperl_perl.c modperl_perl.h

2001-11-01 Thread dougm
dougm 01/11/01 15:50:32 Modified:src/modules/perl mod_perl.c modperl_interp.c modperl_perl.c modperl_perl.h Log: moving perl_destruct() and releated items into modperl_perl_destruct() wrapper Revision ChangesPath 1.93 +1 -3