cvs commit: modperl Changes

2003-02-19 Thread stas
stas2003/02/19 21:21:56 Modified:src/modules/perl Apache.xs .Changes Log: can't let the default typemap rule to convert sv into char* in unescape_url, since it doesn't handle correctly undefs (returns an unallocated "" string, which then causes a segfau

cvs commit: modperl Changes

2003-02-18 Thread stas
stas2003/02/18 18:38:22 Modified:src/modules/perl perl_config.c .Changes Log: Make sure to start perl, if it's not running, before processing Perl* directives, with threaded perl and PERL_STACKED_HANDLERS=0 Revision ChangesPath 1.115 +9 -5

cvs commit: modperl Changes

2003-01-27 Thread stas
stas2003/01/27 16:30:22 Modified:lib/Bundle Apache.pm .Changes Log: Add Apache::Module to Bundle::Apache Revision ChangesPath 1.8 +2 -0 modperl/lib/Bundle/Apache.pm Index: Apache.pm =

cvs commit: modperl Changes

2002-12-24 Thread stas
stas2002/12/24 17:46:10 Modified:src/modules/perl perl_util.c .Changes Log: prevent segfaults in mod_perl_mark_where() when a sub can't get resolved Submitted by: Gerald Richter <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1

cvs commit: modperl Changes

2002-11-28 Thread stas
stas2002/11/28 01:42:46 Modified:lib/Apache Status.pm .Changes Log: Need to load B::Terse/TerseSize if it wasn't loaded yet in that child before using it. Submitted by: Dan Sully <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath

cvs commit: modperl Changes

2002-08-12 Thread stas
stas2002/08/12 20:18:48 Modified:Apache Apache.pm .Changes Log: document the server_root_relative() method Revision ChangesPath 1.72 +28 -1 modperl/Apache/Apache.pm Index: Apache.pm

cvs commit: modperl Changes

2002-08-11 Thread stas
stas2002/08/12 00:11:39 Modified:lib/Apache PerlRun.pm .Changes Log: eliminate warnings when flushing functions with empty () prototypes in Apache::PerlRun::flush_namespace Submitted by: Yair Lenga <[EMAIL PROTECTED]> Reviewed by: stas Revision

cvs commit: modperl Changes

2002-07-30 Thread stas
stas2002/07/30 19:10:16 Modified:lib/Apache Status.pm .Changes Log: fix Apache::Status to not use :: in filenames, which is not allowed on certain OSs Submitted by: DH <[EMAIL PROTECTED]> Revision ChangesPath 1.27 +1 -0 modperl/li

cvs commit: modperl Changes

2002-06-16 Thread dougm
dougm 2002/06/16 12:28:21 Modified:src/modules/perl apache_inc.h .Changes Log: Submitted by: Randy Kobes <[EMAIL PROTECTED]> Reviewed by: dougm fix to compile with 5.8.0 on win32 Revision ChangesPath 1.6 +2 -0 modperl/src/modules/

cvs commit: modperl Changes

2002-06-05 Thread stas
stas2002/06/05 22:17:06 Modified:Constants Constants.pm .Changes Log: Document the possible misuses of the Apache::Constant constants Submitted by: Per Einar Ellefsen <[EMAIL PROTECTED]> Revision ChangesPath 1.23 +33 -0 modperl/Const

cvs commit: modperl Changes

2002-06-01 Thread dougm
dougm 2002/06/01 19:59:37 Modified:.Changes Log: add note about Cwd bug Revision ChangesPath 1.648 +2 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v

cvs commit: modperl Changes

2002-05-29 Thread geoff
geoff 02/05/29 09:56:04 Modified:.Changes Log: expand $r->notes('error-notes') to cover PerlRun and RegistryNG Revision ChangesPath 1.647 +2 -1 modperl/Changes Index: Changes ===

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

cvs commit: modperl Changes

2002-04-15 Thread dougm
dougm 02/04/15 19:43:55 Modified:.Changes Log: note taint fixes Revision ChangesPath 1.641 +2 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v retriev

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 Changes Makefile.PL

2002-03-22 Thread stas
stas02/03/22 11:58:13 Modified:.Changes Makefile.PL Log: the first flag argument to perl cannot start with space, since perl tries to open the " -spi.bak" as a file. fix that in the win32 case. Revision ChangesPath 1.626 +4 -0 modperl/Changes

cvs commit: modperl Changes

2001-12-10 Thread dougm
dougm 01/12/10 19:29:44 Modified:src/modules/win32 mod_perl.def apacimod_perl.exp .Changes Log: added perl_perl_merge_dir_config and array_header2avrv symbols to mod_perl.def for win32 and mod_perl.exp for aix Submitted by: Randy Kobes

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

cvs commit: modperl Changes

2001-08-25 Thread dougm
dougm 01/08/25 12:55:03 Modified:lib/Apache ExtUtils.pm .Changes Log: allow overriding of container directive handlers using the func parameter Submitted by: Geoffrey Young <[EMAIL PROTECTED]> Revision ChangesPath 1.23 +1 -1 modperl/l

cvs commit: modperl Changes

2001-07-11 Thread dougm
dougm 01/07/11 08:12:11 Modified:lib/Apache PerlRun.pm .Changes Log: remove $r->finfo usage from Apache::PerlRun, clearly finfo isn't as stable as it should be Revision ChangesPath 1.37 +3 -1 modperl/lib/Apache/PerlRun.pm Index:

cvs commit: modperl Changes

2001-07-10 Thread dougm
dougm 01/07/10 20:02:29 Modified:src/modules/perl perl_config.c .Changes Log: Apache->server will now point the current VirtualHost when inside a section Revision ChangesPath 1.111 +9 -1 modperl/src/modules/perl/perl_config.c Ind

cvs commit: modperl Changes

2001-07-09 Thread dougm
dougm 01/07/09 20:30:30 Modified:src/modules/perl mod_perl.c mod_perl.h .Changes Log: allow per-server and per-location PerlSetEnv to be properly merged when a per-server handler is configured Revision ChangesPath 1.141 +8 -3 modperl/s

RE: cvs commit: modperl Changes

2001-07-07 Thread Geoffrey Young
>-Original Message- >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Sent: 7/6/01 4:33 PM >Subject: cvs commit: modperl Changes > >dougm 01/07/06 13:33:46 > > Modified:src/modules/perl Apache.xs > t/docs startup.pl >

cvs commit: modperl Changes

2001-07-06 Thread dougm
dougm 01/07/06 14:20:03 Modified:.Changes Log: rolling 1.25_01 Revision ChangesPath 1.608 +1 -1 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v retrievi

cvs commit: modperl Changes

2001-07-06 Thread dougm
dougm 01/07/06 13:33:46 Modified:src/modules/perl Apache.xs t/docs startup.pl .Changes Log: add Apache::add_version_component() function Revision ChangesPath 1.125 +7 -0 modperl/src/modules/perl/Apache.xs Index: Apa

cvs commit: modperl Changes

2001-07-06 Thread dougm
dougm 01/07/06 10:19:56 Modified:src/modules/win32 mod_perl.def .Changes Log: add perl_call_handler to mod_perl.def for win32/axkit Revision ChangesPath 1.3 +14 -15modperl/src/modules/win32/mod_perl.def Index: mod_perl.def ==

cvs commit: modperl Changes INSTALL.win32 Makefile.PL

2001-06-21 Thread dougm
dougm 01/06/21 09:11:48 Modified:.Changes INSTALL.win32 Makefile.PL Log: win32 enhancement: APACHE_SRC can be either the build or install tree Revision ChangesPath 1.601 +3 -0 modperl/Changes Index: Changes ==

cvs commit: modperl Changes

2001-06-18 Thread dougm
dougm 01/06/18 19:36:42 Modified:src/modules/perl mod_perl.c .Changes Log: perl_destruct_level must always be 2 for DSO builds Revision ChangesPath 1.138 +1 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl Changes Makefile.PL

2001-05-01 Thread dougm
dougm 01/05/01 10:08:25 Modified:.Changes Makefile.PL Log: fix 'make offsite-tar' Revision ChangesPath 1.590 +2 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/C

cvs commit: modperl Changes Makefile.PL

2001-04-17 Thread dougm
dougm 01/04/17 15:39:09 Modified:.Changes Makefile.PL Log: improve Apache::MyConfig Revision ChangesPath 1.587 +2 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl

cvs commit: modperl Changes

2001-04-17 Thread dougm
dougm 01/04/17 14:30:09 Modified:src/modules/perl perl_util.c .Changes Log: make sure global for Apache->request is reset after configuring %ENV Revision ChangesPath 1.46 +2 -0 modperl/src/modules/perl/perl_util.c Index: perl_util.

cvs commit: modperl Changes INSTALL.win32 INSTALL.activeperl

2000-12-21 Thread dougm
dougm 00/12/21 11:19:12 Modified:.Changes INSTALL.win32 Removed: .INSTALL.activeperl Log: INSTALL.win32 updates, obsolete INSTALL.activeperl removed Revision ChangesPath 1.559 +3 -0 modperl/Changes Index: Changes ==

cvs commit: modperl Changes Makefile.PL

2000-12-20 Thread dougm
dougm 00/12/20 10:35:35 Modified:.Changes Makefile.PL Log: include mod_perl hook/feature config in Apache::MyConfig Revision ChangesPath 1.557 +3 -0 modperl/Changes Index: Changes =

cvs commit: modperl Changes

2000-12-19 Thread dougm
dougm 00/12/19 23:10:25 Modified:apacimod_perl.config.sh .Changes Log: build fix for using gcc with AIX Revision ChangesPath 1.20 +9 -2 modperl/apaci/mod_perl.config.sh Index: mod_perl.config.sh ==

cvs commit: modperl Changes Makefile.PL

2000-12-19 Thread dougm
dougm 00/12/19 22:47:46 Modified:.Changes Makefile.PL Log: allow Makefile.PL to build mod_perl on Win32 using VC++ Revision ChangesPath 1.552 +3 -0 modperl/Changes Index: Changes ==

cvs commit: modperl Changes ToDo

2000-09-28 Thread dougm
dougm 00/09/28 08:19:02 Modified:Constants Constants.pm .Changes ToDo Log: make extra sure Apache::Constants::AUTOLOAD does not recurse looking for sub __AUTOLOAD Revision ChangesPath 1.21 +10 -3 modperl/Constants/Constants.pm Ind

cvs commit: modperl Changes

2000-09-27 Thread dougm
dougm 00/09/27 20:30:21 Modified:.Changes Log: fix %Apache::ReadConfig:: processing for PerlRequire'd files Revision ChangesPath 1.531 +3 -0 modperl/Changes Index: Changes === RCS

cvs commit: modperl Changes Makefile.PL

2000-09-27 Thread dougm
dougm 00/09/27 10:55:24 Modified:.Changes Makefile.PL Log: fix for Makefile.PL ADD_MODULE=src/module/foo/libfoo.a Revision ChangesPath 1.528 +3 -0 modperl/Changes Index: Changes ===

cvs commit: modperl Changes Makefile.PL

2000-09-26 Thread dougm
dougm 00/09/26 14:19:38 Modified:.Changes Makefile.PL Log: fix 'make tar_Apache' Revision ChangesPath 1.525 +2 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Ch

cvs commit: modperl Changes

2000-09-26 Thread dougm
dougm 00/09/26 11:42:02 Modified:.Changes Log: fix bug in Perl{Set,Add}Var so $r->dir_config->get('key') sees the same values as $r->dir_config('key') Revision ChangesPath 1.522 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl Changes

2000-09-13 Thread dougm
dougm 00/09/13 00:48:56 Modified:.Changes Log: fix order and randy's name Revision ChangesPath 1.516 +2 -2 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v

cvs commit: modperl Changes INSTALL.raven

2000-07-09 Thread dougm
dougm 00/07/09 22:13:33 Modified:.Changes INSTALL.raven Log: INSTALL.raven update Revision ChangesPath 1.500 +2 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/C

cvs commit: modperl Changes

2000-06-05 Thread cholet
cholet 00/06/05 08:42:06 Modified:.Changes Log: document my latest fix Revision ChangesPath 1.496 +3 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v r

cvs commit: modperl Changes

2000-05-19 Thread cholet
cholet 00/05/19 09:01:24 Modified:.Changes Log: document the fact that I fixed what I'd just broken Revision ChangesPath 1.488 +3 -0 modperl/Changes Index: Changes === RCS file: /h

cvs commit: modperl Changes Makefile.PL

2000-05-12 Thread dougm
dougm 00/05/12 15:48:09 Modified:.Changes Makefile.PL Log: Makefile.PL warns about 5.6.0+uselargefiles if USE_APXS Revision ChangesPath 1.481 +2 -0 modperl/Changes Index: Changes ==

cvs commit: modperl Changes Makefile.PL

2000-04-27 Thread dougm
dougm 00/04/27 15:45:30 Modified:.Changes Makefile.PL Log: pass $Config{ccflags} to apache for 5.6.0+ Revision ChangesPath 1.476 +2 -0 modperl/Changes Index: Changes === RCS file:

cvs commit: modperl Changes Makefile.PL

2000-04-21 Thread dougm
dougm 00/04/21 12:37:46 Modified:.Changes Makefile.PL Log: fixed 'make clean' to remove FILES => passed to MakeMaker Revision ChangesPath 1.474 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl Changes Makefile.PL

2000-04-20 Thread dougm
dougm 00/04/20 22:56:20 Modified:.Changes Makefile.PL Log: --disable-rule=EXPAT is passed to Apache's configure to avoid XML::Parser conflicts Revision ChangesPath 1.470 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl Changes

2000-04-10 Thread cholet
cholet 00/04/10 07:16:11 Modified:.Changes Log: typo Revision ChangesPath 1.463 +1 -1 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v retrieving revision

cvs commit: modperl Changes

2000-04-10 Thread cholet
cholet 00/04/10 07:13:42 Modified:.Changes Log: document change to Apache::URI::port() Revision ChangesPath 1.462 +3 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modpe

cvs commit: modperl Changes INSTALL Makefile.PL

2000-04-02 Thread dougm
dougm 00/04/02 20:56:12 Modified:.Changes INSTALL Makefile.PL Log: updated dso+aix Perl patch Revision ChangesPath 1.454 +3 -0 modperl/Changes Index: Changes === RCS file: /home/c

cvs commit: modperl Changes Makefile.PL

2000-04-02 Thread dougm
dougm 00/04/02 20:40:36 Modified:.Changes Makefile.PL Log: warn that dso+Perl malloc needs a Perl built with -Ubincompat5005 Revision ChangesPath 1.453 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl Changes

2000-03-31 Thread cholet
cholet 00/03/31 09:11:02 Modified:.Changes Log: add proper credit Revision ChangesPath 1.450 +2 -2 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v retrie

Re: cvs commit: modperl Changes MANIFEST

2000-03-28 Thread Stas Bekman
On 6 Mar 2000 [EMAIL PROTECTED] wrote: > dougm 00/03/05 17:43:58 > > Modified:.Changes MANIFEST > Log: > thinking about this more, i really dont think GTopLimit should be included > with mod_perl. it makes more sense to make it part of the GTop distribution > or be o