cvs commit: modperl-2.0/xs typemap

2002-05-23 Thread dougm
dougm 02/05/23 21:42:57 Modified:xs typemap Log: need to use modperl version of sv_setref_uv, since it doesn't exist in 5.6.x Revision ChangesPath 1.8 +1 -1 modperl-2.0/xs/typemap Index: typemap

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

2002-05-23 Thread dougm
dougm 02/05/23 22:13:08 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.68 +26 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl/lib/Apache Status.pm

2002-05-23 Thread dougm
dougm 02/05/23 09:00:59 Modified:lib/Apache Status.pm Log: make it possible to configure the registry cache via Apache::Status-registry_cache(\%cache); Revision ChangesPath 1.25 +15 -2 modperl/lib/Apache/Status.pm Index: Status.pm

cvs commit: modperl-2.0/xs/APR/OS APR__OS.h

2002-05-22 Thread dougm
dougm 02/05/22 09:30:14 Added: xs/APR/OS APR__OS.h Log: wrapper for apr_os_thread_current() Revision ChangesPath 1.1 modperl-2.0/xs/APR/OS/APR__OS.h Index: APR__OS.h === static

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

2002-05-22 Thread dougm
dougm 02/05/22 09:30:40 Modified:t/apr.cvsignore xs/maps apr_functions.map apr_types.map xs/tables/current/ModPerl FunctionTable.pm Log: add APR::OS::thread_current function Revision ChangesPath 1.5 +1 -0 modperl-2.0/t/apr

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

2002-05-22 Thread dougm
dougm 02/05/22 09:31:05 Added: t/response/TestAPR os.pm Log: add test for APR::OS::thread_current Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPR/os.pm Index: os.pm

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

2002-05-22 Thread dougm
dougm 02/05/22 19:35:19 Modified:.Makefile.PL lib/Apache Build.pm Log: on hpux with bleedperl $Config{ld} is the fullpath, strip to the basename Revision ChangesPath 1.84 +2 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2002-05-22 Thread dougm
dougm 02/05/22 20:10:18 Modified:lib/Apache compat.pm Log: add noop stubs for timeout functions removed from 2.0: $r-{soft,hard,reset,kill}_timeout Revision ChangesPath 1.46 +6 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

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

2002-05-22 Thread dougm
dougm 02/05/22 22:55:35 Modified:src/modules/perl modperl_callback.c Log: prevent possible segv with method handlers? Revision ChangesPath 1.50 +6 -1 modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c

cvs commit: modperl/lib/Apache ExtUtils.pm

2002-05-22 Thread dougm
dougm 02/05/22 19:44:40 Modified:.Makefile.PL lib/Apache ExtUtils.pm Log: on hpux with bleedperl $Config{ld} is the fullpath, strip to the basename Revision ChangesPath 1.200 +4 -2 modperl/Makefile.PL Index: Makefile.PL

cvs commit: modperl Changes Makefile.PL

2002-05-22 Thread dougm
dougm 02/05/22 19:52:15 Modified:.Changes Makefile.PL Log: autoset PERL_USELARGEFILES=0 if needed Revision ChangesPath 1.642 +2 -0 modperl/Changes Index: Changes === RCS file

cvs commit: modperl/t/docs startup.pl

2002-05-22 Thread dougm
dougm 02/05/22 20:07:28 Modified:.Changes src/modules/perl mod_perl.h t/docs startup.pl Log: make sure DynaLoader is loaded before XSLoader to workaround possible segv when using mod_perl as a dso with perl 5.6.1 Revision Changes

cvs commit: modperl/apaci mod_perl.config.sh

2002-05-22 Thread dougm
dougm 02/05/22 20:30:21 Modified:apacimod_perl.config.sh Log: another bleedperl/hpux/ld hack Revision ChangesPath 1.26 +1 -1 modperl/apaci/mod_perl.config.sh Index: mod_perl.config.sh

cvs commit: modperl Changes Makefile.PL STATUS

2002-05-22 Thread dougm
dougm 02/05/22 20:38:39 Modified:.Changes Makefile.PL STATUS Log: Submitted by: Randy Kobes [EMAIL PROTECTED] Reviewed by: dougm fix Win32 build problems with spaces in shell arguments Revision ChangesPath 1.644 +3 -0 modperl/Changes Index

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

2002-05-22 Thread dougm
dougm 02/05/22 21:03:46 Modified:src/modules/perl mod_perl.c mod_perl.h Log: better fix for DynaLoader vs XSLoader workaround Revision ChangesPath 1.144 +23 -1 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl/t/net/perl server_error.pl

2002-05-22 Thread dougm
dougm 02/05/22 21:21:07 Modified:.Changes STATUS lib/Apache Registry.pm t/net/perl server_error.pl Log: Submitted by: Jesse Erlbaum [EMAIL PROTECTED] Reviewed by: dougm Apache::Registry errors are now saved in $r-notes('error-notes

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

2002-05-22 Thread dougm
dougm 02/05/22 21:35:16 Modified:src/modules/perl mod_perl.c mod_perl.h Log: fix fix to compile with ithreads Revision ChangesPath 1.145 +2 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-05-21 Thread dougm
dougm 02/05/21 09:48:29 Modified:lib/Apache Build.pm lib/ModPerl BuildOptions.pm Log: allow MP_AP_PREFIX to be a source tree directory Revision ChangesPath 1.87 +10 -9 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-05-21 Thread dougm
dougm 02/05/21 09:49:53 Modified:lib/Apache Build.pm Log: dont bother looking for the ssl includes, we dont use them Revision ChangesPath 1.88 +0 -7 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2002-05-21 Thread dougm
dougm 02/05/21 18:59:00 Modified:.Makefile.PL lib/Apache Build.pm Log: make it possible to change the name of src/modules/perl/Makefile in case static build requires a src/modules/perl/Makefile.in Revision ChangesPath 1.82 +12 -8

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

2002-05-20 Thread dougm
dougm 02/05/20 15:27:30 Modified:lib/Apache Build.pm Log: use Apache::TestConfig::which instead of duplicating Revision ChangesPath 1.85 +2 -7 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/xs/Apache/RequestRec Apache__RequestRec.h

2002-05-20 Thread dougm
dougm 02/05/20 17:07:01 Modified:xs/Apache/RequestRec Apache__RequestRec.h Log: include string terminator when calling ap_set_content_type Revision ChangesPath 1.2 +1 -1 modperl-2.0/xs/Apache/RequestRec/Apache__RequestRec.h Index: Apache__RequestRec.h

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

2002-05-20 Thread dougm
dougm 02/05/20 19:50:39 Added: t/response/TestModperl subenv.pm Log: tests for $r-subprocess_env Revision ChangesPath 1.1 modperl-2.0/t/response/TestModperl/subenv.pm Index: subenv.pm

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

2002-05-19 Thread dougm
dougm 02/05/19 12:10:45 Modified:t/response/TestAPI module.pm Log: fix broken test #2 Revision ChangesPath 1.7 +2 -2 modperl-2.0/t/response/TestAPI/module.pm Index: module.pm === RCS

cvs commit: modperl-2.0/xs/Apache/RequestRec - New directory

2002-05-19 Thread dougm
dougm 02/05/19 13:08:46 modperl-2.0/xs/Apache/RequestRec - New directory

cvs commit: modperl-2.0/xs/Apache/RequestRec Apache__RequestRec.h

2002-05-19 Thread dougm
dougm 02/05/19 13:09:27 Added: xs/Apache/RequestRec Apache__RequestRec.h Log: wrapper for $r-content_type Revision ChangesPath 1.1 modperl-2.0/xs/Apache/RequestRec/Apache__RequestRec.h Index: Apache__RequestRec.h

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

2002-05-19 Thread dougm
dougm 02/05/19 13:11:56 Modified:xs/maps apache_functions.map apache_structures.map modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: wrap $r-content_type(foo/bar) so ap_set_content_type is called underneath

cvs commit: modperl-2.0/xs/Apache/Response Apache__Response.h

2002-05-19 Thread dougm
dougm 02/05/19 16:01:12 Modified:xs/Apache/Response Apache__Response.h Log: use ap_set_content_type rather than directly setting r-content_type in $r-send_http_header Revision ChangesPath 1.7 +1 -1 modperl-2.0/xs/Apache/Response/Apache__Response.h

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

2002-05-19 Thread dougm
dougm 02/05/19 16:59:52 Modified:xs/maps apache_functions.map apr_functions.map Log: misc api mapping changes: - swap internal_fast_redirect, ap_die args - alias sub_req_lookup_dirent to lookup_dirent, reorder/default args - disable ap_run_child_init, apr_gethostname

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

2002-05-18 Thread dougm
dougm 02/05/18 19:26:11 Modified:src/modules/perl mod_perl.h modperl_cmd.c Log: fold some duplication in modperl_cmd_{set,add}_var Revision ChangesPath 1.42 +4 -0 modperl-2.0/src/modules/perl/mod_perl.h Index: mod_perl.h

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

2002-05-17 Thread dougm
dougm 02/05/17 19:07:42 Added: t/response/TestModperl method.pm methodname.pm methodobj.pm Log: add some test for method handlers Revision ChangesPath 1.1 modperl-2.0/t/response/TestModperl/method.pm Index: method.pm

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

2002-05-17 Thread dougm
dougm 02/05/17 19:08:21 Modified:t/conf modperl_extra.pl Log: add config for modperl/methodobj test Revision ChangesPath 1.14 +4 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/todo asap.txt

2002-05-17 Thread dougm
dougm 02/05/17 20:20:37 Removed: todo asap.txt Log: these are no longer issues and anything to be added here should be in a STATUS file

cvs commit: modperl/t/docs startup.pl

2002-05-15 Thread dougm
dougm 02/05/15 11:01:21 Modified:t/docs startup.pl Log: the easy fix for bleedperl taint issue: don't use ExtUtils::testlib we don't need it anyhow. Revision ChangesPath 1.43 +0 -3 modperl/t/docs/startup.pl Index: startup.pl

cvs commit: modperl/src/modules/perl perl_util.c

2002-05-14 Thread dougm
dougm 02/05/14 19:08:16 Modified:src/modules/perl perl_util.c Log: reverting fix taint issue with bleedperl change as it was not the right fix Revision ChangesPath 1.49 +0 -1 modperl/src/modules/perl/perl_util.c Index: perl_util.c

cvs commit: modperl/src/modules/perl perl_util.c

2002-04-15 Thread dougm
dougm 02/04/15 19:32:22 Modified:src/modules/perl perl_util.c Log: fix taint issue with bleedperl Revision ChangesPath 1.48 +1 -0 modperl/src/modules/perl/perl_util.c Index: perl_util.c

Re: [Fwd: Re: How to reload PERL module in all Apache children]

2002-04-11 Thread dougm
if you use Apache::Reload with a threaded MPM and multiple interpreters, the modules will be reloaded by each interpreter as they are used, not every interpreter all at once. similar to 1.x where each child has its own interpreter, the modules are reloaded as each kid is hit with a request.

Re: [Fwd: Re: How to reload PERL module in all Apache children]

2002-04-11 Thread dougm
On Fri, 12 Apr 2002, Stas Bekman wrote: But if talk about futuristic Solar variables (perl globals shared between threads). what if a solar variable is a reference to CODE? Can this be shared? If so, will reloading this variable in one interpreter affect others? even if that would work,

Re: [Fwd: Re: How to reload PERL module in all Apache children]

2002-04-11 Thread dougm
On Thu, 11 Apr 2002, Perrin Harkins wrote: Does it look you'll be able to get the solar variables idea to work for those data types? i had a simple prototype way back that sorta worked for simple scalars, probably won't take it any further now that there is threads::shared in 5.7.x.

cvs commit: modperl-2.0/xs typemap

2002-04-09 Thread dougm
dougm 02/04/09 13:19:25 Modified:xs typemap Log: override T_PTROBJ INPUT typemap to croak if object is not a blessed reference, to prevent possible segv from e.g. Apache::Server-process Revision ChangesPath 1.6 +11 -0 modperl-2.0/xs/typemap

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

2002-04-08 Thread dougm
dougm 02/04/08 18:00:52 Modified:.Changes src/modules/perl mod_perl.c modperl_global.c t/htdocs/includes test.shtml t/modules include.t Added: t/htdocs/includes-registry cgipm.pl Log: fix 'PerlOptions +GlobalRequest

cvs commit: modperl-2.0 Changes

2002-04-08 Thread dougm
dougm 02/04/08 19:59:19 Modified:src/modules/perl modperl_util.c .Changes Log: fix ModPerl::Util::exit to clear $ before calling Perl_croak Revision ChangesPath 1.38 +1 -0 modperl-2.0/src/modules/perl/modperl_util.c Index

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

2002-04-07 Thread dougm
dougm 02/04/07 14:41:33 Modified:t/response/TestApache compat2.pm Log: needs adjustment after fix to Apache::compat Revision ChangesPath 1.4 +1 -1 modperl-2.0/t/response/TestApache/compat2.pm Index: compat2.pm

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

2002-04-06 Thread dougm
dougm 02/04/06 17:25:14 Modified:t/response/TestApache compat2.pm Log: get rid of annoying unexpectedly succeeded messages: apache/compat2..ok, 1/34 unexpectedly succeeded All tests successful (1 subtest UNEXPECTEDLY SUCCEEDED). Revision ChangesPath 1.3

cvs commit: modperl-2.0/examples/lib/Apache HelloWorld.pm

2002-04-06 Thread dougm
dougm 02/04/06 20:05:07 Modified:examples/lib/Apache HelloWorld.pm Log: fix example, add more config Revision ChangesPath 1.4 +10 -3 modperl-2.0/examples/lib/Apache/HelloWorld.pm Index: HelloWorld.pm

cvs commit: modperl-2.0 Changes

2002-04-06 Thread dougm
dougm 02/04/06 20:39:10 Modified:.Changes Log: here goes nuthin Revision ChangesPath 1.2 +3 -1 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-04-05 Thread dougm
dougm 02/04/05 17:23:17 Modified:src/modules/perl mod_perl.c Log: use AP_FTYPE_RESOURCE rather than AP_FTYPE_CONTENT_SET Revision ChangesPath 1.111 +2 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-04-05 Thread dougm
dougm 02/04/05 17:42:53 Modified:lib .cvsignore lib/ModPerl Code.pm t/conf modperl_extra.pl t/response/TestDirective perlrequire.pm Added: lib Apache2.pm Log: no longer generate Apache2.pm add an Apache2.pm

cvs commit: modperl-2.0 .cvsignore Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 20:01:56 Modified:..cvsignore Makefile.PL Log: generate MANIFEST during make dist Revision ChangesPath 1.6 +1 -0 modperl-2.0/.cvsignore Index: .cvsignore === RCS

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

2002-03-29 Thread dougm
dougm 02/03/29 08:16:21 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.23 +12 -1 modperl-2.0/xs/tables

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

2002-03-28 Thread dougm
dougm 02/03/28 16:52:44 Modified:xs/maps apache_functions.map Log: fix to build against current httpd-2.0 Revision ChangesPath 1.46 +2 -2 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

cvs commit: modperl/t/net/perl util.pl

2002-03-26 Thread dougm
dougm 02/03/26 06:52:28 Modified:.Changes t/net/perl util.pl Log: Submitted by: Tatsuhiko Miyagawa Reviewed by: dougm fix bug in modules/util test Revision ChangesPath 1.640 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl/Util Util.pm

2002-03-26 Thread dougm
dougm 02/03/26 06:56:15 Modified:Util Util.pm Log: Submitted by: Eric Cholet, Robin Berjon Reviewed by: dougm doc: Apache::Util::escape_html is only meant to escape US-ASCII text Revision ChangesPath 1.9 +4 -0 modperl/Util/Util.pm Index

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

2002-03-25 Thread dougm
dougm 02/03/25 19:37:47 Modified:xs/Apache/Log Apache__Log.h Log: workaround win32/5.6.1 bug which crashes when using PL_sv_no with do_join Revision ChangesPath 1.9 +24 -6 modperl-2.0/xs/Apache/Log/Apache__Log.h Index: Apache__Log.h

cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread dougm
dougm 02/03/25 10:45:23 Modified:.Changes src/modules/perl Util.xs t/net/perl util.pl Log: backing out change: properly escape highbit chars in Apache::Utils::escape_html Revision ChangesPath 1.639 +0 -4 modperl/Changes

cvs commit: modperl/lib/Apache ExtUtils.pm

2002-03-24 Thread dougm
dougm 02/03/24 11:06:03 Modified:.Changes Makefile.PL lib/Apache ExtUtils.pm Log: Submitted by: stas Reviewed by:dougm rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't need and apache won't compile with Revision Changes

cvs commit: modperl/src/modules/perl perl_config.c

2002-03-24 Thread dougm
dougm 02/03/24 12:45:18 Modified:.Changes STATUS src/modules/perl perl_config.c Log: Submitted by: Salvador Ortiz Garcia [EMAIL PROTECTED] Reviewed by: dougm fix multiple %LocationMatch in Perl sections bug Revision ChangesPath 1.630

cvs commit: modperl STATUS

2002-03-24 Thread dougm
dougm 02/03/24 12:53:41 Modified:.STATUS Log: address the print() dereferencing issue Revision ChangesPath 1.7 +14 -7 modperl/STATUS Index: STATUS === RCS file: /home/cvs

cvs commit: modperl/t/net/perl util.pl

2002-03-24 Thread dougm
dougm 02/03/24 13:57:53 Modified:.Changes STATUS src/modules/perl Util.xs t/net/perl util.pl Log: Submitted by: Geoff Young [EMAIL PROTECTED] Reviewed by: dougm properly escape highbit chars in Apache::Utils::escape_html Revision

cvs commit: modperl/lib/Apache RegistryNG.pm

2002-03-24 Thread dougm
dougm 02/03/24 14:06:39 Modified:.Changes STATUS lib/Apache RegistryNG.pm Log: Submitted by: Geoff Young Reviewed by: dougm properly deal with $r-status codes (e.g. redirect) in Apache::RegistryNG Revision ChangesPath 1.634 +3 -0

cvs commit: modperl/src/modules/perl perl_config.c

2002-03-24 Thread dougm
dougm 02/03/24 14:51:04 Modified:.Changes STATUS src/modules/perl perl_config.c Log: Submitted by: Stephen Clouse [EMAIL PROTECTED] Reviewed by: dougm do not clear symbol tables within a package in perl_clear_symtab() used by directive handler

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

2002-03-24 Thread dougm
dougm 02/03/24 15:01:33 Modified:.Changes STATUS src/modules/perl mod_perl.c mod_perl.h perl_util.c Log: Submitted by: Tatsuhiko Miyagawa [EMAIL PROTECTED] Reviewed by: dougm PERL5LIB support now properly unshifts paths into @INC rather than push

cvs commit: modperl/apaci load_modules.pl.PL

2002-03-24 Thread dougm
dougm 02/03/24 16:16:20 Modified:apaciload_modules.pl.PL Log: 5.7.3+ File::Find croaks if the finddepth directory does not exist, which it doesn't when building with USE_APXS=1 Revision ChangesPath 1.4 +1 -1 modperl/apaci/load_modules.pl.PL Index

cvs commit: modperl Changes

2002-03-24 Thread dougm
dougm 02/03/24 17:59:02 Modified:lib/Apache PerlRun.pm .Changes Log: Apache::PerlRun will now localize $SIG{__{DIE,WARN}__} Revision ChangesPath 1.38 +5 -0 modperl/lib/Apache/PerlRun.pm Index: PerlRun.pm

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

2002-03-23 Thread dougm
dougm 02/03/23 18:36:41 Modified:src/modules/perl modperl_io.c Log: figure out which tiehandle SV to use at compile as 1.x does, rather than at runtime Revision ChangesPath 1.7 +12 -10modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c

cvs commit: modperl/src/modules/perl perlio.c

2002-03-23 Thread dougm
dougm 02/03/23 18:17:10 Modified:.STATUS src/modules/perl perlio.c Log: fix tiehandle fix so it will compile with Perls 5.6.0 and fold some duplication in the original patch Revision ChangesPath 1.4 +1 -5 modperl/STATUS Index

cvs commit: modperl/lib/Apache test.pm

2002-03-23 Thread dougm
dougm 02/03/23 18:55:44 Modified:lib/Apache test.pm Log: change lwp default to use HTTP/1.0, preventing a pile of warnings in t/internal/http-get Revision ChangesPath 1.24 +2 -0 modperl/lib/Apache/test.pm Index: test.pm

cvs commit: modperl MANIFEST

2002-03-23 Thread dougm
dougm 02/03/23 19:02:45 Modified:.MANIFEST Log: add missing files to MANIFEST that caused t/internal/redirect #4 to fail Revision ChangesPath 1.70 +2 -0 modperl/MANIFEST Index: MANIFEST

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

2002-03-13 Thread dougm
dougm 02/03/13 09:21:53 Modified:src/modules/perl modperl_log.h Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm fix MP_FUNC for gcc3 Revision ChangesPath 1.7 +9 -4 modperl-2.0/src/modules/perl/modperl_log.h Index

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

2002-03-09 Thread dougm
dougm 02/03/09 16:09:52 Modified:src/modules/perl mod_perl.c modperl_filter.c Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm sync with filter name changes Revision ChangesPath 1.109 +2 -2 modperl-2.0/src/modules/perl

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

2002-03-09 Thread dougm
dougm 02/03/09 16:11:50 Modified:xs/maps apr_structures.map apr_types.map Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm adjust to apr_exploded_time_t = apr_time_exp_t rename Revision ChangesPath 1.7 +2 -2 modperl-2.0/xs

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

2002-03-09 Thread dougm
dougm 02/03/09 16:14:23 Modified:xs/maps apache_functions.map Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm fix $r-no_cache Revision ChangesPath 1.45 +0 -1 modperl-2.0/xs/maps/apache_functions.map Index

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

2002-03-09 Thread dougm
dougm 02/03/09 16:17:05 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.22 +4 -3 modperl-2.0/xs/tables

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

2002-03-01 Thread dougm
dougm 02/03/01 10:44:36 Modified:lib/Apache ParseSourcepm Log: skip header files that #include apr_optionalh Revision ChangesPath 136 +2 -1 modperl-20/lib/Apache/ParseSourcepm Index: ParseSourcepm

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

2002-02-28 Thread dougm
dougm 02/02/28 19:30:04 Modified:src/modules/perl modperl_perlc Log: trickery to prevent perl_destruct from freeing the environ array does not work in win32 service shutdown pull a different stunt to get the same effect, preventing the server from crashing Revision

cvs commit: modperl-2.0/xs/Apache/SubRequest Apache__SubRequest.h

2002-02-26 Thread dougm
dougm 02/02/26 11:03:58 Added: xs/Apache/SubRequest Apache__SubRequest.h Log: moving the subrequest special case here, to flush main output buffer before running a subrequest. Revision ChangesPath 1.1 modperl-2.0/xs/Apache/SubRequest

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

2002-02-26 Thread dougm
dougm 02/02/26 11:04:25 Modified:xs/maps apache_functions.map Log: call the modperl wrapper for ap_run_sub_req Revision ChangesPath 1.44 +1 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

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

2002-02-26 Thread dougm
dougm 02/02/26 11:09:10 Added: t/htdocs .cvsignore Log: ignore Revision ChangesPath 1.1 modperl-2.0/t/htdocs/.cvsignore Index: .cvsignore === index.html perlio

cvs commit: modperl-2.0/t/htdocs/includes-registry test.pl

2002-02-26 Thread dougm
dougm 02/02/26 11:10:38 Added: t/htdocs/includes-registry test.pl Log: test for mod_include include virtual of a mod_perl script Revision ChangesPath 1.1 modperl-2.0/t/htdocs/includes-registry/test.pl Index: test.pl

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

2002-02-26 Thread dougm
dougm 02/02/26 11:12:04 Modified:t/conf extra.conf.in Log: configuration for mod_include+mod_perl test Revision ChangesPath 1.2 +12 -0 modperl-2.0/t/conf/extra.conf.in Index: extra.conf.in

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

2002-02-20 Thread dougm
dougm 02/02/20 17:40:03 Modified:lib/ModPerl TypeMap.pm Log: loosen aTHX check; might be register PerlInterpreter Revision ChangesPath 1.13 +1 -1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

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

2002-02-01 Thread dougm
dougm 02/02/01 12:00:53 Modified:xs/APR/APR APR.xs Log: specify prototyping behavior to shutup xsubpp Revision ChangesPath 1.4 +2 -0 modperl-2.0/xs/APR/APR/APR.xs Index: APR.xs === RCS

cvs commit: modperl-2.0/xs/Apache/Connection Apache__Connection.h

2002-01-29 Thread dougm
dougm 02/01/29 08:32:25 Modified:xs/Apache/Connection Apache__Connection.h Log: get Apache::Connection-client_socket working again Revision ChangesPath 1.2 +9 -0 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h

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

2002-01-29 Thread dougm
dougm 02/01/29 19:29:38 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.33 +42 -1 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index

cvs commit: modperl-2.0/xs/Apache/Connection Apache__Connection.h

2002-01-29 Thread dougm
dougm 02/01/29 19:30:24 Modified:xs/Apache/Connection Apache__Connection.h Log: conn_rec.client_socket has gone away again Revision ChangesPath 1.3 +0 -9 modperl-2.0/xs/Apache/Connection/Apache__Connection.h Index: Apache__Connection.h

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

2002-01-28 Thread dougm
dougm 02/01/28 21:35:34 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.32 +146 -59 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

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

2002-01-24 Thread dougm
dougm 02/01/24 20:04:12 Modified:xs/tables/current/Apache FunctionTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.31 +72 -6 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

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

2002-01-24 Thread dougm
dougm 02/01/24 20:04:22 Modified:src/modules/perl modperl_filter.c modperl_filter.h xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map Log: adjust to ap_get_brigade() API change Revision ChangesPath 1.31 +3 -3

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

2002-01-20 Thread dougm
dougm 02/01/20 10:35:26 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.21 +6 -4 modperl-2.0/xs/tables

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

2002-01-20 Thread dougm
dougm 02/01/20 10:37:05 Modified:src/modules/perl modperl_filter.c modperl_filter.h t/filter/TestFilter input_body.pm input_msg.pm t/protocol/TestProtocol echo_filter.pm xs/Apache/Filter Apache__Filter.h xs/maps

cvs commit: modperl-2.0/xs/Apache/SubProcess Apache__SubProcess.h

2002-01-18 Thread dougm
dougm 02/01/18 16:25:41 Modified:xs/Apache/SubProcess Apache__SubProcess.h Log: get rid of warning on win32 - FAILED : macro redefinition Revision ChangesPath 1.9 +1 -0 modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h Index: Apache__SubProcess.h

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

2002-01-10 Thread dougm
dougm 02/01/10 09:26:20 Modified:t/protocol/TestProtocol eliza.pm Log: chomp the string before testing value Revision ChangesPath 1.2 +1 -0 modperl-2.0/t/protocol/TestProtocol/eliza.pm Index: eliza.pm

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

2002-01-08 Thread dougm
dougm 02/01/08 11:04:22 Modified:src/modules/perl modperl_io.c Log: plug leaking tied STD{IN,OUT} objects Revision ChangesPath 1.6 +2 -0 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c

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

2002-01-08 Thread dougm
dougm 02/01/08 14:46:09 Modified:t/conf modperl_extra.pl t/response/TestModperl print.pm Log: add some END blocks for testing Revision ChangesPath 1.12 +4 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

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

2002-01-08 Thread dougm
dougm 02/01/08 14:48:38 Modified:xs/Apache/RequestIO Apache__RequestIO.h xs/maps modperl_functions.map Log: dd UNTIE method to avoid warning from pp_untie: untie attempted while %d inner references still exist which is legit in our case, since we do

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

2002-01-08 Thread dougm
dougm 02/01/08 14:49:32 Modified:t/response/TestModperl readline.pm getc.pm Log: untie STDIN Revision ChangesPath 1.3 +2 -0 modperl-2.0/t/response/TestModperl/readline.pm Index: readline.pm

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

2002-01-08 Thread dougm
dougm 02/01/08 16:31:39 Modified:src/modules/perl mod_perl.c Log: rid warning #ifdef USE_ITHREADS Revision ChangesPath 1.104 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-01-07 Thread dougm
dougm 02/01/07 17:06:20 Modified:xs/APR/PerlIO apr_perlio.c Log: add some debug info Revision ChangesPath 1.9 +23 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c === RCS

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

2002-01-07 Thread dougm
dougm 02/01/07 17:09:19 Modified:xs/APR/PerlIO apr_perlio.c Log: work around bug where some PerlIOAPR filehandles are still open during perl_destruct Revision ChangesPath 1.10 +14 -2 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

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

2002-01-07 Thread dougm
dougm 02/01/07 17:13:29 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_interp.c Log: fix so perl_destruct (and things like END blocks) are run in child processes when they are shutdown Revision ChangesPath 1.103 +30 -3 modperl-2.0/src/modules/perl

<    1   2   3   4   5   6   7   8   >