randyk 2003/03/13 22:59:41
Modified: . Changes Log: Reviewed by: stas log recent changes about warnings under src/modules/perl/. Revision Changes Path 1.665 +10 -0 modperl/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl/Changes,v retrieving revision 1.664 retrieving revision 1.665 diff -u -r1.664 -r1.665 --- Changes 8 Mar 2003 04:11:09 -0000 1.664 +++ Changes 14 Mar 2003 06:59:40 -0000 1.665 @@ -10,6 +10,16 @@ =item 1.27_01-dev +avoid various warnings under src/modules/perl/: +- declare bufsiz to be STRLEN in Apache.xs, and add + STRLEN to Apache/typemap +- add I32 typecast in Constants.xs +- avoid use of unregistered local variables for Win32 + in mod_perl.c and perl_config.c +- s/I32/U8/ in mod_perl.h, perl_config.c, and perl_util.c +- declare i and http_code to be STRLEN in perl_util.c +[Stas Bekman, Randy Kobes] + don't use $r variable in Apache::PerlRun::compile(), so the script won't use use inherited $r by mistake [Stas Bekman]