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

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

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

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

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

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

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

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

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

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 Perl section Revision ChangesPath 1.111 +9 -1 modperl/src/modules/perl/perl_config.c

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

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 .Changes Log: add Apache

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:

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

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:

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:

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:

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

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 ===

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:

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

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:

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:13:42 Modified:.Changes Log: document change to Apache::URI::port() Revision ChangesPath 1.462 +3 -0 modperl/Changes Index: Changes === RCS file:

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