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

2003-02-26 Thread gozer
gozer 2003/02/26 01:32:54 Modified:.Changes STATUS src/modules/perl modperl_cmd.c Log: $Apache::Server::StrictPerlSections added. When set to a true value, will abort server startup if there are syntax errors in sections Reviewed by: stas Revis

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

2003-03-02 Thread gozer
gozer 2003/03/02 21:16:07 Modified:src/modules/perl modperl_cmd.c Log: Small indentation fixup Revision ChangesPath 1.39 +5 -5 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ==

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

2003-03-25 Thread stas
stas2003/03/25 14:58:49 Modified:src/modules/perl modperl_cmd.c Log: revert the committed by mistake change Revision ChangesPath 1.43 +0 -5 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ===

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

2003-04-03 Thread stas
stas2003/04/03 22:03:07 Modified:src/modules/perl modperl_cmd.c Log: s/LoadPerlModule/PerlLoadModule/ to match the real directive's name Revision ChangesPath 1.45 +1 -1 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ==

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

2003-10-20 Thread gozer
gozer 2003/10/20 10:44:48 Modified:.STATUS src/modules/perl modperl_cmd.c Added: lib/Apache PerlSections.pm Removed: lib/Apache PerlSection.pm Log: Standardize the Apache::PerlSections package name to it's plural form for clarity and so that t

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

2004-02-13 Thread stas
stas2004/02/13 20:25:01 Modified:src/modules/perl modperl_cmd.c Log: provide a cleaner solution for implementing 'local $0' Revision ChangesPath 1.57 +3 -14 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ===

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

2004-02-12 Thread stas
stas2004/02/12 14:02:44 Modified:src/modules/perl modperl_cmd.c Log: refactor perldo with the main objective to move the declaration of the locally scoped variables into the scopes they are used in. Revision ChangesPath 1.56 +31 -30modperl-2.0/src/modules/p

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

2004-08-06 Thread stas
stas2004/08/06 20:09:05 Modified:src/modules/perl modperl_cmd.c Log: make the macro more readable Revision ChangesPath 1.63 +6 -6 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c =

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

2003-09-15 Thread stas
stas2003/09/15 18:57:27 Modified:lib/ModPerl Code.pm src/modules/perl modperl_cmd.c modperl_mgv.c Log: We can't rely on the PARSED flag for fake mod_perl handlers (as PerlOptions +Autoload was trying to load them). Introducing a special flag FAKE especially for

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

2004-05-10 Thread stas
stas2004/05/10 12:54:00 Modified:src/modules/perl modperl_cmd.c modperl_cmd.h Log: modperl_cmd_push_httpd_filter_handlers should be a static function Revision ChangesPath 1.59 +3 -3 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c =