cvs commit: modperl-2.0 STATUS

2003-01-01 Thread dougm
dougm 2003/01/01 10:43:51 Modified:.STATUS Log: must be fixed before 1.99_08 Revision ChangesPath 1.28 +3 -5 modperl-2.0/STATUS Index: STATUS === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0/t/modules include2.t

2002-10-07 Thread dougm
dougm 2002/10/07 13:44:32 Modified:t/conf extra.conf.in Added: t/htdocs/includes-registry test.spl t/modules include2.t Log: test for mod_include parsing of mod_perl script output Revision ChangesPath 1.4 +2 -1 modperl-2.0/t/conf

cvs commit: modperl-2.0 Changes

2002-09-27 Thread dougm
dougm 2002/09/27 08:11:21 Modified:.Changes Log: 1.99_06 release Revision ChangesPath 1.46 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/lib mod_perl.pm

2002-09-27 Thread dougm
dougm 2002/09/27 08:18:37 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.47 +2 -0 modperl-2.0/Changes Index: Changes === RCS file

cvs commit: modperl-2.0/t/response/TestDirective pod.pm

2002-09-27 Thread dougm
dougm 2002/09/27 12:33:33 Modified:.Changes lib/ModPerl TestRun.pm t/response/TestDirective pod.pm Log: Submitted by: gozer Reviewed by: dougm fix =pod directive test config problem Revision ChangesPath 1.48 +4 -1

cvs commit: modperl-2.0/lib mod_perl.pm

2002-09-27 Thread dougm
dougm 2002/09/27 12:41:51 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.49 +2 -0 modperl-2.0/Changes Index: Changes === RCS file

cvs commit: modperl-2.0/t/filter/TestFilter api.pm buckets.pm

2002-09-10 Thread dougm
dougm 2002/09/10 17:50:31 Modified:.Changes t/apache scanhdrs.t t/filter/TestFilter api.pm buckets.pm Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm tweaks to support Test.pm 1.21 Revision Changes

cvs commit: modperl-2.0/xs/ModPerl/Const Const.pm

2002-09-05 Thread dougm
dougm 2002/09/05 10:07:23 Modified:xs/ModPerl/Const Const.pm Log: fix typo which triggered bootstrap when running under mod_perl Revision ChangesPath 1.4 +1 -1 modperl-2.0/xs/ModPerl/Const/Const.pm Index: Const.pm

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

2002-09-05 Thread dougm
dougm 2002/09/05 11:05:52 Modified:src/modules/perl modperl_module.c Log: automate SvREFCNT-ing used with modperl_module_cmd_fetch a bit Revision ChangesPath 1.7 +9 -7 modperl-2.0/src/modules/perl/modperl_module.c Index: modperl_module.c

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

2002-09-04 Thread dougm
dougm 2002/09/04 10:56:51 Modified:src/modules/perl mod_perl.c Log: make sure MP_init_done is reset when we teardown. (should only matter for static linkage, but doesn't hurt with dso) Revision ChangesPath 1.137 +4 -2 modperl-2.0/src/modules/perl/mod_perl.c

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

2002-09-04 Thread dougm
dougm 2002/09/04 18:48:40 Modified:xs/maps modperl_functions.map Log: Apache::Directive-insert is replaced by Apache::Server-add_config add $r-add_config method Revision ChangesPath 1.45 +3 -1 modperl-2.0/xs/maps/modperl_functions.map Index

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2002-09-04 Thread dougm
dougm 2002/09/04 18:49:32 Modified:t/conf modperl_extra.pl Log: test $r-add_config Revision ChangesPath 1.19 +14 -5 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl === RCS

cvs commit: modperl-2.0 Changes STATUS

2002-09-04 Thread dougm
dougm 2002/09/04 18:50:45 Modified:.Changes STATUS Log: update Revision ChangesPath 1.43 +4 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

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

2002-09-04 Thread dougm
dougm 2002/09/04 21:44:23 Modified:src/modules/perl modperl_tipool.c Log: plug memory leak in tipools Revision ChangesPath 1.9 +5 -1 modperl-2.0/src/modules/perl/modperl_tipool.c Index: modperl_tipool.c

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

2002-08-27 Thread dougm
dougm 2002/08/27 20:12:46 Modified:src/modules/perl modperl_cmd.c Log: use ap_strstr_c instead of strstr to avoid a warning Revision ChangesPath 1.27 +1 -1 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c

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

2002-08-27 Thread dougm
dougm 2002/08/27 20:14:56 Added: src/modules/perl modperl_svptr_table.c modperl_svptr_table.h Log: move ptr_table_ api add ons to their own module. duplicate the Perl ptr_table_ api into modperl_svptr_table_ api since the ptr_table_ api does not exist without ithreads

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

2002-08-27 Thread dougm
dougm 2002/08/27 20:16:31 Modified:xs/tables/current/Apache FunctionTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.40 +2 -2 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index

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

2002-08-27 Thread dougm
dougm 2002/08/27 20:17:03 Modified:src/modules/perl mod_perl.h Log: include modperl_svptr_table.h Revision ChangesPath 1.52 +1 -0 modperl-2.0/src/modules/perl/mod_perl.h Index: mod_perl.h

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

2002-08-26 Thread dougm
dougm 2002/08/26 18:46:27 Modified:src/modules/perl modperl_perl.c modperl_perl.h Log: modperl_svptr_table api is an add-on to the Perl ptr_table_ api. we use a PTR_TBL_t to map config structures (e.g. from parsed httpd.conf or .htaccess), where each interpreter needs to have

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

2002-08-26 Thread dougm
dougm 2002/08/26 21:21:20 Added: src/modules/perl modperl_module.c modperl_module.h Log: module to create an apache module on the fly to support directive handlers Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_module.c Index

cvs commit: modperl-2.0/lib mod_perl.pm

2002-08-20 Thread dougm
dougm 2002/08/20 09:49:12 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.37 +2 -0 modperl-2.0/Changes Index: Changes === RCS file

cvs commit: modperl-2.0 Changes

2002-08-19 Thread dougm
dougm 2002/08/19 13:02:24 Modified:.Changes Log: updates from post-_04 changes Revision ChangesPath 1.34 +7 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl

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

2002-08-19 Thread dougm
dougm 2002/08/19 13:07:01 Modified:.Changes src/modules/perl modperl_filter.c Log: fix PerlOptions +ParseHeaders to only parse once per-request Revision ChangesPath 1.35 +2 -0 modperl-2.0/Changes Index: Changes

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

2002-07-10 Thread dougm
dougm 2002/07/10 19:06:11 Modified:src/modules/perl mod_perl.c Log: fix for non-ithread perls Revision ChangesPath 1.131 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-07-07 Thread dougm
dougm 2002/07/07 17:53:16 Modified:src/modules/perl modperl_sys.c modperl_sys.h Log: add modperl_sys_is_dir function Revision ChangesPath 1.4 +17 -0 modperl-2.0/src/modules/perl/modperl_sys.c Index: modperl_sys.c

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

2002-06-29 Thread dougm
dougm 2002/06/29 12:43:51 Modified:lib/ModPerl Code.pm Log: provide mechanism to #ifdef constants add APLOG_TOCLIENT to the list of #ifdef constants Revision ChangesPath 1.84 +20 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

cvs commit: modperl-2.0 Makefile.PL

2002-06-29 Thread dougm
dougm 2002/06/29 12:44:04 Modified:.Makefile.PL Log: now that APLOG_TOCLIENT is #ifdef-ed, allow compilation with 2.0.35 Revision ChangesPath 1.87 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_cgi.c modperl_filter.c modperl_types.h

2002-06-29 Thread dougm
dougm 2002/06/29 13:38:33 Modified:src/modules/perl mod_perl.c modperl_cgi.c modperl_filter.c modperl_types.h Log: add support for redirects with PerlOptions +ParseHeaders Revision ChangesPath 1.130 +7 -0 modperl-2.0/src/modules/perl

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

2002-06-23 Thread dougm
dougm 2002/06/23 14:28:15 Modified:xs/maps apr_functions.map apr_types.map xs/tables/current/ModPerl FunctionTable.pm Log: add APR::ThreadMutex module Revision ChangesPath 1.44 +4 -3 modperl-2.0/xs/maps/apr_functions.map Index

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

2002-06-23 Thread dougm
dougm 2002/06/23 14:29:18 Modified:t/apr.cvsignore Added: t/response/TestAPR threadmutex.pm Log: add tests for APR::ThreadMutex Revision ChangesPath 1.6 +1 -0 modperl-2.0/t/apr/.cvsignore Index: .cvsignore

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

2002-06-23 Thread dougm
dougm 2002/06/23 15:00:04 Modified:xs/maps apr_functions.map Log: moving ThreadMutex into same area as Global,Proc Mutex Revision ChangesPath 1.45 +9 -9 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0 Changes

2002-06-21 Thread dougm
dougm 2002/06/21 09:39:44 Modified:.Changes Log: update Changes Revision ChangesPath 1.27 +10 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

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

2002-06-21 Thread dougm
dougm 2002/06/21 13:30:27 Modified:src/modules/perl modperl_log.c modperl_log.h Log: modperl_trace needs to use const for the function name (gcc3.1 warns) Revision ChangesPath 1.7 +1 -1 modperl-2.0/src/modules/perl/modperl_log.c Index: modperl_log.c

cvs commit: modperl-2.0/lib mod_perl.pm

2002-06-21 Thread dougm
dougm 2002/06/21 15:35:49 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.29 +2 -0 modperl-2.0/Changes Index: Changes === RCS file

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

2002-06-20 Thread dougm
dougm 2002/06/20 17:05:17 Added: src/modules/perl modperl_sys.c modperl_sys.h Log: rolling our own modperl_sys_dlclose() to avoid apr/pool overhead/thread issues Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_sys.c Index

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

2002-06-20 Thread dougm
dougm 2002/06/20 17:05:49 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.h Log: integrate modperl_sys modules Revision ChangesPath 1.83 +6 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

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

2002-06-20 Thread dougm
dougm 2002/06/20 17:07:25 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.73 +11 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2002-06-20 Thread dougm
dougm 2002/06/20 17:44:24 Modified:src/modules/perl mod_perl.c modperl_interp.c modperl_util.c modperl_util.h Log: use our own modperl_sys_dlclose instead of apr_dso_unload which requires us to create our own pool. Revision ChangesPath 1.127

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

2002-06-20 Thread dougm
dougm 2002/06/20 18:32:56 Modified:src/modules/perl modperl_sys.c Log: hpux fix Revision ChangesPath 1.3 +1 -0 modperl-2.0/src/modules/perl/modperl_sys.c Index: modperl_sys.c === RCS

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

2002-06-20 Thread dougm
dougm 2002/06/20 19:06:48 Modified:xs/APR/PerlIO apr_perlio.c Log: bleedperl now has a binmode PerlIO function Revision ChangesPath 1.15 +1 -0 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0/src/modules/perl modperl_interp.c modperl_interp.h modperl_tipool.c modperl_tipool.h modperl_types.h

2002-06-20 Thread dougm
dougm 2002/06/20 20:02:54 Modified:src/modules/perl modperl_interp.c modperl_interp.h modperl_tipool.c modperl_tipool.h modperl_types.h Log: stop using an apr_pool_t to allocate items for the interpreter pool: -even though we lock, the pool is read

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

2002-06-20 Thread dougm
dougm 2002/06/20 20:04:36 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.74 +4 -21 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2002-06-20 Thread dougm
dougm 2002/06/20 20:46:46 Modified:src/modules/perl modperl_interp.c Log: cannot dereference mip-parent after it has been free-d Revision ChangesPath 1.49 +0 -2 modperl-2.0/src/modules/perl/modperl_interp.c Index: modperl_interp.c

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

2002-06-20 Thread dougm
dougm 2002/06/20 21:16:51 Modified:src/modules/perl mod_perl.c modperl_interp.c Log: move modperl_pp_{set,unset}_all and modperl_init_{init,unload} to modperl_sys_{init,term} functions that only happen once per-parent process Revision ChangesPath 1.128 +16 -5

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

2002-06-18 Thread dougm
dougm 2002/06/18 18:26:28 Modified:lib/Apache Build.pm Log: need to check ccflags rather than optimize for -DDEBUGGING Revision ChangesPath 1.100 +1 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-06-18 Thread dougm
dougm 2002/06/18 18:32:58 Modified:lib/Apache Build.pm Log: only win32 has -DDEBUGGING in both optimize and ccflags Revision ChangesPath 1.101 +2 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-06-18 Thread dougm
dougm 2002/06/18 19:02:24 Modified:src/modules/perl modperl_perl_includes.h modperl_util.c Log: use mg_find to look for ~ magic in modperl_xs_sv2request_rec as there may be other magic in the chain Revision ChangesPath 1.15 +4 -0 modperl-2.0/src/modules

cvs commit: modperl-2.0/xs/Apache/Log Apache__Log.h

2002-06-18 Thread dougm
dougm 2002/06/18 22:18:04 Modified:lib/ModPerl WrapXS.pm src/modules/perl mod_perl.h modperl_perl_includes.h modperl_util.c modperl_util.h xs/Apache/Log Apache__Log.h Log: get the -DPERL_CORE optimization working again

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

2002-06-15 Thread dougm
dougm 2002/06/15 10:26:29 Modified:lib/Apache Build.pm Log: remove -undefined suppress from ldflags on darwin (should never be there) Revision ChangesPath 1.97 +7 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-06-15 Thread dougm
dougm 2002/06/15 13:59:06 Modified:src/modules/perl mod_perl.c Log: fix modperl_boot prototype Revision ChangesPath 1.125 +1 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-06-15 Thread dougm
dougm 2002/06/15 16:36:52 Modified:lib/ModPerl Manifest.pm Log: include TestAPR::util in the dist as it is already skipping the apr_generate_random_bytes test Revision ChangesPath 1.4 +0 -2 modperl-2.0/lib/ModPerl/Manifest.pm Index: Manifest.pm

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

2002-06-15 Thread dougm
dougm 2002/06/15 16:48:58 Modified:t/response/TestAPR perlio.pm Log: disabling tests until perlio issues are sorted out Revision ChangesPath 1.10 +3 -3 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0 Changes

2002-06-15 Thread dougm
dougm 2002/06/15 16:56:20 Modified:.Changes Log: _03 release Revision ChangesPath 1.24 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/lib mod_perl.pm

2002-06-15 Thread dougm
dougm 2002/06/15 17:02:58 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.25 +2 -0 modperl-2.0/Changes Index: Changes === RCS file

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

2002-06-15 Thread dougm
dougm 2002/06/15 18:07:21 Added: src/modules/perl modperl_perl_pp.c modperl_perl_pp.h Log: new module where any PL_ppaddr modifications are done Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_perl_pp.c Index: modperl_perl_pp.c

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

2002-06-15 Thread dougm
dougm 2002/06/15 18:09:18 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.72 +54 -19modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2002-06-15 Thread dougm
dougm 2002/06/15 18:09:46 Modified:lib/ModPerl Code.pm Log: integrate modperl_perl_pp module Revision ChangesPath 1.82 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file

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

2002-06-15 Thread dougm
dougm 2002/06/15 18:20:50 Modified:src/modules/perl modperl_perl_pp.c modperl_perl_pp.h Log: stub modperl_pp_require Revision ChangesPath 1.2 +8 -0 modperl-2.0/src/modules/perl/modperl_perl_pp.c Index: modperl_perl_pp.c

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

2002-06-15 Thread dougm
dougm 2002/06/15 18:34:02 Modified:src/modules/perl modperl_perl_pp.c Log: MP_FUNC_T not needed, infact breaks win32 Revision ChangesPath 1.3 +1 -1 modperl-2.0/src/modules/perl/modperl_perl_pp.c Index: modperl_perl_pp.c

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

2002-06-15 Thread dougm
dougm 2002/06/15 18:58:50 Modified:lib/Apache Build.pm Log: hmm, darwin ldflags fixup was not quite good enough Revision ChangesPath 1.98 +4 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0 Changes

2002-06-14 Thread dougm
dougm 2002/06/14 19:09:26 Modified:.Changes Log: update Changes Revision ChangesPath 1.23 +3 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

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

2002-06-12 Thread dougm
dougm 2002/06/12 14:13:11 Modified:src/modules/perl mod_perl.c Log: unbuffer STDERR Revision ChangesPath 1.124 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS

cvs commit: modperl-2.0 Changes

2002-06-12 Thread dougm
dougm 2002/06/12 16:37:55 Modified:.Changes Log: update Changes Revision ChangesPath 1.21 +6 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

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

2002-06-11 Thread dougm
dougm 2002/06/11 09:27:57 Modified:lib/ModPerl WrapXS.pm Log: be better prepared for GvUNIQUE support Revision ChangesPath 1.46 +3 -3 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

Re: Perl_Tstack_sp_ptr

2002-06-11 Thread dougm
On Wed, 12 Jun 2002, Stas Bekman wrote: so the problem that I see on linux is unrelated? dunno, i built with -Duseshrplib and seems ok linkage wise. tho some ModPerl-Registry are tests failing with the same problem in special_blocks: # testing : ModPerl::Registry is not running BEGIN blocks

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

2002-06-06 Thread dougm
dougm 2002/06/06 09:45:41 Modified:src/modules/perl mod_perl.c Log: need to run open_logs,post_config,child_init hooks APR_HOOKS_FIRST so they are run before those in modperl_hooks.c Revision ChangesPath 1.123 +3 -3 modperl-2.0/src/modules/perl/mod_perl.c

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

2002-06-06 Thread dougm
dougm 2002/06/06 10:32:51 Modified:src/modules/perl modperl_handler.c Log: add support for Perl*Handler +Apache::Foo Revision ChangesPath 1.11 +14 -0 modperl-2.0/src/modules/perl/modperl_handler.c Index: modperl_handler.c

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

2002-06-04 Thread dougm
dougm 2002/06/04 09:16:51 Modified:src/modules/perl mod_perl.c Log: need to copy MODPERL2 for the ap_server_config_defines Revision ChangesPath 1.122 +2 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-06-04 Thread dougm
dougm 2002/06/04 18:36:37 Modified:.Changes src/modules/perl modperl_bucket.c Log: Submitted by: Mladen Turk [EMAIL PROTECTED] Reviewed by: dougm adjust to apr_bucket_type_t changes in 2.0.37-dev Revision ChangesPath 1.20 +3 -1

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

2002-06-03 Thread dougm
dougm 2002/06/03 11:27:03 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm Log: add $r-is_main compat method Revision ChangesPath 1.59 +2 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2002-06-03 Thread dougm
dougm 2002/06/03 16:41:18 Modified:src/modules/perl mod_perl.c mod_perl.h Log: add MODPERL2 config define, as if the server had been started with -DMODPERL2 Revision ChangesPath 1.121 +10 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-06-03 Thread dougm
dougm 2002/06/03 16:46:44 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: need to update pre_config hook namechange for win32 .def Revision ChangesPath 1.71 +2 -2 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/todo api.txt

2002-06-03 Thread dougm
dougm 2002/06/03 17:44:24 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm todo api.txt Log: add Apache-define compat method Revision ChangesPath 1.60 +5 -0 modperl-2.0/lib/Apache/compat.pm Index

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

2002-06-01 Thread dougm
dougm 2002/06/01 16:42:08 Modified:src/modules/perl modperl_env.c Log: pass the PATH and TZ environment variables at startup by default as 1.xx did Revision ChangesPath 1.25 +22 -0 modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c

cvs commit: modperl-2.0 Changes

2002-06-01 Thread dougm
dougm 2002/06/01 20:20:35 Modified:.Changes Log: update Changes Revision ChangesPath 1.15 +12 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2002-06-01 Thread dougm
dougm 2002/06/01 20:21:43 Modified:.Changes Log: releasing 1.99_02 Revision ChangesPath 1.16 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes

cvs commit: modperl-2.0/lib mod_perl.pm

2002-06-01 Thread dougm
dougm 2002/06/01 20:25:53 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.17 +2 -0 modperl-2.0/Changes Index: Changes === RCS file

cvs commit: modperl/lib mod_perl.pm

2002-06-01 Thread dougm
dougm 2002/06/01 20:02:51 Modified:.Changes lib mod_perl.pm Log: bump version to 1.27 Revision ChangesPath 1.649 +1 -1 modperl/Changes Index: Changes === RCS

cvs commit: modperl/lib mod_perl.pm

2002-06-01 Thread dougm
dougm 2002/06/01 20:07:13 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.650 +2 -0 modperl/Changes Index: Changes === RCS file

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

2002-05-31 Thread dougm
dougm 2002/05/31 08:41:11 Modified:src/modules/perl mod_perl.h Log: add some MP_LARGE_FILES_ macros that could come in handy Revision ChangesPath 1.43 +22 -0 modperl-2.0/src/modules/perl/mod_perl.h Index: mod_perl.h

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

2002-05-31 Thread dougm
dougm 2002/05/31 08:41:40 Modified:xs/APR/PerlIO apr_perlio.c Log: seek is ok if both perl and apr have largefiles enabled Revision ChangesPath 1.14 +1 -1 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2002-05-29 Thread dougm
dougm 02/05/29 18:23:28 Modified:src/modules/perl modperl_perl_includes.h Log: define environ on darwin if needed Revision ChangesPath 1.13 +5 -0 modperl-2.0/src/modules/perl/modperl_perl_includes.h Index: modperl_perl_includes.h

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

2002-05-29 Thread dougm
dougm 02/05/29 18:52:55 Modified:lib/Apache Build.pm Log: darwin does not like ranlib on mod_perl.so Revision ChangesPath 1.95 +9 -4 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-05-29 Thread dougm
dougm 02/05/29 19:33:49 Modified:src/modules/perl modperl_filter.c modperl_filter.h xs/APR/Bucket APR__Bucket.h xs/Apache/RequestIO Apache__RequestIO.h xs/tables/current/ModPerl FunctionTable.pm Log: use apr_size_t rather than

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

2002-05-29 Thread dougm
dougm 02/05/29 20:54:08 Modified:lib/Apache compat.pm Log: prevent inclusion of Apache::Table Revision ChangesPath 1.56 +2 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RCS

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

2002-05-29 Thread dougm
dougm 02/05/29 21:05:07 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm Log: add compat for Apache::Table-new Revision ChangesPath 1.57 +8 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2002-05-29 Thread dougm
dougm 02/05/29 23:00:49 Modified:lib/Apache Build.pm Log: prevent possible fatal warning seen in 5.6.0/darwin in MM-init_others Revision ChangesPath 1.96 +4 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-05-27 Thread dougm
dougm 02/05/27 11:39:03 Modified:src/modules/perl modperl_env.c Log: propagate scfg-SetEnv to %ENV Revision ChangesPath 1.21 +26 -18modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c

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

2002-05-27 Thread dougm
dougm 02/05/27 17:35:00 Modified:src/modules/perl modperl_env.c Log: untabify Revision ChangesPath 1.23 +1 -1 modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c === RCS

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

2002-05-24 Thread dougm
dougm 02/05/24 09:58:10 Modified:xs/maps apache_functions.map Log: rename Apache::Util::os_escape_path to Apache::Util::escape_path and reorder args path, p, partial, defaulting partial=TRUE Revision ChangesPath 1.53 +1 -1 modperl-2.0/xs/maps

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

2002-05-24 Thread dougm
dougm 02/05/24 09:58:42 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm Log: add Apache::Util::escape_uri compat function and tests Revision ChangesPath 1.50 +7 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2002-05-24 Thread dougm
dougm 02/05/24 10:37:08 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm xs/maps apache_functions.map Log: rename ht_time to format_time for the moment to provide 1.x ht_time compat since we now require a pool Revision Changes

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

2002-05-24 Thread dougm
dougm 02/05/24 11:08:21 Modified:t/response/TestAPR util.pm Log: adjust APR::password_validate test Revision ChangesPath 1.6 +4 -3 modperl-2.0/t/response/TestAPR/util.pm Index: util.pm

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

2002-05-23 Thread dougm
dougm 02/05/23 15:18:48 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_sv_setref_uv function Revision ChangesPath 1.42 +8 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2002-05-23 Thread dougm
dougm 02/05/23 15:19:52 Modified:lib/ModPerl WrapXS.pm Log: UV is better than IV for apr_os_thread_t Revision ChangesPath 1.44 +1 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2002-05-23 Thread dougm
dougm 02/05/23 15:40:48 Modified:lib/APR XSLoader.pm lib/Apache XSLoader.pm src/modules/perl mod_perl.c modperl_perl_includes.h t/conf modperl_extra.pl Log: better workaround for 5.6.x DynaLoader vs. XSLoader issue Revision

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

2002-05-23 Thread dougm
dougm 02/05/23 16:01:55 Modified:src/modules/perl mod_perl.c Log: pp_srefgen workaround should be applied to 5.6.x not just 5.6.1 Revision ChangesPath 1.119 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-05-23 Thread dougm
dougm 02/05/23 16:36:31 Modified:lib/Apache Build.pm Log: leave out libperl dep if it isnt found in the properl place Revision ChangesPath 1.93 +9 -5 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-05-23 Thread dougm
dougm 02/05/23 19:33:06 Modified:src/modules/perl modperl_mgv.c t/response/TestModperl methodname.pm Log: if Class-method syntax is used for a Perl*Handler, the :method attribute is not required (and we had been segfaulting without it) Revision Changes

cvs commit: modperl-2.0 Changes

2002-05-23 Thread dougm
dougm 02/05/23 19:47:01 Modified:.Changes Log: update Changes Revision ChangesPath 1.12 +32 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

  1   2   3   4   5   6   7   8   >