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

2001-10-10 Thread dougm
dougm 01/10/10 21:47:30 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: prevent possible confusion by making it clear sections are not yet implemented Revision ChangesPath 1.90 +1 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: m

cvs commit: modperl-2.0 Makefile.PL

2001-10-10 Thread dougm
dougm 01/10/10 20:29:32 Modified:.Makefile.PL Log: the DIR => [] patch does not work, backing it out for now. Revision ChangesPath 1.42 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0/todo missing_old_features.txt api.txt

2001-10-10 Thread dougm
dougm 01/10/08 17:14:11 Modified:todo missing_old_features.txt api.txt Log: exit() support is in place now Revision ChangesPath 1.12 +1 -1 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt ===

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

2001-10-10 Thread dougm
dougm 01/10/08 17:13:00 Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h Log: *CORE::GLOBAL::exit = \&ModPerl::Util::exit Revision ChangesPath 1.88 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c ==

cvs commit: modperl-site index.html

2001-10-10 Thread stas
stas01/10/09 02:37:10 Modified:.index.html Log: - adding links for mbox-file-style archives Revision ChangesPath 1.87 +19 -2 modperl-site/index.html Index: index.html === RCS fi

cvs commit: modperl-2.0/ModPerl-Registry/t/conf .cvsignore extra.conf.in

2001-10-10 Thread stas
stas01/10/09 05:47:38 Added: ModPerl-Registry MANIFEST Makefile.PL README TODO ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm RegistryCooker.pm RegistryNG.pm ModPerl-Registry/t .cvsignore TEST.PL basic.t clos

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-10-10 Thread dougm
dougm 01/10/09 11:01:21 Modified:t/conf modperl_extra.pl xs/Apache/ServerUtil Apache__ServerUtil.h xs/maps modperl_functions.map Log: add Apache->server method Revision ChangesPath 1.9 +10 -0 modperl-2.0/t/conf/modperl_extra.p

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-10-10 Thread dougm
dougm 01/10/09 10:58:44 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.35 +25 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm ===

cvs commit: modperl-2.0/t/response/TestAPI server_rec.pm

2001-10-10 Thread stas
stas01/10/09 19:55:15 Modified:t/response/TestAPI server_rec.pm Log: - tests for Apache->server Revision ChangesPath 1.5 +20 -1 modperl-2.0/t/response/TestAPI/server_rec.pm Index: server_rec.pm