svn commit: r384969 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_perl.c

2006-03-10 Thread gozer
Author: gozer Date: Fri Mar 10 16:41:10 2006 New Revision: 384969 URL: http://svn.apache.org/viewcvs?rev=384969&view=rev Log: Fixes a small typo that would leave ids->egid uninitialized and cause PL_egid to get corrupted as a result. Modified: perl/modperl/trunk/Changes perl/modperl/trun

svn commit: r384970 - /perl/modperl/trunk/src/modules/perl/modperl_perl.c

2006-03-10 Thread gozer
Author: gozer Date: Fri Mar 10 16:45:56 2006 New Revision: 384970 URL: http://svn.apache.org/viewcvs?rev=384970&view=rev Log: Code cleanup, Perl defines Uid_t_f and Gid_t_f as printf format strings to print these types since they can vary greatly between unixes. Casting straight to ints was not a

svn commit: r384985 - /perl/modperl/trunk/Makefile.PL

2006-03-10 Thread gozer
Author: gozer Date: Fri Mar 10 17:37:28 2006 New Revision: 384985 URL: http://svn.apache.org/viewcvs?rev=384985&view=rev Log: Small cosmetic fix, as this looks redundant: Configuring Apache/2.0.54 mod_perl2/2.0.3-dev Perl/v5.8.6 compared to: Configuring Apache/2.0.54 mod_perl/2.0.3-dev Perl/v5.