summaryrefslogtreecommitdiff
path: root/ext/Hash
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/Hash/Util to ext/Hash-UtilNicholas Clark2009-02-095-1174/+0
* Rename ext/Hash/Util/FieldHash to ext/Hash-Util-FieldHashNicholas Clark2009-02-0912-2698/+0
* ext/Hash/Util/Makefile.PL should not recurse to FieldHash's Makefile.PLNicholas Clark2009-01-131-1/+1
* Only code paths in hv_store either XSRETURN_NO or XSRETURN_YES.Steve Peters2008-01-091-5/+3
* Typos, found by Abigail and myselfRafael Garcia-Suarez2007-11-281-5/+5
* warning from ext/Hash/Util/FieldHash/t/02_function.tPeter Dintelmann2007-10-241-1/+4
* Typos and other doc nits. Plus, de-alpha the version numberRafael Garcia-Suarez2007-10-231-39/+38
* POD nit found by Slaven Rezic.Rafael Garcia-Suarez2007-10-131-1/+1
* Free temporary scalars later, because they might be still neededRafael Garcia-Suarez2007-10-091-2/+2
* More tests for when fieldhash magic (doesn't) trigger.Nicholas Clark2007-09-191-20/+56
* Correct test descriptions. bless didn't trigger. ever. Change 31898Nicholas Clark2007-09-191-3/+3
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-191-15/+15
* Fix spelling errors in comments.Nicholas Clark2007-09-171-4/+4
* Re-apply #31429, which was accidentally undone by #31632Steve Hay2007-07-202-17/+17
* Re: [patch] Hash::Util::FieldHash v1.02Anno Siegel2007-07-194-23/+51
* Fix typos, readability nitsRafael Garcia-Suarez2007-07-131-26/+26
* Stop the VC++ warning "'HUF_func_2mode' undefined; assuming externSteve Hay2007-06-201-16/+16
* POD fixes in Hash::Util and Hash::Util::FieldHashRafael Garcia-Suarez2007-06-172-13/+12
* [patch] Hash::Util::FieldHash v1.01Anno Siegel2007-06-175-260/+860
* Move hash action constants to hv.hJerry D. Hedden2007-04-251-8/+1
* Typo fix by AbigailRafael Garcia-Suarez2007-04-211-2/+2
* Bug in Hash::Util::FieldHashAnno Siegel2007-04-214-1/+28
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-162-3/+3
* Silence a compiler warning on Win32/VC++Anno Siegel2006-07-141-14/+15
* Fix change #28552: VC++ doesn't like code before declarationsSteve Hay2006-07-121-1/+2
* Re: [PATCH] FieldHash coverity-compliantAnno Siegel2006-07-121-5/+14
* FieldHash coverity-compliantAnno Siegel2006-07-114-50/+60
* more warning-silencing in FieldHashAnno Siegel2006-07-043-7/+10
* Cleanup in Hash::Util::FieldHashAnno Siegel2006-06-293-8/+4
* Adjust test preamble for Hash::Util tests too.Rafael Garcia-Suarez2006-06-261-1/+1
* Adjust test preambles for Hash::Util::FieldHash tests to changeRafael Garcia-Suarez2006-06-268-16/+32
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-263-9/+20
* Compilation fixes for VMS by John E. MalmbergRafael Garcia-Suarez2006-06-251-2/+2
* Re: [PATCH] Hash::Util::FieldHashYves Orton2006-06-251-1/+1
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-2315-2/+1992
* Add tests for the previously untested Hash::Util::all_keys().Steve Peters2006-02-211-1/+19
* Hash::Util tests should check if Hash::Util has been built, notSteve Peters2006-02-141-10/+2
* [Patch] Enhance Hash::UtilYves Orton2006-02-145-0/+1142