Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / hv.c
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.7 upstream/5.33.7
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.5 upstream/5.33.5
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2022-01-21 DongHun KwakImported Upstream version 5.33.2 upstream/5.33.2
2022-01-21 DongHun KwakImported Upstream version 5.33.1 upstream/5.33.1
2022-01-21 DongHun KwakImported Upstream version 5.33.0 upstream/5.33.0
2020-12-17 DongHun KwakImported Upstream version 5.31.7 upstream/5.31.7
2020-12-17 DongHun KwakImported Upstream version 5.31.6 upstream/5.31.6
2020-12-17 DongHun KwakImported Upstream version 5.31.4 upstream/5.31.4
2020-12-17 DongHun KwakImported Upstream version 5.31.1 upstream/5.31.1
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.11 52/136052/1
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.8 49/136049/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.25.1 42/136042/1
2017-06-28 DongHun KwakImported Upstream version 5.23.7 36/136036/1
2017-06-28 DongHun KwakImported Upstream version 5.23.4 33/136033/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.1 30/136030/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.22.1 26/136026/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
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.3 12/136012/1
2014-03-18 Yves OrtonPreallocate HvAUX() structures for large bucket arrays
2014-03-18 Yves OrtonSplit out part of hv_auxinit() so it can be reused
2014-03-10 Daniel Dragandon't repeatedly call HvUSEDKEYS
2014-03-07 David Mitchellmake core safe against HvAUX() realloc
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-19 Rafael Garcia-SuarezDo not dereference hv before ensuring it's not NULL
2014-01-14 Father ChrysostomosUse NOT_REACHED in one spot in hv.c
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-10-28 Father ChrysostomosWhen deleting via hek, pass the computed hash value
2013-08-29 Karl WilliamsonMerge branch 'ebcdic' into blead
2013-08-29 Karl Williamsonhv.c: Stop being ASCII-centric
2013-08-21 Father ChrysostomosMove super cache into mro meta
2013-08-11 Father Chrysostomos[Merge] Read-only COWs
2013-08-11 Father ChrysostomosDon’t treat COWs specially in locked hashes
2013-07-23 Father Chrysostomos[perl #72766] Allow huge pos() settings
2013-06-07 Father Chrysostomoshv.c: Clarify uvar comment
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-27 Nicholas ClarkPerl_hv_fill() can return early if the hash only has...
2013-05-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
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 OrtonAdd a commented out warning and a way for diag.t to...
2013-03-24 Yves Ortonimprove iterator randomization
2013-03-18 Yves Ortondetect each() after insert and produce warnings when...
2013-03-18 Yves Ortonensure that inserting into a hash causes its hash itera...
2013-03-18 Yves Ortonperturb insertion order and update xhv_rand during...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-02-27 James E KeenanMerge branch 'blead' of jkeenan@perl5.git.perl.org...
2013-02-26 Nicholas ClarkMerge the refactored S_hsplit() and Perl_hv_ksplit...
2013-02-26 Nicholas ClarkIn Perl_hv_common(), call S_clear_placeholders() directly.
2013-02-26 Nicholas ClarkClarify why hv_common() tries to clear placeholders...
2013-02-26 Nicholas ClarkIn S_hsplit(), replace a for with a do/while, as the...
2013-02-26 Nicholas ClarkReplace the bulk of Perl_hv_ksplit() with a call to...
2013-02-26 Nicholas ClarkTweak S_hsplit() to return early if there are no keys...
2013-02-26 Nicholas ClarkPass the current and desired hash sizes to S_hsplit().
2013-02-26 Nicholas ClarkMove the code handling allocating a new buffer earlier...
2013-02-26 Nicholas ClarkRefactor the loop logic in S_hsplit() and Perl_hv_kspli...
2013-02-26 Nicholas ClarkMove the call to hv_clear_placeholders() from hsplit...
2013-02-22 Nicholas ClarkAbolish STRANGE_MALLOC. Now all malloc()s are considere...
2013-01-29 bulk88 (via RT)hv.c: add some NULL check removal
2012-12-15 Father ChrysostomosUse SvREFCNT_dec_NN in one place in hv.h
2012-12-10 Father Chrysostomoshv.c: hv_undef: Don’t set mro fields to null before...
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-24 Yves Ortonprevent memory exhaustion from hash attacks
2012-11-18 Tony Cookfix -DPERL_GLOBAL_STRUCT builds broken with the hash...
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl
2012-10-08 Ruslan Zakirovuse HVhek_KEYCANONICAL in hv_delete
2012-10-08 Ruslan Zakirovthere is no obvious reason not to set flags
2012-10-08 Ruslan Zakirovuse && rather than &
2012-09-26 Nicholas Clark-Do now also reports updates and use of PL_stashcache.
2012-09-24 Father Chrysostomos[perl #107000] Don’t leak if hh copying dies
2012-09-23 Father ChrysostomosFree iterator when freeing tied hash
2012-09-22 Father Chrysostomoshv.c: comment typo
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-19 Karl Williamsonperlapi: Clarify hv_fetch() docs
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosCheck HvNAME in Gv_AMG
2012-05-22 Father Chrysostomos[perl #112708] Update overloadedness with ‘use overload’
2012-03-06 David Mitchellfix slowdown in nested hash freeing
next