cvs commit: modperl-2.0/t/response/TestCompat compat2.pm

2002-08-15 Thread stas
stas2002/08/15 01:44:26 Modified:lib/Apache compat.pm t/response/TestCompat compat2.pm Log: $r-get_remote_host() compat wrapper ala mod_perl 1.0 + tests Revision ChangesPath 1.65 +5 -1 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/t/response/TestCompat apache.pm apache_file.pm apache_table.pm apache_util.pm request.pm request_body.pm compat.pm compat2.pm

2002-08-15 Thread stas
stas2002/08/15 02:35:11 Added: t/compat request_body.t t/response/TestCompat apache.pm apache_file.pm apache_table.pm apache_util.pm request.pm request_body.pm Removed: t/compat compat.t t

cvs commit: modperl-2.0 Changes

2002-08-15 Thread stas
stas2002/08/15 02:48:53 Modified:.Changes Log: document recent changes Revision ChangesPath 1.31 +14 -2 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryCooker.pm

2002-08-15 Thread stas
stas2002/08/15 05:29:06 Modified:ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryCooker.pm Log: - replace the hardcoded cache and root namespaces with flexible methods - get rid of the CLASS attribute and no strict 'refs' - avoid starting

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-15 Thread stas
stas2002/08/15 05:34:20 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: s/$o/$self/g, $o looks silly Revision ChangesPath 1.14 +113 -113 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

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

2002-08-15 Thread stas
stas2002/08/15 06:11:06 Added: t/compat send_fd.t t/response/TestCompat send_fd.pm Removed: t/apisend_fd.t t/response/TestAPI send_fd.pm Log: send_fd exists only in compat, move that test into compat/ Revision ChangesPath

cvs commit: modperl-2.0 STATUS

2002-08-15 Thread stas
stas2002/08/15 08:22:02 Modified:.STATUS Log: add several from the many outstanding issues Revision ChangesPath 1.6 +24 -2 modperl-2.0/STATUS Index: STATUS === RCS file: /home

cvs commit: modperl-2.0 Changes

2002-08-15 Thread stas
stas2002/08/15 08:25:04 Modified:.Changes Log: document recent changes Revision ChangesPath 1.32 +7 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0/ModPerl-Registry TODO

2002-08-15 Thread stas
stas2002/08/15 09:16:24 Modified:ModPerl-Registry TODO Log: issues that have been taken care of Revision ChangesPath 1.8 +1 -9 modperl-2.0/ModPerl-Registry/TODO Index: TODO === RCS

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

2002-08-15 Thread stas
stas2002/08/15 09:17:53 Modified:ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm RegistryCooker.pm ModPerl-Registry/t basic.t ModPerl-Registry/t/conf extra.conf.in Log: method handlers are now working

cvs commit: modperl-2.0/t/api .cvsignore

2002-08-15 Thread stas
stas2002/08/15 20:19:44 Modified:t/apache .cvsignore t/api.cvsignore Added: t/compat .cvsignore Log: .cvsignore updates Revision ChangesPath 1.1 modperl-2.0/t/compat/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm

2002-08-14 Thread stas
stas2002/08/14 07:27:03 Modified:ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm Log: use the base pragma instead of ISA Revision ChangesPath 1.2 +1 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/PerlRun.pm

cvs commit: modperl-2.0/ModPerl-Registry/t basic.t

2002-08-14 Thread stas
stas2002/08/14 07:27:45 Modified:ModPerl-Registry/t basic.t Log: reformat the code according to the spec Revision ChangesPath 1.6 +24 -24modperl-2.0/ModPerl-Registry/t/basic.t Index: basic.t

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-14 Thread stas
stas2002/08/14 07:38:07 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: syncing with 1.0's registry: geoff's patch to set error-notes on error Revision ChangesPath 1.12 +7 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2002-08-14 Thread stas
stas2002/08/14 07:54:47 Modified:src/modules/perl modperl_filter.c modperl_log.h t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/Apache/RequestIO Apache__RequestIO.h Log: eliminate the use of the deprecated APLOG_NOERRNO

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

2002-08-14 Thread stas
stas2002/08/14 19:10:32 Modified:lib/Apache Build.pm Log: make it possible to build mod_perl against the source tree, where apr.h is located in srclib/include/apr/ and not include/ Revision ChangesPath 1.104 +6 -1 modperl-2.0/lib/Apache/Build.pm

cvs commit: modperl-2.0/xs/APR/Table APR__Table.h

2002-07-09 Thread stas
stas2002/07/08 23:52:08 Modified:xs/APR/Table APR__Table.h Log: apr_table_t is now an opaque type, use apr_table_elts() to get the array record Revision ChangesPath 1.8 +1 -1 modperl-2.0/xs/APR/Table/APR__Table.h Index: APR__Table.h

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2002-07-01 Thread stas
stas2002/07/01 00:08:45 Modified:xs/Apache/Filter Apache__Filter.h Log: fix a typo: s/output/input/ Revision ChangesPath 1.19 +1 -1 modperl-2.0/xs/Apache/Filter/Apache__Filter.h Index: Apache__Filter.h

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

2002-06-30 Thread stas
stas2002/06/30 21:54:09 Modified:lib/Apache compat.pm Log: make sure that the call is made as Apache-module($name) (2 arguments) and not Apache::module($name) Revision ChangesPath 1.62 +1 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2002-06-30 Thread stas
stas2002/06/30 22:15:28 Modified:src/modules/perl modperl_util.c t/response/TestAPI module.pm Log: modperl_perl_module_loaded should return FALSE when the argument is + add a sub-test to cover this case Revision ChangesPath 1.48 +1 -1

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

2002-06-26 Thread stas
stas2002/06/26 09:16:58 Modified:t/response/TestApache compat2.pm Log: add Apache-module compat tests Revision ChangesPath 1.19 +9 -1 modperl-2.0/t/response/TestApache/compat2.pm Index: compat2.pm

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c apr_perlio.h

2002-06-21 Thread stas
stas2002/06/21 08:28:44 Modified:t/response/TestAPR perlio.pm xs/APR/PerlIO apr_perlio.c apr_perlio.h Log: APR PerlIO updates: - make the apr layer independent from PerlIOBuf - sync with the latest PerlIO API changes - cleanup - add a new test

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-06-21 Thread stas
stas2002/06/21 08:45:06 Modified:t/response/TestAPR perlio.pm Log: only a comments fixes Revision ChangesPath 1.12 +2 -2 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-06-21 Thread stas
stas2002/06/21 08:53:40 Modified:xs/APR/PerlIO apr_perlio.c Log: a few minor fixes and cleanups Revision ChangesPath 1.17 +3 -7 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-06-21 Thread stas
stas2002/06/21 10:37:38 Modified:xs/APR/PerlIO apr_perlio.c Log: adjust for PerlIO bleedperl changes Revision ChangesPath 1.18 +3 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-06-21 Thread stas
stas2002/06/21 10:40:18 Modified:xs/APR/PerlIO apr_perlio.c Log: wrap the long args line Revision ChangesPath 1.19 +2 -1 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0 STATUS

2002-06-20 Thread stas
stas2002/06/20 11:31:16 Modified:.STATUS Log: log the Apache::Log issues for a future resolution Revision ChangesPath 1.4 +43 -7 modperl-2.0/STATUS Index: STATUS === RCS file

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-06-15 Thread stas
stas2002/06/15 12:08:21 Modified:t/response/TestAPR perlio.pm Log: disable the failing tests with 5.8.0-RC2 while reworking APR PerlIO layer Revision ChangesPath 1.9 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0/todo deprecated_features.txt

2002-06-04 Thread stas
stas2002/06/04 01:43:51 Modified:todo deprecated_features.txt Log: PerlFreshRestart has been documented in compat.pod Revision ChangesPath 1.6 +0 -2 modperl-2.0/todo/deprecated_features.txt Index: deprecated_features.txt

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

2002-06-04 Thread stas
stas2002/06/04 06:04:47 Modified:t/response/TestAPI aplog.pm t/response/TestApache compat2.pm Log: add tests for 2 warn() aliases Revision ChangesPath 1.8 +3 -0 modperl-2.0/t/response/TestAPI/aplog.pm Index: aplog.pm

cvs commit: modperl-2.0/t/response/TestModperl subenv.pm

2002-06-02 Thread stas
stas2002/06/02 06:28:18 Modified:t/response/TestModperl subenv.pm Log: no logic change, just re-grouping the code so it's easier to read what's being tested Revision ChangesPath 1.2 +3 -14 modperl-2.0/t/response/TestModperl/subenv.pm Index

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryBB.pm Registry.pm

2002-05-21 Thread stas
stas02/05/21 22:41:48 Modified:ModPerl-Registry/lib/ModPerl RegistryBB.pm Registry.pm Log: the pod part moves into its own file Revision ChangesPath 1.2 +0 -14 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryBB.pm Index: RegistryBB.pm

cvs commit: modperl-2.0/t/response/TestModperl dir_config.pm

2002-05-19 Thread stas
stas02/05/19 00:53:27 Modified:t/response/TestModperl dir_config.pm Log: test that sub-section overrides parent section for the same key Revision ChangesPath 1.4 +9 -2 modperl-2.0/t/response/TestModperl/dir_config.pm Index: dir_config.pm

cvs commit: modperl-2.0 STATUS

2002-05-19 Thread stas
stas02/05/19 02:28:06 Added: .STATUS Log: start the STATUS file Revision ChangesPath 1.1 modperl-2.0/STATUS Index: STATUS === mod_perl 2.0 STATUS

cvs commit: modperl-2.0/ModPerl-Registry/t special_blocks.t

2002-05-14 Thread stas
stas02/05/14 08:47:12 Modified:ModPerl-Registry/t/cgi-bin special_blocks.pl ModPerl-Registry/t special_blocks.t Log: - use Apache::RequestRec - move away from Apache::compat, meaning $r-args is a string Revision ChangesPath 1.3 +3 -3

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin require.pl

2002-05-14 Thread stas
stas02/05/14 08:53:05 Modified:ModPerl-Registry/t/cgi-bin require.pl Log: this test is temporary becoming TODO, need to solve the require() relative to the script's dir problem. Revision ChangesPath 1.2 +6 -4 modperl-2.0/ModPerl-Registry/t/cgi-bin

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

2002-05-14 Thread stas
stas02/05/14 08:55:21 Modified:ModPerl-Registry/t/conf extra.conf.in Log: - must define the INC changes in one touch, or the order becoming reversed, and that's not what we want. - use Apache2 (to cover the case where Apache2/ prefix is needed) Revision Changes

cvs commit: modperl-2.0/t/response/TestModules cgi.pm cgiupload.pm

2002-04-11 Thread stas
stas02/04/11 04:08:45 Modified:t/filter/TestFilter api.pm buckets.pm input_body.pm input_msg.pm lc.pm reverse.pm t/hooks/TestHooks access.pm authen.pm authz.pm fixup.pm headerparser.pm init.pm trans.pm t

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

2002-03-25 Thread stas
stas02/03/25 17:52:12 Modified:xs/maps apache_types.map Log: add the typemap for 'double' needed by xs_generate Revision ChangesPath 1.7 +1 -0 modperl-2.0/xs/maps/apache_types.map Index: apache_types.map

<    1   2