cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-13 Thread dougm
dougm 01/12/13 10:09:41 Modified:pod modperl_dev.pod Log: "threaded" mpm no longer exists --enable-so is turned on by default Revision ChangesPath 1.45 +4 -6 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-12-13 Thread stas
stas01/12/13 18:07:30 Modified:todo missing_old_features.txt Log: - need to port Apache::__T flag Revision ChangesPath 1.16 +4 -0 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt ==

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

2001-12-13 Thread stas
stas01/12/13 20:10:20 Modified:lib/ModPerl WrapXS.pm Log: - don't cache the autogeneration warning (it's not the same because of the generation trace) Revision ChangesPath 1.37 +9 -12 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm =

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

2001-12-13 Thread stas
stas01/12/13 20:35:28 Modified:src/modules/perl modperl_util.c modperl_util.h Log: - porting modperl_perl_gensym from 1.x Revision ChangesPath 1.32 +10 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c ==

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

2001-12-13 Thread stas
stas01/12/13 20:51:55 Modified:lib/ModPerl WrapXS.pm Log: - use portable catfile instead of join '/', ... Revision ChangesPath 1.38 +5 -4 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm =

cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-12-13 Thread stas
stas01/12/13 20:52:46 Modified:todo api.txt lib/Apache compat.pm t/apache compat.t t/response/TestApache compat.pm Log: - Apache->gensym now lives in compat.pm Revision ChangesPath 1.17 +0 -3 modperl-2.0/todo

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

2001-12-13 Thread stas
stas01/12/13 21:12:13 Modified:lib/ModPerl WrapXS.pm Log: s/catfile/catdir/ when working with dirs Submitted by: Barrie Slaymaker <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1.39 +3 -3 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS