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

2001-10-10 Thread dougm
dougm 01/10/10 21:47:30 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: prevent possible confusion by making it clear sections are not yet implemented Revision ChangesPath 1.90 +1 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: m

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

2001-10-06 Thread dougm
dougm 01/10/06 12:43:40 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: implement PerlInitHandler Revision ChangesPath 1.86 +1 -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 modperl_config.c modperl_types.h

2001-09-28 Thread stas
stas01/09/28 12:51:40 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h modperl_config.c modperl_types.h Log: - implementation of PerlSetVar and PerlAddVar Revision ChangesPath 1.85 +3 -1 modperl-2.0/src/modules/perl/m

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 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/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 mod_perl.c modperl_cmd.c modperl_cmd.h modperl_config.c modperl_options.c modperl_types.h

2001-03-25 Thread dougm
dougm 01/03/25 09:42:27 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h modperl_config.c modperl_options.c modperl_types.h Log: PerlOptions needs to be usable per-directory (tho different set of options th