This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert op/read.t to use test.pl and make it stricture compliant.
[perl5.git] / hv.c
2004-11-17 Rafael Garcia-SuarezFix a couple of typos.
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-07 Nicholas Clarkhv_store was not passing hash onwards (spotted by Dave)
2004-07-06 Nicholas ClarkStop ENV_IS_CASELESS hv.c picking up the wrong hash...
2004-04-21 Stas Bekman[patch] log the interpreter id in warnings
2004-03-23 Nicholas Clarkhv_delete_common was freeing the key, then passing...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
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-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 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-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 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
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 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 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 ClarkOoops. left an XXX comment in, and worse still it's...
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 ClarkStas would prefer not to have MOD_PERL defines in perl.
2003-10-30 Nicholas Clark14 is the chain length for attack. From
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-21 Radu Greabembedding perl
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-09 Abhijit Menon-Senhv_fetch_{ent,flags} failed to set HvHASKFLAGS on a...
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
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 Dave Mitchell$x = $empty_hash{$undef_val} doesn't give a warning
2003-05-16 Robin BarkerRE: maint snapshot @ 19525
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
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-04-27 Dave MitchellRe: the revenge of the bride of the son of the night...
2003-04-19 Dave Mitchellallow recursive FETCHes
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-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-13 Craig A. Berrychecking for magic in hv.c and ext/POSIX/POSIX.xs
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-01-08 Nicholas Clark[DOCPATCH] hv_store and hv_store_ent
2002-12-08 Nicholas ClarkRe: [perl #18651] Hash::Util's lock_key() breaks hash
2002-08-20 Nicholas ClarkClean up copy-on-write macros and debug facilities...
2002-05-17 Jarkko HietaniemiPERL_HASH() casting games so that our hashed data is...
2002-05-11 Jarkko HietaniemiExplicit casts due to #16542.
2002-04-28 Jarkko HietaniemiMore valgrind findings: e.g. t/op/utfhash.t.
2002-04-27 Jarkko HietaniemiMore VC5-induced casting found by Nikola Knezevic.
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Jarkko HietaniemiS_ stands sfor static.
2002-04-16 Nicholas ClarkRe: Unbalanced string table refcount (was: perl@15930)
2002-04-13 Nicholas Clark[dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Jarkko HietaniemiRetract #15793 since #15775 should fix the problem.
2002-04-07 Mattia Barbon(Retracted by #15794)
2002-04-07 Nicholas ClarkRe: perl@15772
2002-04-06 Jarkko HietaniemiSignedness nits.
2002-04-06 Jarkko HietaniemiMake hv_notallowed a static as suggested by Nicholas...
2002-04-06 Nicholas ClarkRe: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko HietaniemiIf Unicode keys are entered to a hash, a bit is turned on.
2002-03-11 Michael G. Schwern Subject: [PATCH] Hash::Util & restricted hash touch...
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-28 Jarkko HietaniemiMake shared hash keys to be \0-terminated:
2002-02-26 Michael G. Schwern"Attempt to access to key"?
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Robin BarkerMessage-Id: <200201031449.OAA26137@tempest.npl.co.uk>
2001-12-21 H.Merijn Brand[ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
2001-12-19 Nick Ing-SimmonsFix READONLY hashes:
2001-12-18 Nick Ing-SimmonsTidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-03 Jarkko HietaniemiMake sharepvn a macro since all it does is a deref.
next