cvs commit: modperl/lib mod_perl.pm

2000-04-20 Thread dougm
dougm 00/04/20 23:55:37 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.473 +2 -0 modperl/Changes Index: Changes === RCS file: /home

cvs commit: modperl/lib mod_perl.pm

2000-04-20 Thread dougm
dougm 00/04/20 23:35:21 Modified:.Changes lib mod_perl.pm Log: 1.23 Revision ChangesPath 1.472 +3 -1 modperl/Changes Index: Changes === RCS file: /home/cvs/mod

cvs commit: modperl/eg startup.pl

2000-04-20 Thread dougm
dougm 00/04/20 23:25:19 Modified:eg startup.pl Log: stas is slacking :) Revision ChangesPath 1.4 +1 -1 modperl/eg/startup.pl Index: startup.pl === RCS file: /home/cvs/modperl/eg/s

cvs commit: modperl Makefile.PL

2000-04-20 Thread dougm
dougm 00/04/20 23:24:28 Modified:.Makefile.PL Log: create test files during Makefile.PL so 'make test' can be run as root Revision ChangesPath 1.158 +9 -0 modperl/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl/src/modules/perl Apache.xs

2000-04-20 Thread dougm
dougm 00/04/20 23:03:52 Modified:.Changes src/modules/perl Apache.xs Log: add Apache::FILENO method for 5.6.0+ tied filehandle support Revision ChangesPath 1.471 +3 -0 modperl/Changes Index: Changes ===

cvs commit: modperl Changes Makefile.PL

2000-04-20 Thread dougm
dougm 00/04/20 22:56:20 Modified:.Changes Makefile.PL Log: --disable-rule=EXPAT is passed to Apache's configure to avoid XML::Parser conflicts Revision ChangesPath 1.470 +3 -0 modperl/Changes Index: Changes

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

2000-04-20 Thread dougm
dougm 00/04/20 22:25:32 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_callback.c modperl_config.c modperl_config.h modperl_interp.c modperl_interp.h modperl_types.h Log: integrate with generated register_hooks and command_r

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

2000-04-20 Thread dougm
dougm 00/04/20 22:20:14 Modified:lib/ModPerl Code.pm Log: generate register_hook, command_rec entries and description code Revision ChangesPath 1.13 +78 -6 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm ==

cvs commit: modperl-2.0/patches perl_no_get_context.pat

2000-04-20 Thread dougm
dougm 00/04/20 22:16:53 Modified:patches perl_no_get_context.pat Log: more 5.6.0 brokenness Revision ChangesPath 1.2 +40 -0 modperl-2.0/patches/perl_no_get_context.pat Index: perl_no_get_context.pat

Re: cvs commit: modperl/eg startup.pl

2000-04-20 Thread Doug MacEachern
> +# make sure we are in a sane environment. > +$ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!"; please don't use that uglyness anymore, we have the cleaner and more logic $ENV{MOD_PERL} for quite a while now. actually, i would like to remove eg/ from the distribu

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

2000-04-20 Thread dougm
dougm 00/04/20 11:28:15 Modified:.Makefile.PL lib/Apache Build.pm Log: use MP_FOO command line args instead of %ENV Revision ChangesPath 1.10 +2 -2 modperl-2.0/Makefile.PL Index: Makefile.PL ==

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

2000-04-20 Thread dougm
dougm 00/04/20 10:20:11 Modified:lib/Apache Build.pm Log: dont enable gtop by default Revision ChangesPath 1.6 +1 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/