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

2001-10-21 Thread dougm
dougm 01/10/21 18:38:06 Modified:lib/Apache Build.pm lib/ModPerl MM.pm Log: win32 .xs - .dll's need to link against libmodperl.lib Revision ChangesPath 1.68 +13 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-10-21 Thread dougm
dougm 01/10/21 20:41:38 Modified:src/modules/perl modperl_const.h xs/APR/Const Const.xs xs/Apache/Const Const.xs xs/ModPerl/Const Const.xs Log: tweak {ModPerl,APR,Apache}::Const so XS_modperl_const_compile is not directly referenced

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

2001-10-21 Thread dougm
dougm 01/10/21 20:49:49 Modified:lib/Apache Build.pm Log: cosmetic: add missing \t in win32 Makefile Revision ChangesPath 1.69 +1 -3 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-10-21 Thread dougm
dougm 01/10/21 20:57:59 Modified:lib/Apache Build.pm Log: clean win32 files (libmodperl.{lib,exp} Revision ChangesPath 1.70 +3 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS

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

2001-10-21 Thread dougm
dougm 01/10/21 20:58:26 Modified:src/modules/perl .cvsignore t/conf .cvsignore Log: ignores Revision ChangesPath 1.9 +2 -0 modperl-2.0/src/modules/perl/.cvsignore Index: .cvsignore

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

2001-10-21 Thread dougm
dougm 01/10/21 22:42:23 Modified:src/modules/perl modperl_const.c Log: XSRETURN_YES in ModPerl::Const::import makes win32 blowup; XSRETURN_EMPTY is ok Revision ChangesPath 1.8 +1 -1 modperl-2.0/src/modules/perl/modperl_const.c Index: modperl_const.c

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

2001-10-20 Thread dougm
dougm 01/10/20 22:24:52 Modified:lib/Apache Build.pm Log: avoid use of unintialized value Revision ChangesPath 1.60 +12 -2 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file

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

2001-10-20 Thread dougm
dougm 01/10/20 22:46:20 Modified:lib/ModPerl WrapXS.pm Log: leave certain (e.g. ithreads only) functions out of the export lists Revision ChangesPath 1.28 +15 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2001-10-20 Thread dougm
dougm 01/10/20 19:50:15 Modified:lib/Apache Build.pm Log: use more Config.pm/MakeMaker variables to make win32 happier Revision ChangesPath 1.55 +8 -8 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-10-20 Thread dougm
dougm 01/10/20 22:48:13 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.38 +1 -43 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-10-20 Thread dougm
dougm 01/10/20 11:30:40 Modified:lib/ModPerl BuildOptions.pm pod modperl_dev.pod Log: default to building mod_perl as a dso Revision ChangesPath 1.10 +4 -1 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm

cvs commit: modperl-2.0/src/modules/perl modperl_handler.h modperl_perl_global.h modperl_types.h

2001-10-19 Thread dougm
dougm 01/10/19 09:40:45 Modified:src/modules/perl modperl_handler.h modperl_perl_global.h modperl_types.h Log: get rid of hpux warnings: Dangling comma not allowed by ANSI standard, ignored. Revision ChangesPath 1.8 +1 -1 modperl

cvs commit: modperl-2.0 Makefile.PL

2001-10-17 Thread dougm
dougm 01/10/17 10:38:07 Modified:.Makefile.PL Log: undo undo of explicit DIR in WriteMakefile; problem seems to have gone away Revision ChangesPath 1.45 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2001-10-16 Thread dougm
dougm 01/10/16 20:20:02 Added: t/modperl interp.t t/response/TestModperl interp.pm Log: add a test that uses the same interpreter each time Revision ChangesPath 1.1 modperl-2.0/t/modperl/interp.t Index: interp.t

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

2001-10-13 Thread dougm
dougm 01/10/13 11:55:03 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: s/hv_fetch/hv_fetch_he/g Revision ChangesPath 1.10 +24 -9 modperl-2.0/src/modules/perl/modperl_perl_global.c Index: modperl_perl_global.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:02:03 Modified:src/modules/perl mod_perl.c modperl_perl_global.c modperl_perl_global.h Log: calculate hash of MP_modglobal_keys keys at startup Revision ChangesPath 1.91 +1 -0 modperl-2.0/src/modules/perl/mod_perl.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:05:16 Modified:src/modules/perl modperl_perl_global.c Log: use consistent style to iterate over MP_modglobal_keys Revision ChangesPath 1.12 +5 -4 modperl-2.0/src/modules/perl/modperl_perl_global.c Index: modperl_perl_global.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:12:17 Modified:src/modules/perl modperl_env.c Log: s/modperl_env_const_vars/MP_env_const_vars/g Revision ChangesPath 1.14 +4 -4 modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c

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

2001-10-13 Thread dougm
dougm 01/10/13 12:14:58 Modified:src/modules/perl modperl_env.c Log: use consistent style to iterate over MP_env_const_vars Revision ChangesPath 1.15 +3 -4 modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c

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

2001-10-12 Thread dougm
dougm 01/10/12 20:22:15 Modified:src/modules/perl modperl_mgv.c modperl_util.c modperl_util.h Log: making modperl_perl_hv_fetch_he a public function Revision ChangesPath 1.15 +0 -33 modperl-2.0/src/modules/perl/modperl_mgv.c Index: modperl_mgv.c

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

2001-10-11 Thread dougm
dougm 01/10/11 08:38:23 Modified:src/modules/perl modperl_config.h Log: add MP_dTHX macro Revision ChangesPath 1.28 +10 -0 modperl-2.0/src/modules/perl/modperl_config.h Index: modperl_config.h

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

2001-10-11 Thread dougm
dougm 01/10/11 12:32:43 Modified:lib/Apache Build.pm Log: fixup ldopts for hpux Revision ChangesPath 1.48 +8 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs

cvs commit: modperl-2.0 Makefile.PL

2001-10-11 Thread dougm
dougm 01/10/11 12:48:08 Modified:.Makefile.PL Log: add os specific sanity checks starting with hpux Revision ChangesPath 1.43 +19 -0 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2001-10-11 Thread dougm
dougm 01/10/11 17:23:51 Modified:lib/Apache Build.pm Log: fixup hpux cflags Revision ChangesPath 1.49 +16 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs

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

2001-10-09 Thread dougm
dougm 01/10/08 22:42:49 Modified:lib/Apache compat.pm Log: use __FILE__ instead of 1 for dummy %INC values Revision ChangesPath 1.22 +2 -2 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0 Makefile.PL

2001-10-09 Thread dougm
dougm 01/10/09 11:28:37 Modified:.Makefile.PL Log: clean xs/*.def and xs/*.exp Revision ChangesPath 1.41 +1 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs

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

2001-10-08 Thread dougm
dougm 01/10/08 10:04:46 Modified:lib/ModPerl WrapXS.pm Log: default to Apache::XSLoader if class does not have its own (e.g. ModPerl::) Revision ChangesPath 1.24 +3 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2001-10-08 Thread dougm
dougm 01/10/08 10:39:54 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.33 +10 -2 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-10-08 Thread dougm
dougm 01/10/08 16:34:07 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_exit() function Revision ChangesPath 1.25 +8 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

cvs commit: modperl-2.0/xs/ModPerl/Util - New directory

2001-10-08 Thread dougm
dougm 01/10/08 10:57:28 modperl-2.0/xs/ModPerl/Util - New directory

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

2001-10-08 Thread dougm
dougm 01/10/08 10:58:17 Modified:lib/Apache compat.pm xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: integrate ModPerl::Util and add Apache::untaint compat functionality Revision ChangesPath 1.19 +3 -0

cvs commit: modperl-2.0/todo api.txt

2001-10-08 Thread dougm
dougm 01/10/08 11:41:10 Modified:todo api.txt Log: 2.0 has removed r-content_language Revision ChangesPath 1.10 +0 -4 modperl-2.0/todo/api.txt Index: api.txt === RCS file: /home/cvs

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

2001-10-08 Thread dougm
dougm 01/10/08 13:36:47 modperl-2.0/t/response/TestModperl - New directory

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

2001-10-07 Thread dougm
dougm 01/10/07 12:22:49 Modified:lib/ModPerl TypeMap.pm xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map apr_functions.map Log: remove ModPerl::TypeMap::first_class guessing based on return_type Revision ChangesPath 1.11

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

2001-10-07 Thread dougm
dougm 01/10/07 13:20:53 Modified:src/modules/perl modperl_util.c Log: style nits Revision ChangesPath 1.22 +20 -17modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-07 Thread dougm
dougm 01/10/07 13:22:02 Modified:src/modules/perl modperl_util.c modperl_util.h Log: s/bool/int/ (i dont think bool is portable) Revision ChangesPath 1.23 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-07 Thread dougm
dougm 01/10/07 13:24:22 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_call_list() function Revision ChangesPath 1.24 +23 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-07 Thread dougm
dougm 01/10/07 14:59:16 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: implement logic for saving Perl special subroutines (END,BEGIN,CHECK,INIT) into the per-interpreter PL_modglobal hash modperl_perl_global_avcv_call() function to call

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

2001-10-07 Thread dougm
dougm 01/10/07 15:04:07 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: add modperl_modglobal_lookup() function to lookup a modperl_modglobal_key_t based on string name Revision ChangesPath 1.7 +14 -0 modperl-2.0/src/modules/perl

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

2001-10-07 Thread dougm
dougm 01/10/07 15:07:15 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: wont be able to use a precomputed hash for modperl_modglobal_key_t's Revision ChangesPath 1.8 +1 -1 modperl-2.0/src/modules/perl/modperl_perl_global.c

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

2001-10-07 Thread dougm
dougm 01/10/07 15:11:56 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.31 +124 -8modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-10-07 Thread dougm
dougm 01/10/07 15:39:09 Modified:lib/ModPerl ParseSource.pm WrapXS.pm Log: include ModPerl:: in generated xs Revision ChangesPath 1.3 +1 -1 modperl-2.0/lib/ModPerl/ParseSource.pm Index: ParseSource.pm

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

2001-10-07 Thread dougm
dougm 01/10/07 16:02:41 Modified:xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Added: xs/ModPerl/Global ModPerl__Global.h Log: add ModPerl::Global module with functions to call/clear special lists (END,etc) Revision Changes

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

2001-10-07 Thread dougm
dougm 01/10/07 12:04:20 Modified:src/modules/perl mod_perl.c modperl_perl_global.c modperl_perl_global.h Log: add modperl_perl_global_request_{restore,save} functions for future use of request_rec to manage globals Revision ChangesPath 1.87

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

2001-10-06 Thread dougm
dougm 01/10/06 12:43:40 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: implement PerlInitHandler Revision ChangesPath 1.86 +1 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/t/hooks/TestHooks init.pm

2001-10-06 Thread dougm
dougm 01/10/06 12:44:30 Modified:t/hooks .cvsignore Added: t/hooks/TestHooks init.pm Log: add PerlInitHandler test Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/hooks/.cvsignore Index: .cvsignore

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

2001-10-06 Thread dougm
dougm 01/10/06 16:27:35 Modified:src/modules/perl modperl_util.c modperl_util.h Log: add modperl_perl_av_push_elts_ref() function Revision ChangesPath 1.21 +12 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-10-05 Thread dougm
dougm 01/10/05 16:38:56 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.15 +5 -1 modperl-2.0/xs/tables

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

2001-10-05 Thread dougm
dougm 01/10/05 16:39:32 Modified:xs/maps apache_structures.map Log: request_rec.content_language no longer exists Revision ChangesPath 1.10 +0 -1 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map

cvs commit: modperl-2.0/t/hooks authen.t

2001-10-05 Thread dougm
dougm 01/10/05 17:05:59 Modified:t/hooks authen.t Log: s/ok/sok/g so we can run individual tests Revision ChangesPath 1.4 +13 -5 modperl-2.0/t/hooks/authen.t Index: authen.t === RCS

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

2001-10-05 Thread dougm
dougm 01/10/05 18:03:28 Modified:lib/Apache compat.pm src/modules/perl modperl_util.c modperl_util.h t/response/TestAPI module.pm todo api.txt xs/Apache/Module Apache__Module.h xs/maps

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

2001-09-28 Thread dougm
dougm 01/09/28 10:27:46 Modified:src/modules/perl mod_perl.c modperl_env.c t/response/TestApache cgihandler.pm Log: current implementation of tie %ENV to $r-subprocess_env is not threadsafe, so back it out for now Revision ChangesPath 1.81 +8 -0

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

2001-09-28 Thread dougm
dougm 01/09/28 12:01:50 Modified:src/modules/perl mod_perl.c Log: PL_destruct_level should always be 2 Revision ChangesPath 1.83 +6 -6 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-09-28 Thread dougm
dougm 01/09/28 12:24:44 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h modperl_util.h Log: add save/restore of %ENV to Perl global management Revision ChangesPath 1.2 +52 -0 modperl-2.0/src/modules/perl

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

2001-09-28 Thread dougm
dougm 01/09/28 12:26:37 Modified:src/modules/perl modperl_env.h Log: use new MP_magical_ macros for modperl_env_{tie,untie} Revision ChangesPath 1.8 +2 -3 modperl-2.0/src/modules/perl/modperl_env.h Index: modperl_env.h

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-09-28 Thread dougm
dougm 01/09/28 12:29:53 Modified:todo missing_old_features.txt Log: update todos on %ENV Revision ChangesPath 1.9 +10 -1 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt

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

2001-09-28 Thread dougm
dougm 01/09/28 12:53:22 Modified:src/modules/perl modperl_perl_global.c modperl_perl_global.h Log: use the address of sv for modperl_perl_global_svpv_t, since it might point to a different SV when restore happens Revision ChangesPath 1.3 +4 -4 modperl-2.0

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

2001-09-28 Thread dougm
dougm 01/09/28 09:39:15 Modified:src/modules/perl modperl_env.c modperl_env.h Log: cut down on some noise with new ENVHV macro Revision ChangesPath 1.9 +4 -4 modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c

cvs commit: modperl-2.0/todo api.txt

2001-09-28 Thread dougm
dougm 01/09/28 06:51:57 Modified:lib/Apache compat.pm todo api.txt Log: add $r-header_(in/out)() to Apache::compat Submitted by: Philippe M . Chiasson [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.13 +29 -0 modperl-2.0

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-09-28 Thread dougm
dougm 01/09/28 08:16:06 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c modperl_callback.c modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h todo

cvs commit: modperl-2.0/t/hooks/TestHooks headerparser.pm

2001-09-28 Thread dougm
dougm 01/09/28 08:21:15 Modified:t/hooks .cvsignore Added: t/hooks/TestHooks headerparser.pm Log: add PerlHeaderParserHandler/SetupEnv test Revision ChangesPath 1.2 +1 -0 modperl-2.0/t/hooks/.cvsignore Index: .cvsignore

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

2001-09-27 Thread dougm
dougm 01/09/27 08:28:51 Modified:src/modules/perl modperl_cmd.h Log: add MP_CMD_{SRV,DIR}_FLAG macros Revision ChangesPath 1.7 +8 -0 modperl-2.0/src/modules/perl/modperl_cmd.h Index: modperl_cmd.h

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 mod_perl.c modperl_cmd.c modperl_cmd.h

2001-09-27 Thread dougm
dougm 01/09/27 08:46:21 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlTaintCheck directive for backwards compat Revision ChangesPath 1.73 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-09-27 Thread dougm
dougm 01/09/27 08:50:37 Modified:src/modules/perl modperl_cmd.c modperl_cmd.h t/response/TestModules cgi.pm Log: s/dummy/mconfig/g; s/on/flag_on/g Revision ChangesPath 1.8 +5 -5 modperl-2.0/src/modules/perl/modperl_cmd.c Index

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

2001-09-27 Thread dougm
dougm 01/09/27 08:52:09 Modified:t/response/TestModules cgi.pm Log: whoops; lame -T test was not supposed to be committed Revision ChangesPath 1.7 +0 -2 modperl-2.0/t/response/TestModules/cgi.pm Index: cgi.pm

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

2001-09-27 Thread dougm
dougm 01/09/27 12:04:39 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h modperl_types.h Log: integrate modperl_perl_global module Revision ChangesPath 1.69 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

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

2001-09-27 Thread dougm
dougm 01/09/27 12:35:34 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlSendHeader directive for backwards compat Revision ChangesPath 1.76 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-09-25 Thread dougm
dougm 01/09/25 12:44:03 Modified:lib/ModPerl WrapXS.pm src/modules/perl modperl_perl_includes.h modperl_util.c modperl_util.h t/response/TestAPR table.pm todo api.txt xs modperl_xs_util.h

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

2001-09-25 Thread dougm
dougm 01/09/25 09:33:30 Modified:lib/Apache ParseSource.pm Log: skip mod_cgi.h Revision ChangesPath 1.27 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm === RCS file

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

2001-09-25 Thread dougm
dougm 01/09/25 10:30:32 Modified:lib/Apache ParseSource.pm src/modules/perl modperl_perl_includes.h Log: C::Scan does not properly remove __attribute__ within function prototypes; so we just rip them all out via cpp Revision ChangesPath 1.28 +1

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

2001-09-25 Thread dougm
dougm 01/09/25 11:02:39 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.20 +167 -1modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index

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

2001-09-23 Thread dougm
dougm 01/09/23 20:32:55 Modified:src/modules/perl modperl_bucket.c Log: adjust to bucket api changes (no more sms) Submitted by: Ryan Bloom [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.7 +5 -15 modperl-2.0/src/modules/perl

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

2001-09-17 Thread dougm
dougm 01/09/17 16:36:36 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c modperl_callback.c modperl_config.c Log: s/Enabled/Enable/g for the PerlOption Revision ChangesPath 1.67 +2 -2 modperl-2.0/lib/ModPerl

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

2001-09-16 Thread dougm
dougm 01/09/16 10:28:43 Modified:src/modules/perl modperl_interp.h modperl_perl.c modperl_perl.h Log: fixes to compile with non-ithreads perl Revision ChangesPath 1.13 +6 -4 modperl-2.0/src/modules/perl/modperl_interp.h Index

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

2001-09-16 Thread dougm
dougm 01/09/16 18:06:08 Modified:xs/maps apache_functions.map apr_functions.map Log: mark some functions that will not be available via Perl Revision ChangesPath 1.30 +1 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

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

2001-09-15 Thread dougm
dougm 01/09/15 11:17:31 Modified:lib/ModPerl TypeMap.pm t/response/TestAPR table.pm todo api.txt xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm Added: xs/APR/Table APR__Table.h Log

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

2001-09-15 Thread dougm
dougm 01/09/15 11:21:48 Modified:xs/APR/Table APR__Table.h Log: avoid dTHX; in APR::Table-do Revision ChangesPath 1.2 +7 -3 modperl-2.0/xs/APR/Table/APR__Table.h Index: APR__Table.h

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_perl.c modperl_perl.h

2001-09-15 Thread dougm
dougm 01/09/15 15:25:29 Added: src/modules/perl modperl_perl.c modperl_perl.h Log: new module for small tweaks to the Perl runtime Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_perl.c Index: modperl_perl.c

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

2001-09-15 Thread dougm
dougm 01/09/15 15:25:55 Modified:lib/ModPerl Code.pm Log: integrate modperl_perl.[ch] Revision ChangesPath 1.66 +2 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home

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

2001-09-15 Thread dougm
dougm 01/09/15 15:26:57 Modified:src/modules/perl mod_perl.c mod_perl.h Log: add modperl_hook_child_init call modperl_perl_init_ids from modperl_hook_child_init Revision ChangesPath 1.68 +12 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-09-15 Thread dougm
dougm 01/09/15 17:56:15 Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h Log: init ids for ithread Perls Revision ChangesPath 1.69 +6 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-09-15 Thread dougm
dougm 01/09/15 17:58:22 Modified:todo missing_old_features.txt Log: ids are now set Revision ChangesPath 1.5 +0 -2 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-09-15 Thread dougm
dougm 01/09/15 18:05:44 Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h Log: move code out of modperl_hook_child_init into modperl_perl_init_ids_server Revision ChangesPath 1.70 +1 -9 modperl-2.0/src/modules/perl/mod_perl.c Index

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

2001-09-15 Thread dougm
dougm 01/09/15 10:53:13 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.19 +61 -3 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

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

2001-09-12 Thread dougm
dougm 01/09/12 21:10:55 Modified:src/modules/perl modperl_io.c Removed: lib/ModPerl XSLoader.pm Log: fix tied filehandle breakage caused by bleedperl change #11639 Revision ChangesPath 1.4 +9 -1 modperl-2.0/src/modules/perl/modperl_io.c Index

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

2001-09-12 Thread dougm
dougm 01/09/12 19:01:31 Modified:lib/Apache Build.pm Log: cache apxs queries Revision ChangesPath 1.47 +13 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home/cvs

cvs commit: modperl-2.0/xs/APR/APR Makefile.PL

2001-09-12 Thread dougm
dougm 01/09/12 19:02:09 Modified:xs/APR/APR Makefile.PL Log: now that apr libs are installed, link against them Revision ChangesPath 1.3 +6 -26 modperl-2.0/xs/APR/APR/Makefile.PL Index: Makefile.PL

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

2001-09-12 Thread dougm
dougm 01/09/12 19:10:35 Modified:src/modules/perl mod_perl.c Log: add a bootstrap note for APR Revision ChangesPath 1.65 +13 -5 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/lib/APR - New directory

2001-09-12 Thread dougm
dougm 01/09/12 19:35:21 modperl-2.0/lib/APR - New directory

cvs commit: modperl Changes Makefile.PL

2001-09-09 Thread dougm
dougm 01/09/09 14:56:46 Modified:.Changes Makefile.PL Log: warn if Perl is configured with -Duseshrplib and a libperl.so is found in a place where it should not be, example: /lib /usr/lib or /usr/local/lib Revision ChangesPath 1.622 +3 -0 modperl

cvs commit: modperl-2.0/xs/maps apache_structures.map apr_structures.map

2001-09-09 Thread dougm
dougm 01/09/09 22:49:04 Modified:xs/maps apache_structures.map apr_structures.map Log: update structure maps wrt current httpd-2.0 Revision ChangesPath 1.9 +22 -1 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map

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

2001-09-09 Thread dougm
dougm 01/09/09 21:43:03 Modified:lib/ModPerl WrapXS.pm src/modules/perl mod_perl.c Added: lib/ModPerl XSLoader.pm Log: do not bootstrap xs libs outside of httpd Revision ChangesPath 1.20 +2 -2 modperl-2.0/lib/ModPerl/WrapXS.pm

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

2001-09-08 Thread dougm
dougm 01/09/08 11:00:49 Modified:lib/ModPerl BuildOptions.pm Log: make sure path to APXS is absolute Submitted by: Philippe M . Chiasson [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.9 +7 -0 modperl-2.0/lib/ModPerl/BuildOptions.pm

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

2001-09-06 Thread dougm
dougm 01/09/06 09:40:11 Modified:lib/Apache ParseSource.pm Log: only generate table .pm's if content has changed Submitted by: Stas Bekman [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.26 +26 -4 modperl-2.0/lib/Apache/ParseSource.pm

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

2001-09-06 Thread dougm
dougm 01/09/06 09:41:30 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.17 +277 -2modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

<    1   2   3   4   5   6   7   8   >