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

2004-02-13 Thread Geoffrey Young
> move modperl_env_default_populate to where it was before (after > modperl_env_table_populate), so that GATEWAY_INTERFACE will be > CGI-Perl/1.1 and not CGI/1.1. whoops - I probably moved that at some point and didn't realize it. once we get the other issue sorted out, I'll specifically a

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

2004-02-13 Thread stas
stas2004/02/13 20:50:32 Modified:src/modules/perl modperl_env.c Log: move modperl_env_default_populate to where it was before (after modperl_env_table_populate), so that GATEWAY_INTERFACE will be CGI-Perl/1.1 and not CGI/1.1. Revision ChangesPath 1.31 +6 -3

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 Changes

2004-02-13 Thread stas
stas2004/02/13 17:38:05 Modified:src/modules/perl modperl_config.c .Changes Log: Fix the corruption of the httpd process argv[0], caused by $0 manipulating Revision ChangesPath 1.76 +13 -2 modperl-2.0/src/modules/perl/modperl_config.c

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2004-02-13 Thread stas
stas2004/02/13 14:33:01 Modified:lib/ModPerl WrapXS.pm Log: avail_modules() function to give a list of all known mp2 modules Revision ChangesPath 1.68 +10 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

cvs commit: modperl-2.0 Changes

2004-02-13 Thread stas
stas2004/02/13 14:32:23 Modified:lib/ModPerl WrapXS.pm .Changes Log: ModPerl::MethodLookup::lookup_method now handles sub-classed objects Revision ChangesPath 1.67 +3 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

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

2004-02-13 Thread geoff
geoff 2004/02/13 06:58:05 Modified:src/modules/perl mod_perl.c Log: be rid of warnings spotted by newer compilers Revision ChangesPath 1.208 +8 -10 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c =