Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / hv.h
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.8 upstream/5.33.8
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2022-01-21 DongHun KwakImported Upstream version 5.33.3 upstream/5.33.3
2022-01-21 DongHun KwakImported Upstream version 5.33.2 upstream/5.33.2
2020-12-17 DongHun KwakImported Upstream version 5.31.4 upstream/5.31.4
2020-12-17 DongHun KwakImported Upstream version 5.31.2 upstream/5.31.2
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.7 48/136048/1
2017-06-28 DongHun KwakImported Upstream version 5.25.6 47/136047/1
2017-06-28 DongHun KwakImported Upstream version 5.25.3 44/136044/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.10 23/136023/1
2014-04-04 David Goldenfix documentation of HeUTF8 return value
2014-03-20 Aaron Cranehv.h: tweak comment about HvAUX preallocation for large...
2014-03-18 Yves OrtonPreallocate HvAUX() structures for large bucket arrays
2014-02-28 David Mitchellspeed up (non)overloaded derefs
2014-02-28 David Mitchellgv_check(): use aux flag rather than IsCOW
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-04 Father ChrysostomosMake mro code pass precomputed hash values
2013-11-04 Father Chrysostomoshv.h: missing macro parentheses
2013-10-28 Father ChrysostomosWhen deleting via hek, pass the computed hash value
2013-09-16 Tony Cook[perl #79074] make sure HeSVKEY_force() preserves UTF8n...
2013-08-21 Father ChrysostomosMove super cache into mro meta
2013-08-18 Father Chrysostomos[perl #114864] Make UNIVERSAL::DESTROY changes invalida...
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
2013-05-07 Yves Ortondocument and improve hash algorithm randomization relat...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-27 Yves Ortoneliminate the only internal uses of HvFILL
2013-03-24 Yves Ortonimprove how Devel::Peek::Dump handles iterator information
2013-03-18 Yves Ortondetect each() after insert and produce warnings when...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-18 Yves OrtonSplit out hash functions into new file and turn into...
2012-12-05 Yves OrtonSwitch default hash to SIPHASH on 64 bit builds and...
2012-12-03 Yves OrtonMake it possible to simulate old style one-at-a-time...
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-24 Yves OrtonAdd "buzzhash16" - a random hash function
2012-11-23 Nicholas ClarkSuperFastHash needs to define PERL_HASH_SEED_BYTES...
2012-11-20 Nicholas ClarkThe MurmurHash3 code can use the existing perl.h #defin...
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-08-25 Yves Ortonminor doc patches to api stuff
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-12-22 Father Chrysostomosspeed up feature-checking slightly
2011-11-30 Father Chrysostomoshv.h: Don’t call a char * parameter ‘sv’!
2011-11-30 Father Chrysostomoshv.h: remove obsolete comment
2011-10-17 H.Merijn BrandMake HvENAME** macros smaller and more efficient
2011-10-06 Father ChrysostomosMerge support for UTF8 symbols
2011-10-06 Father ChrysostomosRemove comment from hv.c that no longer applies
2011-10-06 Father ChrysostomosDocument and apiify hv name length/utf8 macros
2011-10-06 Father ChrysostomosRemove some _get variants of *NAMEUTF8 macros in [gh]v.h
2011-10-06 Brian FraserUTF-8 related macros in hv.h and gv.h
2011-05-19 David Mitchellunify PERL_HASH and PERL_HASH_INTERNAL
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-11-24 Nicholas ClarkConvert xhv_name in struct xpvhv_aux to be a union...
2010-11-21 Father ChrysostomosMake hv_undef leave HvENAME alone
2010-11-21 Father Chrysostomoshv_undef .= _flags
2010-11-12 Father Chrysostomosmro_isa_changed_in3 is no longer necessary
2010-11-11 Father ChrysostomosFix memory leaks in mro_package_moved
2010-11-02 Nicholas ClarkReorder struct xpvhv_aux to make two I32s adjacent.
2010-10-30 Father ChrysostomosRemove the #ifdef PERL_CORE surrounding the HvENAME...
2010-10-30 Father ChrysostomosAdd HvENAME_HEK
2010-10-30 Father ChrysostomosAdd HvENAME
2010-10-28 brian d foyMerge branch 'briandfoy/pos' into blead
2010-10-27 Father ChrysostomosRenaming of stashes should not be visible from Perl
2010-10-21 Father ChrysostomosAllow stashes to have multiple names
2010-10-21 Zeframfull API for cop hint hashes
2010-10-11 Father ChrysostomosAllow mro_isa_changed_in to be called on nonexistent...
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-14 brian d foyMerge branch 'briandfoy/perlfaq' of ssh://perl5.git...
2010-09-07 Ben MorrowAPI functions for accessing the runtime hinthash.
2010-05-21 Nicholas ClarkEliminate xhv_fill from struct xpvhv.
2010-05-21 Nicholas ClarkMake HvFILL() count the allocated buckets, instead...
2010-05-21 Nicholas ClarkRemove union _xivu from struct xpvhv - replace it with...
2010-05-21 Nicholas ClarkIn the SV body, exchange the positions of the NV and...
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-02-20 Marcus Holland-MoritzFix apidoc for HeUTF8()
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
2009-08-25 Rafael Garcia-SuarezMerge branch 'blead' into dual/Safe
2009-08-24 Rafael Garcia-SuarezMerge commit 'shlomif/blead' into blead
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2008-12-28 Nicholas ClarkAdd a key flag HVhek_KEYCANONICAL for Perl_hv_common...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_dfs to mro_linear...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_c3 to mro_linear_...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Nicholas ClarkExplictly export Perl_mro_meta_init() so that HvMROMETA...
2008-12-27 Nicholas ClarkAdd MRO_GET_PRIVATE_DATA() to use the cached mro privat...
2008-12-27 Nicholas ClarkRepurpose struct mro_meta to allow it to store cached...
2008-10-28 Nicholas ClarkAdd MUTABLE_HV(), and remove (HV *) casts from headers.
next