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

2002-02-20 Thread dougm
dougm 02/02/20 17:50:41 Modified:lib/Apache ParseSource.pm Log: c-scan chokes on netinet/tcp.h, add a -D_NETINET_TCP_H to trick cpp into skipping inclusion of it. add comments for other defines. Revision ChangesPath 1.35 +14 -3 modperl-2.0/lib/Apache/Parse

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

2002-02-20 Thread dougm
dougm 02/02/20 17:45:34 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c modperl_callback.c modperl_callback.h modperl_types.h Log: adjust to pre_connection hook prototype change. not supporting PreConnection handler for the moment.

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

2002-02-20 Thread dougm
dougm 02/02/20 17:40:03 Modified:lib/ModPerl TypeMap.pm Log: loosen aTHX check; might be "register PerlInterpreter" Revision ChangesPath 1.13 +1 -1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm ===