| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Change name of mro.c | Karl Williamson | 2015-03-19 | 1 | -1/+1 |
* | fix documentation of HeUTF8 return value | David Golden | 2014-04-04 | 1 | -1/+1 |
* | hv.h: tweak comment about HvAUX preallocation for large hashes | Aaron Crane | 2014-03-20 | 1 | -1/+3 |
* | Preallocate HvAUX() structures for large bucket arrays | Yves Orton | 2014-03-18 | 1 | -0/+10 |
* | speed up (non)overloaded derefs | David Mitchell | 2014-02-28 | 1 | -0/+1 |
* | gv_check(): use aux flag rather than IsCOW | David Mitchell | 2014-02-28 | 1 | -0/+2 |
* | add aux_flags field to HVs with aux struct | David Mitchell | 2014-02-28 | 1 | -0/+1 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -9/+10 |
* | Make mro code pass precomputed hash values | Father Chrysostomos | 2013-11-04 | 1 | -0/+10 |
* | hv.h: missing macro parentheses | Father Chrysostomos | 2013-11-04 | 1 | -1/+1 |
* | When deleting via hek, pass the computed hash value | Father Chrysostomos | 2013-10-28 | 1 | -0/+6 |
* | [perl #79074] make sure HeSVKEY_force() preserves UTF8ness (pvn) | Tony Cook | 2013-09-16 | 1 | -1/+3 |
* | Move super cache into mro meta | Father Chrysostomos | 2013-08-20 | 1 | -1/+1 |
* | [perl #114864] Make UNIVERSAL::DESTROY changes invalidate caches | Father Chrysostomos | 2013-08-17 | 1 | -0/+1 |
* | Cache HvFILL() for larger hashes, and update on insertion/deletion. | Nicholas Clark | 2013-05-29 | 1 | -1/+2 |
* | document and improve hash algorithm randomization related build options | Yves Orton | 2013-05-08 | 1 | -9/+13 |
* | Make it possible to disable and control hash key traversal randomization | Yves Orton | 2013-05-07 | 1 | -0/+18 |
* | eliminate the only internal uses of HvFILL | Yves Orton | 2013-03-27 | 1 | -0/+2 |
* | improve how Devel::Peek::Dump handles iterator information | Yves Orton | 2013-03-24 | 1 | -0/+3 |
* | detect each() after insert and produce warnings when we do | Yves Orton | 2013-03-19 | 1 | -0/+2 |
* | Harden hashes against hash seed discovery by randomizing hash iteration | Yves Orton | 2013-03-19 | 1 | -0/+1 |
* | Split out hash functions into new file and turn into inline static functions | Yves Orton | 2013-03-19 | 1 | -572/+2 |
* | Switch default hash to SIPHASH on 64 bit builds and ONE_AT_A_TIME on 32 bit b... | Yves Orton | 2012-12-05 | 1 | -1/+5 |
* | Make it possible to simulate old style one-at-a-time hashing | Yves Orton | 2012-12-03 | 1 | -8/+25 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -28/+28 |
* | Add "buzzhash16" - a random hash function | Yves Orton | 2012-11-24 | 1 | -2/+55 |
* | SuperFastHash needs to define PERL_HASH_SEED_BYTES appropriately. | Nicholas Clark | 2012-11-23 | 1 | -0/+1 |
* | The MurmurHash3 code can use the existing perl.h #defines for endianness. | Nicholas Clark | 2012-11-20 | 1 | -36/+2 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -37/+499 |
* | [perl #114924] Make method calls work with ::SUPER packages | Father Chrysostomos | 2012-09-17 | 1 | -0/+1 |
* | minor doc patches to api stuff | Yves Orton | 2012-08-25 | 1 | -1/+6 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -4/+4 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | speed up feature-checking slightly | Father Chrysostomos | 2011-12-22 | 1 | -0/+3 |
* | hv.h: Don’t call a char * parameter ‘sv’! | Father Chrysostomos | 2011-11-29 | 1 | -2/+2 |
* | hv.h: remove obsolete comment | Father Chrysostomos | 2011-11-29 | 1 | -1/+0 |
* | Make HvENAME** macros smaller and more efficient | H.Merijn Brand | 2011-10-17 | 1 | -3/+3 |
* | Remove comment from hv.c that no longer applies | Father Chrysostomos | 2011-10-06 | 1 | -2/+0 |
* | Document and apiify hv name length/utf8 macros | Father Chrysostomos | 2011-10-06 | 1 | -0/+12 |
* | Remove some _get variants of *NAMEUTF8 macros in [gh]v.h | Father Chrysostomos | 2011-10-06 | 1 | -4/+2 |
* | UTF-8 related macros in hv.h and gv.h | Brian Fraser | 2011-10-06 | 1 | -0/+10 |
* | unify PERL_HASH and PERL_HASH_INTERNAL | David Mitchell | 2011-05-19 | 1 | -18/+10 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK** | Nicholas Clark | 2010-11-24 | 1 | -17/+22 |
* | Make hv_undef leave HvENAME alone | Father Chrysostomos | 2010-11-20 | 1 | -0/+3 |
* | hv_undef .= _flags | Father Chrysostomos | 2010-11-20 | 1 | -0/+1 |
* | mro_isa_changed_in3 is no longer necessary | Father Chrysostomos | 2010-11-11 | 1 | -1/+0 |
* | Fix memory leaks in mro_package_moved | Father Chrysostomos | 2010-11-10 | 1 | -0/+1 |
* | Reorder struct xpvhv_aux to make two I32s adjacent. | Nicholas Clark | 2010-11-02 | 1 | -1/+1 |