Include vim/emacs modelines in generated files to open them
[p5sagit/p5-mst-13.2.git] / hv.c
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-09 Nicholas Clark Simplify S_hv_notallowed slightly by passing a prebuilt...
2005-05-06 Nicholas Clark Change types of PL_he_arenaroot and PL_pte_arenaroot...
2005-05-06 Nicholas Clark Make the arena size changeable at compile time, and...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-29 Steve Hay Clean-up some warnings when compiling on Win32 with...
2005-03-24 Andy Lester Third consting batch
2005-03-14 Andy Lester Adding const qualifiers
2005-01-24 Rafael Garcia-Suarez Revert change 23843.
2005-01-22 Nicholas Clark Update copyright years and add editor blocks
2005-01-21 Rick Delaney Re: [perl #31924] %INC caching failure-case problem
2004-11-17 Rafael Garcia-Suarez Fix a couple of typos.
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-07 Nicholas Clark hv_store was not passing hash onwards (spotted by Dave)
2004-07-06 Nicholas Clark Stop 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 Clark hv_delete_common was freeing the key, then passing...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-27 Nicholas Clark In hsplit, if a normal hash has placeholders then clear...
2004-02-27 Nicholas Clark My re-implementation of hv_clear_placeholders was buggy...
2004-02-07 Nicholas Clark Comment to record why we can't clear placeholders in...
2004-02-07 Nicholas Clark deleting keys in restricted hashes was leaking the...
2004-02-07 Nicholas Clark Now hv_delete is able to ingore placeholders.
2004-02-07 Nicholas Clark hv_clear_placeholders now manipulates the linked lists...
2004-01-17 Paul Green Refactor VOS patches for bleadperl and perl-5.8.x
2003-12-20 Nicholas Clark remove duplicate PERL_HASH (as spotted by Enache Adrian in
2003-12-14 Nicholas Clark S_save_hek_flags should honour the "free" flag.
2003-12-14 Nicholas Clark Some fool missed a letter n.
2003-12-14 Adrian M. Enache Re: Change 21862
2003-12-14 Nicholas Clark Clean up a bug I introduced into caseless ENV hv_delete
2003-12-09 Adrian M. Enache temporary fix to avoid t/op/tie.t failures on Win32
2003-12-08 Rafael Garcia-Suarez Integrate change #21862 from maint-5.8 :
2003-12-08 Tassilo von Parseval iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRST...
2003-12-06 Tassilo von Parseval SCALAR/FIRSTKEY for tied hashes in scalar context
2003-11-24 Nicholas Clark Should fix the infinite loop on a dynamic %ENV fetch
2003-11-24 Nicholas Clark Tweak the order of initialisation of oentry in hv_fetch...
2003-11-22 Nicholas Clark D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional...
2003-11-22 Nicholas Clark Reorder 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 Clark Farewell hv_exists_common - exists is now a call to...
2003-11-22 Nicholas Clark Shift negative klen/flags games from hv_store_common...
2003-11-22 Nicholas Clark Shift negative klen/flags games from hv_exists_common...
2003-11-21 Nicholas Clark Move the negative key -> utf8 flag conversion out to...
2003-11-21 Nicholas Clark Tweaks to S_hv_delete_common:
2003-11-20 Nicholas Clark Shift negative klen/flags games from hv_fetch_common...
2003-11-20 Nicholas Clark Merge sv_store_flags and sv_store_ent into sv_store_common
2003-11-20 Alan Burlison promote hv_clear_placeholders to perl API
2003-11-19 Nicholas Clark merge hv_fetch and hv_fetch_ent into hv_fetch_common
2003-11-19 Nicholas Clark integrate hv_delete and hv_delete_ent into hv_delete_common
2003-11-19 Alan Burlison clear of empty locked hash SEGVs
2003-11-19 Nicholas Clark merge hv_exists and hv_exists_ent into S_hv_exists_common
2003-11-16 Nicholas Clark Ooops. left an XXX comment in, and worse still it's...
2003-11-16 Nicholas Clark utf8 keys now work for tied hashes via hv_fetch, hv_sto...
2003-11-16 Nicholas Clark Accessing unicode keys in tie hashes via hv_exists...
2003-11-15 Nicholas Clark Re: Storable Error
2003-11-03 Nicholas Clark Stas would prefer not to have MOD_PERL defines in perl.
2003-10-30 Nicholas Clark 14 is the chain length for attack. From
2003-10-25 Nicholas Clark Return 21533 (with modifications) having found the...
2003-10-25 Nicholas Clark Back out 21533 because it broke Encode's build in reall...
2003-10-25 Nicholas Clark Plan C rough edge smoothing. Criteria for a hash split...
2003-10-21 Radu Greab embedding perl
2003-10-17 Nicholas Clark Plan C rough edge smoothing - forgot to turn on the...
2003-10-16 Nicholas Clark Plan C for foiling the algorithmic complexity attack
2003-10-16 Nicholas Clark Duplicate 19423 (pathological hashes too easy) into...
2003-10-14 Nicholas Clark Duplicate 19423 (pathological hashes too easy) into...
2003-08-09 Abhijit Menon-Sen hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a...
2003-07-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-06-28 Jarkko Hietaniemi Retract #19867; the bug was really much simpler:
2003-06-27 Jarkko Hietaniemi The 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 Barker RE: maint snapshot @ 19525
2003-05-12 Alex Vandiver Re: Bug stomping fun. [PATCH: bug #1016]
2003-05-05 Dave Mitchell [perl #3096] undefing hash with object values
2003-05-05 Tye McQueen Re: hv.c patch - pathological hashes too easy
2003-04-27 Dave Mitchell Re: the revenge of the bride of the son of the night...
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-14 Artur Bergman Fixes to bugs introduced by PL_stashcache
2003-04-02 Artur Bergman Add packname->stash cache before the check if a packnam...
2003-03-13 Craig A. Berry checking for magic in hv.c and ext/POSIX/POSIX.xs
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-01-08 Nicholas Clark [DOCPATCH] hv_store and hv_store_ent
2002-12-08 Nicholas Clark Re: [perl #18651] Hash::Util's lock_key() breaks hash
2002-08-20 Nicholas Clark Clean up copy-on-write macros and debug facilities...
2002-05-17 Jarkko Hietaniemi PERL_HASH() casting games so that our hashed data is...
2002-05-11 Jarkko Hietaniemi Explicit casts due to #16542.
2002-04-28 Jarkko Hietaniemi More valgrind findings: e.g. t/op/utfhash.t.
2002-04-27 Jarkko Hietaniemi More VC5-induced casting found by Nikola Knezevic.
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-21 Jarkko Hietaniemi S_ stands sfor static.
2002-04-16 Nicholas Clark Re: 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-Simmons Integrate mainline
2002-04-07 Jarkko Hietaniemi Retract #15793 since #15775 should fix the problem.
2002-04-07 Mattia Barbon (Retracted by #15794)
2002-04-07 Nicholas Clark Re: perl@15772
2002-04-06 Jarkko Hietaniemi Signedness nits.
2002-04-06 Jarkko Hietaniemi Make hv_notallowed a static as suggested by Nicholas...
2002-04-06 Nicholas Clark Re: the dirty half dozen (Re: perl@15662)
next