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

2003-02-02 Thread stas
stas2003/02/02 22:40:33 Modified:.Changes src/modules/perl modperl_config.c Added: t/hooks cleanup.t t/hooks/TestHooks cleanup.pm Log: PerlCleanupHandler implementation + tests Revision ChangesPath 1.119 +8 -1

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

2001-11-18 Thread dougm
dougm 01/11/18 16:21:25 Modified:src/modules/perl modperl_config.c Log: moving merge_table_overlap_item macro logic into a function Revision ChangesPath 1.49 +24 -15modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c

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

2001-11-18 Thread dougm
dougm 01/11/18 16:33:37 Modified:src/modules/perl modperl_config.c Log: avoid get on the base table in modperl_table_overlap() since we already have the value Revision ChangesPath 1.50 +6 -5 modperl-2.0/src/modules/perl/modperl_config.c Index:

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

2001-10-22 Thread dougm
dougm 01/10/22 10:20:11 Modified:lib/ModPerl WrapXS.pm src/modules/perl modperl_config.c modperl_config.h Log: wrap all references to perl_module inside macros that are redefined to call functions in .xs modules under WIN32 to avoid referencing perl_module

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

2001-09-28 Thread stas
stas01/09/28 13:08:34 Modified:src/modules/perl modperl_config.c Log: - the empty slot check should be done against the original table. If we test against the overlayed table, we will copy only the first value for a given key in case there are more than one value for

cvs commit: modperl-2.0/src/modules/perl modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h

2001-09-27 Thread dougm
dougm 01/09/27 16:31:36 Modified:src/modules/perl modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h Log: whoops. only meant to commit mod_perl.c, backing out half-way finish changes that should not have been committed

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

2001-09-15 Thread dougm
dougm 01/09/15 13:17:35 Modified:src/modules/perl modperl_config.c Log: only inherit base PerlSwitches if explicitly told to with PerlSwitches +inherit Revision ChangesPath 1.36 +9 -2 modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c

cvs commit: modperl-2.0/src/modules/perl modperl_config.c modperl_handler.c modperl_handler.h modperl_mgv.c modperl_mgv.h

2001-03-25 Thread dougm
dougm 01/03/25 17:08:30 Modified:lib/ModPerl Code.pm src/modules/perl modperl_config.c modperl_handler.c modperl_handler.h modperl_mgv.c modperl_mgv.h Log: add support for proper merge of handlers example: PerlFixupHandler One::fixup

cvs commit: modperl-2.0/src/modules/perl modperl_config.c modperl_filter.c modperl_handler.c modperl_mgv.c modperl_types.h

2001-03-15 Thread dougm
dougm 01/03/15 23:30:25 Modified:lib/ModPerl Code.pm src/modules/perl modperl_config.c modperl_filter.c modperl_handler.c modperl_mgv.c modperl_types.h Log: no need for modperl_{files,process,connection}_config_t Revision Changes

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

2001-03-14 Thread dougm
dougm 01/03/14 23:21:14 Modified:src/modules/perl modperl_config.c Log: make per-dir merger do something more useful Revision ChangesPath 1.24 +16 -6 modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c