Use File::Find rather than shell globbing to get the list of *.pm files
[p5sagit/p5-mst-13.2.git] / ext / Hash /
2008-01-09 Steve Peters Only code paths in hv_store either XSRETURN_NO or XSRET...
2007-11-28 Rafael Garcia-Suarez Typos, found by Abigail and myself
2007-10-24 Peter Dintelmann warning from ext/Hash/Util/FieldHash/t/02_function.t
2007-10-23 Rafael Garcia-Suarez Typos and other doc nits. Plus, de-alpha the version...
2007-10-13 Rafael Garcia-Suarez POD nit found by Slaven Rezic.
2007-10-09 Rafael Garcia-Suarez Free temporary scalars later, because they might be...
2007-09-19 Nicholas Clark More tests for when fieldhash magic (doesn't) trigger.
2007-09-19 Nicholas Clark Correct test descriptions. bless didn't trigger. ever...
2007-09-19 Nicholas Clark For an LVALUE fetch, "hv_fetch()" will recurse into...
2007-09-17 Nicholas Clark Fix spelling errors in comments.
2007-07-20 Steve Hay Re-apply #31429, which was accidentally undone by ...
2007-07-19 Anno Siegel Re: [patch] Hash::Util::FieldHash v1.02
2007-07-13 Rafael Garcia-Suarez Fix typos, readability nits
2007-06-20 Steve Hay Stop the VC++ warning "'HUF_func_2mode' undefined;...
2007-06-17 Rafael Garcia-Suarez POD fixes in Hash::Util and Hash::Util::FieldHash
2007-06-17 Anno Siegel [patch] Hash::Util::FieldHash v1.01
2007-04-25 Jerry D. Hedden Move hash action constants to hv.h
2007-04-21 Rafael Garcia-Suarez Typo fix by Abigail
2007-04-21 Anno Siegel Bug in Hash::Util::FieldHash
2006-08-16 Steve Peters Additional changes to get C++ a little closer to a...
2006-07-14 Anno Siegel Silence a compiler warning on Win32/VC++
2006-07-12 Steve Hay Fix change #28552: VC++ doesn't like code before declar...
2006-07-12 Anno Siegel Re: [PATCH] FieldHash coverity-compliant
2006-07-11 Anno Siegel FieldHash coverity-compliant
2006-07-04 Anno Siegel more warning-silencing in FieldHash
2006-06-29 Anno Siegel Cleanup in Hash::Util::FieldHash
2006-06-26 Rafael Garcia-Suarez Adjust test preamble for Hash::Util tests too.
2006-06-26 Rafael Garcia-Suarez Adjust test preambles for Hash::Util::FieldHash tests...
2006-06-26 Anno Siegel Re: [PATCH] Hash::Util::FieldHash
2006-06-25 Rafael Garcia-Suarez Compilation fixes for VMS by John E. Malmberg
2006-06-25 Yves Orton Re: [PATCH] Hash::Util::FieldHash
2006-06-23 Anno Siegel Re: [PATCH] Hash::Util::FieldHash
2006-02-21 Steve Peters Add tests for the previously untested Hash::Util::all_k...
2006-02-14 Steve Peters Hash::Util tests should check if Hash::Util has been...
2006-02-14 Yves Orton [Patch] Enhance Hash::Util