156
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
On Perl 5.17.6 and above, hash seeding has changed, and HvREHASH has disappeared.
Steve Hay
as stevehay
More... over 12 years ago
Add Changes entry for revision 1457512.
Steve Hay
as stevehay
More... over 12 years ago
Restore build with Perl 5.8.x (although 5.8.0 still has other problems for me).
Steve Hay
as stevehay
More... over 12 years ago
On Perl 5.17.9, t/apache/read2.t fails because an "uninitialized value"
Steve Hay
as stevehay
More... over 12 years ago
Fix t/perl/hash_attack.t to work with Perl 5.14.4, 5.16.3 etc, which contain a fix for CVE-2013-1667 (memory exhaustion with arbitrary hash keys). This resolves rt.perl.org #116863, from where the patch by Hugo van der Sanden was taken (with a minor edit in a comment by the committer).
Steve Hay
as stevehay
More... over 12 years ago
use APR::Finfo instead of Perls stat() in ModPerl::RegistryCooker More... over 12 years ago
* lib/ModPerl/TypeMap.pm (typedefs_code, sv_convert_code): More... over 12 years ago
Fix use of unixd_conifg for 2.4. More... over 12 years ago
* lib/Apache2/ParseSource.pm: Pick up PROXYREQ_ constants. More... over 12 years ago
* lib/ModPerl/Code.pm: Add another constant for 2.4. More... over 12 years ago
* xs/Apache2/Log/Apache2__Log.h, More... over 12 years ago
* src/modules/perl/modperl_apr_includes.h: Pick up new APR-util error More... over 12 years ago
* lib/Apache2/ParseSource.pm (include_dirs): Pick up APR include dir More... over 12 years ago
Ignore more exports from 2.4/trunk which break "make source_scan". More... over 12 years ago
CScan gets rather confused if cpp's line number markers appear in the middle More... over 12 years ago
* src/modules/perl/modperl_config.c (svav_getstr): Adjust for 2.4 API. More... over 12 years ago
Fix OPT_INCNOEXEC/OPT_INC_WITH_EXEC handling. More... over 12 years ago
Revert change accidentally included in r1410298. More... over 12 years ago
* src/modules/perl/modperl_apache_compat.h: Add mp_add_loaded_module More... over 12 years ago
* src/modules/perl/modperl_apache_includes.h: Use 2.4 logging API. More... over 12 years ago
* src/modules/perl/modperl_apache_compat.h: Fix version test. More... over 12 years ago
* src/modules/perl/modperl_apache_compat.h: Fix definition of More... over 12 years ago
* src/modules/perl/modperl_interp.c (modperl_interp_select): Fix for httpd 2.4. More... over 12 years ago
Update Changes file for commits 1362399 and 1362409.
Steve Hay
as stevehay
More... about 13 years ago
Fix commit 1362399: PL_phase/PERL_PHASE_DESTRUCT is only available in newer perls, so restore use of PL_dirty for older perls (where it was always available, regardless of whether PERL_CORE was defined).
Steve Hay
as stevehay
More... about 13 years ago
Remove all uses of deprecated symbols no longer used by core perl and now only defined when PERL_CORE is not defined for backwards compatibility with CPAN extensions still making use of them:
Steve Hay
as stevehay
More... about 13 years ago
start 2.0.8-dev cycle More... about 13 years ago
Releasing 2.0.7 More... about 13 years ago
Yep, I think we're stable by now ;) More... about 13 years ago
Apply patch from rt.cpan.org #77129 to fix breakage caused by removal of PL_uid et al from perl 5.16.0.
Steve Hay
as stevehay
More... about 13 years ago