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

2002-09-04 Thread dougm
dougm 2002/09/04 21:44:23 Modified:src/modules/perl modperl_tipool.c Log: plug memory leak in tipools Revision ChangesPath 1.9 +5 -1 modperl-2.0/src/modules/perl/modperl_tipool.c Index: modperl_tipool.c

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

2002-09-04 Thread dougm
dougm 2002/09/04 20:31:45 Modified:src/modules/perl modperl_cmd.c Log: need to free args in modperl_cmd_perl Revision ChangesPath 1.28 +2 -0 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ===

cvs commit: modperl-2.0/todo api.txt

2002-09-04 Thread dougm
dougm 2002/09/04 18:52:26 Modified:todo api.txt Log: update Revision ChangesPath 1.26 +2 -1 modperl-2.0/todo/api.txt Index: api.txt === RCS file: /home/cvs/modperl-2.0/todo/api.txt,v

cvs commit: modperl-2.0 Changes STATUS

2002-09-04 Thread dougm
dougm 2002/09/04 18:50:45 Modified:.Changes STATUS Log: update Revision ChangesPath 1.43 +4 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2002-09-04 Thread dougm
dougm 2002/09/04 18:49:32 Modified:t/conf modperl_extra.pl Log: test $r->add_config Revision ChangesPath 1.19 +14 -5 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl === RCS

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

2002-09-04 Thread dougm
dougm 2002/09/04 18:49:09 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.85 +191 -31 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm =

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2002-09-04 Thread dougm
dougm 2002/09/04 18:48:40 Modified:xs/maps modperl_functions.map Log: Apache::Directive->insert is replaced by Apache::Server->add_config add $r->add_config method Revision ChangesPath 1.45 +3 -1 modperl-2.0/xs/maps/modperl_functions.map Index: mod

cvs commit: modperl-2.0/xs/Apache/Directive Apache__Directive.h

2002-09-04 Thread dougm
dougm 2002/09/04 18:47:39 Modified:src/modules/perl modperl_config.c modperl_config.h xs/Apache/Directive Apache__Directive.h Log: pulling config insert logic out of Apache__Directive.h so it can be used elsewhere. made more generic so it can be used at both star

cvs commit: modperl-2.0 STATUS

2002-09-04 Thread dougm
dougm 2002/09/04 11:02:51 Modified:.STATUS Log: item done Revision ChangesPath 1.10 +1 -4 modperl-2.0/STATUS Index: STATUS === RCS file: /home/cvs/modperl-2.0/STATUS,v retrievi

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

2002-09-04 Thread dougm
dougm 2002/09/04 11:00:55 Modified:src/modules/perl mod_perl.c Log: LoadModule needs to be RAW_ARGS, else syntax error in httpd.conf if mod_perl.so is loaded before any non-Perl LoadModules Revision ChangesPath 1.138 +1 -1 modperl-2.0/src/modules/perl/mod_pe

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

2002-09-04 Thread dougm
dougm 2002/09/04 10:56:51 Modified:src/modules/perl mod_perl.c Log: make sure MP_init_done is reset when we teardown. (should only matter for static linkage, but doesn't hurt with dso) Revision ChangesPath 1.137 +4 -2 modperl-2.0/src/modules/perl/mod_perl.c

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

2002-09-04 Thread dougm
dougm 2002/09/04 10:51:02 Modified:src/modules/perl mod_perl.c Log: remove calls to modperl_env_unload() and modperl_perl_pp_unset_all() in modperl_shutdown(), which are already called in modperl_sys_term Revision ChangesPath 1.136 +0 -4 modperl-2.0/src/modu

cvs commit: modperl-2.0/t/response/TestDirective loadmodule.pm

2002-09-04 Thread dougm
dougm 2002/09/04 10:11:22 Modified:src/modules/perl modperl_module.c t/response/TestDirective loadmodule.pm Log: support string values in req_override and args_how Revision ChangesPath 1.6 +14 -2 modperl-2.0/src/modules/perl/modperl_module.c

cvs commit: modperl-2.0/xs/ModPerl/Const Const.pm

2002-09-04 Thread dougm
dougm 2002/09/04 10:10:15 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h xs/ModPerl/Const Const.pm Log: add modperl_const{ants}.o to mod_perl.so to make constant lookup functions available. Revision ChangesPath 1.88