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

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

2002-04-05 Thread stas
stas02/04/05 10:44:39 Modified:ModPerl-Registry/t basic.t Log: - s/http_raw_get/GET_BODY/, the former doesn't exist anymore Revision ChangesPath 1.4 +5 -6 modperl-2.0/ModPerl-Registry/t/basic.t Index: ba

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

2002-04-06 Thread stas
stas02/04/06 09:48:12 Modified:t/response/TestApache subprocess.pm Log: mark the sub-tests as todo only for perl < 5.7.3 Revision ChangesPath 1.5 +3 -1 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess

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

2002-04-07 Thread stas
stas02/04/07 10:56:46 Modified:lib/Apache Reload.pm Log: $r->dir_config needs Apache::RequestUtil to be loaded. Revision ChangesPath 1.3 +2 -0 modperl-2.0/lib/Apache/Reload.pm Index: Reload

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

2002-04-09 Thread stas
stas02/04/09 00:26:24 Modified:t/response/TestApache subprocess.pm Log: skip the subprocess test if perl < 5.7.3 Revision ChangesPath 1.6 +3 -3 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess

cvs commit: modperl-2.0/todo possible_new_features.txt

2002-04-09 Thread stas
stas02/04/09 00:32:56 Modified:todo possible_new_features.txt Log: note that Apache::Subprocess is incomplete with 5.6.1 Revision ChangesPath 1.13 +2 -0 modperl-2.0/todo/possible_new_features.txt Index: possible_new_features.txt

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/ModPerl-Registry Makefile.PL

2002-05-14 Thread stas
stas02/05/14 08:43:03 Modified:ModPerl-Registry Makefile.PL Log: tidy up Revision ChangesPath 1.5 +9 -7 modperl-2.0/ModPerl-Registry/Makefile.PL Index: Makefile.PL === RCS file

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

2002-05-14 Thread stas
stas02/05/14 08:45:06 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - use the missing Apache::RequestRec - no need for $r->seqno Revision ChangesPath 1.7 +4 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm In

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

cvs commit: modperl-2.0/ModPerl-Registry/t TEST.PL

2002-05-14 Thread stas
stas02/05/14 08:50:44 Modified:ModPerl-Registry/t TEST.PL Log: making 'make test' in sub-dirs working: - @INC adjustments - need to find the locally built mod_perl.so, to run the test Revision ChangesPath 1.4 +14 -1 modperl-2.0/ModPerl-

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/cg

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 Ch

cvs commit: modperl-2.0/ModPerl-Registry Makefile.PL

2002-05-14 Thread stas
stas02/05/14 08:57:14 Modified:ModPerl-Registry Makefile.PL Log: adjust @INC, so we can run t/TEST and cd t && TEST Revision ChangesPath 1.6 +1 -1 modperl-2.0/ModPerl-Registry/Makefile.PL Index: Mak

cvs commit: modperl-2.0/ModPerl-Registry/t/conf modperl_extra_startup.pl

2002-05-14 Thread stas
stas02/05/14 10:12:01 Modified:ModPerl-Registry/t/conf modperl_extra_startup.pl Log: registry loader is a bit broken, disable the loading at the startup for now Revision ChangesPath 1.2 +38 -32modperl-2.0/ModPerl-Registry/t/conf/modperl_extra_startup.pl

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/t/response/TestModperl dir_config.pm

2002-05-19 Thread stas
stas02/05/19 01:55:55 Modified:t/response/TestModperl dir_config.pm Log: test that a sub-section inherits from super-section if it doesn't override it Revision ChangesPath 1.5 +12 -4 modperl-2.0/t/response/TestModperl/dir_config.pm

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

2002-05-19 Thread stas
stas02/05/19 02:05:15 Modified:t/response/TestModperl dir_config.pm Log: - the last added sub-test was a duplicate, merge the two - make the debug comments more user-friendly Revision ChangesPath 1.6 +13 -20modperl-2.0/t/response/TestModperl

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 README

2002-05-19 Thread stas
stas02/05/19 02:33:03 Modified:.README Log: - add a pointer to /docs - update the requirement to 2.0.37 Revision ChangesPath 1.4 +4 -1 modperl-2.0/README Index: README

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

2002-05-19 Thread stas
stas02/05/19 04:41:53 Modified:.Changes lib/Apache compat.pm t/response/TestApache compat2.pm Log: add the err_header_out() wrapper to Apache::compat + corresponding tests. Revision ChangesPath 1.11 +2 -0 modperl-2.0

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

2002-05-21 Thread stas
stas02/05/21 22:40:48 Modified:ModPerl-Registry MANIFEST ModPerl-Registry/t basic.t closure.t special_blocks.t ModPerl-Registry/t/conf extra.conf.in Removed: ModPerl-Registry/lib/ModPerl RegistryNG.pm Log: Apache::RegistryNG is now ModPerl

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/protocol eliza.t

2002-05-22 Thread stas
stas02/05/22 12:43:45 Modified:t/protocol eliza.t Log: improve the dialog Revision ChangesPath 1.4 +3 -3 modperl-2.0/t/protocol/eliza.t Index: eliza.t === RCS file: /home/cvs/modperl

cvs commit: modperl-2.0/t/protocol/TestProtocol eliza.pm

2002-05-22 Thread stas
stas02/05/22 12:49:28 Modified:t/protocol/TestProtocol eliza.pm Log: adjust the handler for the changed dialog ending Revision ChangesPath 1.4 +1 -1 modperl-2.0/t/protocol/TestProtocol/eliza.pm Index: eliza.pm

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

2002-05-28 Thread stas
stas02/05/28 20:26:40 Modified:lib/Apache Build.pm Log: check that MP_AP_PREFIX is set before using it Revision ChangesPath 1.94 +2 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-06-02 Thread stas
stas2002/06/02 05:58:35 Modified:ModPerl-Registry/t/conf extra.conf.in Log: s/Mblib=/I/ so it'll work on darwin/5.6.0 Revision ChangesPath 1.6 +7 -7 modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in Index: extra.co

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

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 Changes

2002-06-04 Thread stas
stas2002/06/04 05:40:53 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm .Changes Log: added compat for Apache::log_error() Revision ChangesPath 1.61 +4 -0 modperl-2.0/lib/Apache/compat.pm Index

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/protocol/TestProtocol eliza.pm

2002-06-14 Thread stas
stas2002/06/14 03:06:16 Modified:t/protocol eliza.t t/protocol/TestProtocol eliza.pm Log: - test that Eliza has actually closed the loop - adjust the eliza handler to work over the telnet client as well, where \r is sent instead of \n Revision Changes

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

2002-06-14 Thread stas
stas2002/06/14 21:51:25 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: properly propogate back the error codes and abort where things fail Revision ChangesPath 1.8 +3 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index

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 README

2002-06-15 Thread stas
stas2002/06/15 12:15:52 Modified:.README Log: - add the URL for the docs (not the final location yet) - add a pointer to the doc explaining how to report bugs Revision ChangesPath 1.6 +4 -0 modperl-2.0/README Index: README

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/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 for

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/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

cvs commit: modperl-2.0 README

2002-06-26 Thread stas
stas2002/06/26 23:36:03 Modified:.README Log: update requirements Revision ChangesPath 1.7 +4 -3 modperl-2.0/README Index: README === RCS file: /home/cvs/modperl-2.0/README,v

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

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

2002-06-30 Thread stas
stas2002/06/30 21:55:42 Modified:lib/Apache compat.pm Log: enable warnings Revision ChangesPath 1.63 +1 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RCS file: /home/cvs

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

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

2002-06-30 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/t/response/TestAPR perlio.pm

2002-07-06 Thread stas
stas2002/07/06 05:16:14 Modified:t/response/TestAPR perlio.pm Log: make the error messages comparison work under locale Submitted by: Tatsuhiko Miyagawa <[EMAIL PROTECTED]> Revision ChangesPath 1.14 +6 -1 modperl-2.0/t/response/TestAPR/per

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

2002-07-08 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/SubProcess Apache__SubProcess.h

2002-07-10 Thread stas
stas2002/07/10 23:14:10 Modified:xs typemap xs/Apache/SubProcess Apache__SubProcess.h Log: use the new time conversion macros: apr_time_* Revision ChangesPath 1.9 +2 -2 modperl-2.0/xs/typemap Index: typemap

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

2002-07-11 Thread stas
stas2002/07/11 11:25:55 Modified:src/modules/perl modperl_apache_includes.h Log: add apr_time_* back-compat macros Revision ChangesPath 1.16 +13 -0 modperl-2.0/src/modules/perl/modperl_apache_includes.h Index: modperl_apache_includes.h

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

2002-07-30 Thread stas
stas2002/07/30 02:44:03 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: disable the taint warning till we get the taint flag set on -T Revision ChangesPath 1.9 +4 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index

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

2002-07-30 Thread stas
stas2002/07/30 11:27:17 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: the switch callback function must return a defined value Revision ChangesPath 1.10 +2 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index

cvs commit: modperl-2.0 Changes

2002-07-31 Thread stas
stas2002/07/31 09:32:40 Modified:t/response/TestApache compat2.pm lib/Apache compat.pm .Changes Log: added $r->get_remote_host to compat.pm + test Revision ChangesPath 1.20 +4 -1 modperl-2.0/t/response/TestApa

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

2002-08-13 Thread stas
stas2002/08/13 19:33:01 Modified:lib/Apache Build.pm Log: apxs post-2.0.40 adds a new line, so we strip it Revision ChangesPath 1.103 +1 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-08-14 Thread stas
stas2002/08/14 05:52:37 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: sync with 1.0 registry: check that the prototype is defined in flush_namespace Revision ChangesPath 1.11 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

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/Registr

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/t/compat - New directory

2002-08-14 Thread stas
stas2002/08/14 08:08:36 modperl-2.0/t/compat - New directory

cvs commit: modperl-2.0/t/response/TestCompat - New directory

2002-08-14 Thread stas
stas2002/08/14 08:08:36 modperl-2.0/t/response/TestCompat - New directory

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

2002-08-14 Thread stas
stas2002/08/14 08:12:55 Added: t/compat compat.t t/response/TestCompat compat2.pm compat.pm Removed: t/apache compat.t t/response/TestApache compat.pm compat2.pm Log: moving compat testa into their own group, preparing for the split into

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/lib/Apache ParseSource.pm

2002-08-14 Thread stas
stas2002/08/14 19:44:08 Modified:lib/Apache ParseSource.pm Log: skip the deprecated define APLOG_NOERRNO Revision ChangesPath 1.40 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

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

2002-08-14 Thread stas
stas2002/08/14 19:51:19 Modified:xs/maps apache_types.map Log: add a typemap for 'int *' which is needed by ap_get_remote_host Revision ChangesPath 1.8 +1 -1 modperl-2.0/xs/maps/apache_types.map Index: apache

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

2002-08-15 Thread stas
stas2002/08/15 01:42:55 Modified:xs/Apache/Connection Apache__Connection.h xs/maps modperl_functions.map apache_functions.map xs/tables/current/ModPerl FunctionTable.pm t/response/TestAPI conn_rec.pm Log: add a wrapper for

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

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/t/cgi-bin closure.pl

2002-08-15 Thread stas
stas2002/08/15 05:21:59 Modified:ModPerl-Registry/t/cgi-bin closure.pl Log: add a note so people won't get confused by closure warnings Revision ChangesPath 1.2 +4 -0 modperl-2.0/ModPerl-Registry/t/cgi-bin/closure.pl Index: closu

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' - avoi

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/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-15 Thread stas
stas2002/08/15 05:59:38 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: move the setting of %@ into the log_error() method, so it'll be set on any errors Revision ChangesPath 1.15 +1 -2 modperl-2.0/ModPerl-Registry/lib/Mo

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/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-15 Thread stas
stas2002/08/15 07:26:10 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: sync with registry in mod_perl 1.0: properly handle return status Revision ChangesPath 1.16 +7 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index

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 RegistryCooker.pm Registry.pm PerlRun.pm

2002-08-15 Thread stas
stas2002/08/15 23:58:25 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Registry.pm PerlRun.pm Log: use ModPerl::ROOT:: symbol table for the common root of compiled packages, but child nodes diverge into different subtrees by the driving

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

2002-08-15 Thread stas
stas2002/08/15 23:59:02 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: fix the notes() setting, which was broken Revision ChangesPath 1.19 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

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

2002-08-15 Thread stas
stas2002/08/15 23:59:52 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: a nicer way to call a code ref Revision ChangesPath 1.20 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

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

2002-08-15 Thread stas
stas2002/08/16 00:07:38 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: a typo fix Revision ChangesPath 1.21 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/t/conf modperl_extra_startup.pl

2002-08-16 Thread stas
stas2002/08/16 01:01:18 Modified:ModPerl-Registry/lib/ModPerl RegistryLoader.pm ModPerl-Registry/t/cgi-bin special_blocks.pl ModPerl-Registry/t/conf modperl_extra_startup.pl Log: ModPerl::RegistryLoader is now fully operational and tested

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

2002-08-16 Thread stas
stas2002/08/16 01:05:50 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm Log: introduce the constant ModPerl::RegistryCooker::NAMESPACE_ROOT, so the same root can be re-used in the RegistryLoader Revision ChangesPath

cvs commit: modperl-2.0/ModPerl-Registry/t/conf modperl_extra_startup.pl

2002-08-16 Thread stas
stas2002/08/16 02:01:17 Modified:ModPerl-Registry TODO ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm ModPerl-Registry/t/conf modperl_extra_startup.pl Log: - getting rid of compat.pm completely, the only

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

2002-08-16 Thread stas
stas2002/08/16 03:11:17 Added: ModPerl-Registry/t redirect.t ModPerl-Registry/t/cgi-bin redirect.pl Log: test external redirects Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/t/redirect.t Index: redirect.t

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin basic.pl closure.pl env.pl not_executable.pl require.pl special_blocks.pl

2002-08-16 Thread stas
stas2002/08/16 03:11:39 Modified:ModPerl-Registry/t/cgi-bin basic.pl closure.pl env.pl not_executable.pl require.pl special_blocks.pl Log: no need for \r\n, \n is just fine Revision ChangesPath 1.2 +1 -1 modperl-2.0/ModPerl

cvs commit: modperl-2.0 STATUS

2002-08-16 Thread stas
stas2002/08/16 03:15:43 Modified:.STATUS Log: log the fact that PerlPreConnectionHandler is not implemented yet Revision ChangesPath 1.7 +9 -1 modperl-2.0/STATUS Index: STATUS

cvs commit: modperl-2.0 Changes

2002-08-16 Thread stas
stas2002/08/16 03:22:39 Modified:.Changes Log: log recent changes Revision ChangesPath 1.33 +11 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0

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

2002-08-20 Thread stas
stas2002/08/20 21:44:14 Modified:xs/APR/PerlIO apr_perlio.c Log: improve errors handling add extended debugging trace Revision ChangesPath 1.21 +34 -11modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2002-08-20 Thread stas
stas2002/08/20 21:46:44 Modified:xs/APR/PerlIO apr_perlio.c Log: - IoIFP(io) *must* be always set on the valid io sv, otherwise it'll be never closed and fh and memory leaked. as i saw from doio.c, the solution is to simply copy IoOFP. - add IoTYPE_WRONL

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

2002-08-21 Thread stas
stas2002/08/21 08:40:17 Modified:xs/APR/PerlIO apr_perlio.c Log: - try to go without the dup() in the non-perlio case, leave enough comments to easily reconstruct the dupping code correctly if that proves to be wrong. - add some debug tracing code Revision Changes

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

2002-08-21 Thread stas
stas2002/08/21 08:41:29 Modified:xs/APR/PerlIO apr_perlio.c Log: similar to the perlio case: - IoIFP(io) *must* be always set on the valid io sv, otherwise it'll be never closed and fh and memory leaked. as i saw from doio.c, the solution is to simply copy

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

2002-08-21 Thread stas
stas2002/08/21 08:43:39 Modified:t/response/TestApache subprocess.pm Log: by doing select() for the non-perlio case finally made this test working with non-perlio perl builds, including 5.6.0. Revision ChangesPath 1.10 +52 -14modperl-2.0/t/response

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

2002-08-21 Thread stas
stas2002/08/21 10:25:10 Modified:xs/Apache/Connection Apache__Connection.h xs/tables/current/ModPerl FunctionTable.pm Log: fix the incorrect return type for get_remote_host s/char */const char */ Revision ChangesPath 1.5 +1 -1 modperl-2.0

cvs commit: modperl-2.0 Changes

2002-08-21 Thread stas
stas2002/08/21 10:33:57 Modified:.Changes Log: document recent changes Revision ChangesPath 1.39 +14 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0

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

2002-08-27 Thread stas
stas2002/08/27 19:24:48 Modified:xs/APR/Bucket APR__Bucket.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: add the APR::Bucket::is_flush glue function Revision ChangesPath 1.5 +5 -0 modperl-2.0/xs

  1   2   3   >