This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / hv.c
2004-11-17 Audrey TangIntegrate:
2004-09-10 Stas BekmanIntegrate:
2004-07-29 Nicholas ClarkIntegrate:
2004-05-05 Nicholas ClarkIntegrate:
2004-03-23 Hugo van der SandenIntegrate:
2004-03-23 Nicholas Clarkhv_delete_common was freeing the key, then passing...
2004-03-22 Nicholas ClarkIntegrate:
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-07 Nicholas ClarkIntegrate:
2004-02-27 Nicholas ClarkIn hsplit, if a normal hash has placeholders then clear...
2004-02-27 Nicholas ClarkMy re-implementation of hv_clear_placeholders was buggy...
2004-02-07 Nicholas ClarkComment to record why we can't clear placeholders in...
2004-02-07 Nicholas Clarkdeleting keys in restricted hashes was leaking the...
2004-02-07 Nicholas ClarkNow hv_delete is able to ingore placeholders.
2004-02-07 Nicholas Clarkhv_clear_placeholders now manipulates the linked lists...
2004-01-26 Paul GreenRefactor VOS patches for bleadperl and perl-5.8.x
2004-01-17 Paul GreenRefactor VOS patches for bleadperl and perl-5.8.x
2003-12-20 Nicholas Clarkremove duplicate PERL_HASH (as spotted by Enache Adrian in
2003-12-14 Adrian M. EnacheIntegrate:
2003-12-14 Nicholas ClarkS_save_hek_flags should honour the "free" flag.
2003-12-14 Nicholas ClarkSome fool missed a letter n.
2003-12-14 Adrian M. EnacheRe: Change 21862
2003-12-14 Nicholas ClarkClean up a bug I introduced into caseless ENV hv_delete
2003-12-13 Tassilo von ParsevalIntegrate:
2003-12-09 Adrian M. Enachetemporary fix to avoid t/op/tie.t failures on Win32
2003-12-08 Rafael Garcia-SuarezIntegrate change #21862 from maint-5.8 :
2003-12-08 Tassilo von Parsevaliterator reset moved to hv.c (was: [PATCH] SCALAR/FIRST...
2003-12-06 Nick Ing-SimmonsWin32/MinGW tweaks
2003-12-06 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
2003-12-03 Nicholas ClarkRemove duplicate call to PERL_HASH in delete
2003-12-02 Nicholas ClarkIntegrate:
2003-11-24 Nicholas ClarkShould fix the infinite loop on a dynamic %ENV fetch
2003-11-24 Nicholas ClarkTweak the order of initialisation of oentry in hv_fetch...
2003-11-22 Nicholas ClarkD'oh. Mistake in the DYNAMIC_ENV_FETCH conditional...
2003-11-22 Nicholas ClarkReorder functions in hv.c so that callers of hv_fetch_c...
2003-11-22 Nicholas Clark"Space Is a Province of Brazil"
2003-11-22 Nicholas ClarkFarewell hv_exists_common - exists is now a call to...
2003-11-22 Nicholas ClarkShift negative klen/flags games from hv_store_common...
2003-11-22 Nicholas ClarkShift negative klen/flags games from hv_exists_common...
2003-11-21 Nicholas ClarkMove the negative key -> utf8 flag conversion out to...
2003-11-21 Nicholas ClarkTweaks to S_hv_delete_common:
2003-11-20 Nicholas ClarkShift negative klen/flags games from hv_fetch_common...
2003-11-20 Nicholas ClarkMerge sv_store_flags and sv_store_ent into sv_store_common
2003-11-20 Alan BurlisonIntegrate:
2003-11-20 Alan Burlisonpromote hv_clear_placeholders to perl API
2003-11-19 Nicholas Clarkmerge hv_fetch and hv_fetch_ent into hv_fetch_common
2003-11-19 Nicholas Clarkintegrate hv_delete and hv_delete_ent into hv_delete_common
2003-11-19 Alan BurlisonIntegrate:
2003-11-19 Alan Burlisonclear of empty locked hash SEGVs
2003-11-19 Nicholas Clarkmerge hv_exists and hv_exists_ent into S_hv_exists_common
2003-11-16 Nicholas ClarkIntegrate:
2003-11-16 Nicholas ClarkOoops. left an XXX comment in, and worse still it's...
2003-11-16 Nicholas ClarkIntegrate:
2003-11-16 Nicholas Clarkutf8 keys now work for tied hashes via hv_fetch, hv_sto...
2003-11-16 Nicholas ClarkAccessing unicode keys in tie hashes via hv_exists...
2003-11-15 Nicholas ClarkRe: Storable Error
2003-11-03 Nicholas ClarkIntegrate:
2003-11-03 Nicholas ClarkStas would prefer not to have MOD_PERL defines in perl.
2003-10-30 Nicholas ClarkIntegrate:
2003-10-30 Nicholas Clark14 is the chain length for attack. From
2003-10-26 Nicholas ClarkIntegrate:
2003-10-25 Nicholas ClarkReturn 21533 (with modifications) having found the...
2003-10-25 Nicholas ClarkBack out 21533 because it broke Encode's build in reall...
2003-10-25 Nicholas ClarkPlan C rough edge smoothing. Criteria for a hash split...
2003-10-22 Radu GreabIntegrate:
2003-10-21 Radu Greabembedding perl
2003-10-17 Nicholas ClarkIntegrate:
2003-10-17 Nicholas ClarkPlan C rough edge smoothing - forgot to turn on the...
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-10-16 Nicholas ClarkDuplicate 19423 (pathological hashes too easy) into...
2003-10-14 Nicholas ClarkDuplicate 19423 (pathological hashes too easy) into...
2003-08-10 Jarkko HietaniemiIntegrate:
2003-08-09 Abhijit Menon-Senhv_fetch_{ent,flags} failed to set HvHASKFLAGS on a...
2003-07-27 Jarkko HietaniemiIntegrate:
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-06-30 Jarkko HietaniemiIntegrate:
2003-06-28 Jarkko HietaniemiRetract #19867; the bug was really much simpler:
2003-06-27 Jarkko HietaniemiThe two-for-loops is no more a valid way to walk through
2003-05-29 Jarkko HietaniemiIntegrate:
2003-05-29 Dave Mitchell$x = $empty_hash{$undef_val} doesn't give a warning
2003-05-18 Jarkko HietaniemiIntegrate:
2003-05-16 Robin BarkerRE: maint snapshot @ 19525
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-07 Jarkko HietaniemiIntegrate:
2003-05-05 Dave Mitchell[perl #3096] undefing hash with object values
2003-05-05 Tye McQueenRe: hv.c patch - pathological hashes too easy
2003-05-04 Jarkko HietaniemiIntegrate:
2003-04-27 Jarkko HietaniemiIntegrate:
2003-04-27 Dave MitchellRe: the revenge of the bride of the son of the night...
2003-04-21 Jarkko HietaniemiIntegrate:
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-17 Jarkko HietaniemiIntegrate:
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-14 Artur BergmanFixes to bugs introduced by PL_stashcache
2003-04-07 Jarkko HietaniemiIntegrate:
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-14 Jarkko HietaniemiIntegrate; regen Configure et alia.
2003-03-13 Craig A. Berrychecking for magic in hv.c and ext/POSIX/POSIX.xs
2003-03-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-02 Jarkko HietaniemiIntegrate:
next