cvs commit: modperl-2.0/src/modules/perl modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h

2001-09-27 Thread dougm
dougm 01/09/27 16:31:36 Modified:src/modules/perl modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h Log: whoops. only meant to commit mod_perl.c, backing out half-way finish changes that should not have been committed Revi

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h

2001-09-27 Thread dougm
dougm 01/09/27 16:29:51 Modified:src/modules/perl mod_perl.c modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h Log: change apr_pool_cleanup_register() to use apr_pool_cleanup_null for child cleanup, rather than NULL which will

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

2001-09-27 Thread dougm
dougm 01/09/27 14:19:42 Modified:src/modules/perl modperl_env.c Log: s/mp_/modperl_/g Revision ChangesPath 1.5 +12 -12modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c ===

cvs commit: modperl-2.0/todo deprecated_features.txt missing_old_features.txt

2001-09-27 Thread dougm
dougm 01/09/27 13:03:37 Modified:todo deprecated_features.txt missing_old_features.txt Log: update todos Revision ChangesPath 1.3 +0 -6 modperl-2.0/todo/deprecated_features.txt Index: deprecated_features.txt ===

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

2001-09-27 Thread dougm
dougm 01/09/27 12:55:47 Modified:src/modules/perl modperl_config.c modperl_env.c Log: properly support PerlOptions -SetupEnv Revision ChangesPath 1.38 +2 -0 modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c =

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

2001-09-27 Thread dougm
dougm 01/09/27 12:41:44 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlSetupEnv directive for backwards compat Revision ChangesPath 1.77 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-09-27 Thread dougm
dougm 01/09/27 12:35:34 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlSendHeader directive for backwards compat Revision ChangesPath 1.76 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c ==

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

2001-09-27 Thread dougm
dougm 01/09/27 12:04:39 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h modperl_types.h Log: integrate modperl_perl_global module Revision ChangesPath 1.69 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

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

2001-09-27 Thread dougm
dougm 01/09/27 12:03:19 Added: src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: new module for managing Perl globals Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_perl_global.c Index: modperl_perl_global.c

cvs commit: modperl-2.0/lib/Apache ParseSource.pm

2001-09-27 Thread stas
stas01/09/27 09:03:49 Modified:lib/Apache ParseSource.pm Log: - add the apr_table constants Revision ChangesPath 1.29 +1 -0 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm ==

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

2001-09-27 Thread dougm
dougm 01/09/27 08:56:44 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlWarn directive for backwards compat Revision ChangesPath 1.74 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/t/response/TestModules cgi.pm

2001-09-27 Thread dougm
dougm 01/09/27 08:52:09 Modified:t/response/TestModules cgi.pm Log: whoops; lame -T test was not supposed to be committed Revision ChangesPath 1.7 +0 -2 modperl-2.0/t/response/TestModules/cgi.pm Index: cgi.pm ==

cvs commit: modperl-2.0/t/response/TestModules cgi.pm

2001-09-27 Thread dougm
dougm 01/09/27 08:50:37 Modified:src/modules/perl modperl_cmd.c modperl_cmd.h t/response/TestModules cgi.pm Log: s/dummy/mconfig/g; s/on/flag_on/g Revision ChangesPath 1.8 +5 -5 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cm

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

2001-09-27 Thread dougm
dougm 01/09/27 08:46:21 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlTaintCheck directive for backwards compat Revision ChangesPath 1.73 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c ==

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

2001-09-27 Thread dougm
dougm 01/09/27 08:39:57 Modified:src/modules/perl modperl_cmd.h Log: add MP_CMD_SRV_DECLARE_FLAG Revision ChangesPath 1.8 +6 -0 modperl-2.0/src/modules/perl/modperl_cmd.h Index: modperl_cmd.h ===

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

2001-09-27 Thread dougm
dougm 01/09/27 08:28:51 Modified:src/modules/perl modperl_cmd.h Log: add MP_CMD_{SRV,DIR}_FLAG macros Revision ChangesPath 1.7 +8 -0 modperl-2.0/src/modules/perl/modperl_cmd.h Index: modperl_cmd.h ==

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

2001-09-27 Thread dougm
dougm 01/09/27 08:26:36 Modified:src/modules/perl mod_perl.c mod_perl.h Log: add PerlHandler alias for 1.x compat Revision ChangesPath 1.72 +4 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c