This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adapt Safe innards to older (XS) versions of version.pm
[perl5.git] / ext / Hash / Util /
2008-01-09 Steve PetersOnly code paths in hv_store either XSRETURN_NO or XSRET...
2007-11-28 Rafael Garcia-SuarezTypos, found by Abigail and myself
2007-10-24 Peter Dintelmannwarning from ext/Hash/Util/FieldHash/t/02_function.t
2007-10-23 Rafael Garcia-SuarezTypos and other doc nits. Plus, de-alpha the version...
2007-10-13 Rafael Garcia-SuarezPOD nit found by Slaven Rezic.
2007-10-09 Rafael Garcia-SuarezFree temporary scalars later, because they might be...
2007-09-19 Nicholas ClarkMore tests for when fieldhash magic (doesn't) trigger.
2007-09-19 Nicholas ClarkCorrect test descriptions. bless didn't trigger. ever...
2007-09-19 Nicholas ClarkFor an LVALUE fetch, "hv_fetch()" will recurse into...
2007-09-17 Nicholas ClarkFix spelling errors in comments.
2007-07-20 Steve HayRe-apply #31429, which was accidentally undone by ...
2007-07-19 Anno SiegelRe: [patch] Hash::Util::FieldHash v1.02
2007-07-13 Rafael Garcia-SuarezFix typos, readability nits
2007-06-20 Steve HayStop the VC++ warning "'HUF_func_2mode' undefined;...
2007-06-17 Rafael Garcia-SuarezPOD fixes in Hash::Util and Hash::Util::FieldHash
2007-06-17 Anno Siegel[patch] Hash::Util::FieldHash v1.01
2007-04-25 Jerry D. HeddenMove hash action constants to hv.h
2007-04-21 Rafael Garcia-SuarezTypo fix by Abigail
2007-04-21 Anno SiegelBug in Hash::Util::FieldHash
2006-08-16 Steve PetersAdditional changes to get C++ a little closer to a...
2006-07-14 Anno SiegelSilence a compiler warning on Win32/VC++
2006-07-12 Steve HayFix change #28552: VC++ doesn't like code before declar...
2006-07-12 Anno SiegelRe: [PATCH] FieldHash coverity-compliant
2006-07-11 Anno SiegelFieldHash coverity-compliant
2006-07-04 Anno Siegelmore warning-silencing in FieldHash
2006-06-29 Anno SiegelCleanup in Hash::Util::FieldHash
2006-06-26 Rafael Garcia-SuarezAdjust test preamble for Hash::Util tests too.
2006-06-26 Rafael Garcia-SuarezAdjust test preambles for Hash::Util::FieldHash tests...
2006-06-26 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-06-25 Rafael Garcia-SuarezCompilation fixes for VMS by John E. Malmberg
2006-06-25 Yves OrtonRe: [PATCH] Hash::Util::FieldHash
2006-06-23 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-02-21 Steve PetersAdd tests for the previously untested Hash::Util::all_k...
2006-02-14 Steve PetersHash::Util tests should check if Hash::Util has been...
2006-02-14 Yves Orton[Patch] Enhance Hash::Util