stas2003/12/15 00:24:57
Modified:src/modules/perl mod_perl.c
.Changes
Log:
Plug a memory leak with 'perl-script' not cleaning up the temp vars
created during the override of STDIN/STDOUT to use the :Apache IO
layer
Revision ChangesPath
1.205
gozer 2003/12/15 11:14:22
Modified:src/modules/perl modperl_mgv.c
Log:
ISO C90 forbids mixed declarations and code
Revision ChangesPath
1.29 +2 -1 modperl-2.0/src/modules/perl/modperl_mgv.c
Index: modperl_mgv.c
==
On Sun, 2003-12-14 at 19:13, [EMAIL PROTECTED] wrote:
> stas2003/12/14 19:13:36
>
> Modified:src/modules/perl modperl_mgv.c
>.Changes
> Log:
> Prevent a problem where an autovivified package (stash) prevents from
> modperl_mgv to load the file with that
randyk 2003/12/15 17:37:13
Modified:.Makefile.PL
lib mod_perl.pm
Log:
Reviewed by: stas
add a name and abstract to mod_perl.pm, and an associated
ABSTRACT_FROM attribute in WriteMakefile() of Makefile.pm,
to help certain tools like on search.cpan.o
randyk 2003/12/15 17:46:13
Modified:lib/Apache Build.pm
Log:
Reviewed by: stas
add MP_AP_PREFIX/bin/apxs to list of tries to make in finding apxs.
Revision ChangesPath
1.152 +2 -1 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
randyk 2003/12/15 18:39:00
Modified:lib/Apache Build.pm
Log:
Reviewed by: stas
In testing for the existence of the apxs and apr-config utilities, Win32 needs
candidates to have a .bat extension for the -x file test to succeed.
Revision ChangesPath
1.153 +16 -2
randyk 2003/12/15 19:48:11
Modified:.Changes
Log:
log change to Apache::Build about adding a .bat extension to apxs and
apr-config candidates.
Revision ChangesPath
1.284 +4 -0 modperl-2.0/Changes
Index: Changes
==