geoff 2004/03/09 13:52:33
Modified:src/modules/perl Apache.xs
Log:
make sure that RETVAL contains a valid pointer before calling SvOK
Revision ChangesPath
1.131 +1 -1 modperl/src/modules/perl/Apache.xs
Index: Apache.xs
===
geoff 2003/12/01 09:30:19
Modified:src/modules/perl Apache.xs
Log:
fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef
Revision ChangesPath
1.130 +1 -1 modperl/src/modules/perl/Apache.xs
Index: Apache.xs
stas2003/09/16 12:51:06
Modified:src/modules/perl Apache.xs
Log:
s/FALSE/GV_ADDWARN/ in gv_fetchpv() which adds no overhead, but prints a
warning if the pv doesn't exist. suggested by Tim Bunce.
Revision ChangesPath
1.129 +2 -1 modperl/src/modules/perl/Apac
Wouldn't this be worthy of being logged in Changes ?
On Sun, 2003-07-06 at 12:51, [EMAIL PROTECTED] wrote:
> randyk 2003/07/05 21:51:20
>
> Modified:src/modules/perl Apache.xs
> Log:
> Workaround to allow compiling with Win32 ActivePerl 8xx, which
> introduced LARGE_FILES support
randyk 2003/07/05 21:51:20
Modified:src/modules/perl Apache.xs
Log:
Workaround to allow compiling with Win32 ActivePerl 8xx, which
introduced LARGE_FILES support.
Revision ChangesPath
1.128 +15 -1 modperl/src/modules/perl/Apache.xs
Index: Apache.xs
=
randyk 2003/03/13 22:05:06
Modified:Apache typemap
src/modules/perl Apache.xs
Log:
Reviewed by: stas
declare bufsiz of type STRLEN to avoid warning, and add STRLEN to typmap
Revision ChangesPath
1.11 +1 -0 modperl/Apache/typemap
Index: