This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
must copy changes from win32/makeifle.mk to wince/makefile.ce
[perl5.git] / hv.c
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.
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-06 Nick Ing-SimmonsKeep It Simple and Stupid version of readonly hash...
2001-10-16 Nick Ing-SimmonsBuilds under ithreads (but fails all threads tests)
2001-08-05 Jarkko HietaniemiLittle pointer juggling for HP-UX cc to avoid
2001-08-04 Abhijit Menon-SenRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so...
2001-08-04 Abhijit Menon-SenRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so...
2001-08-03 Abhijit Menon-SennewHVhv shouldn't reset xhv_max so often
2001-07-13 Jarkko HietaniemiRemove unicode::distinct, as per Inaba Hiroto.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Gurusamy Sarathywin32 fixes: fix various syntax errors ("no preprocesso...
2001-06-20 Artur BergmanFixes case of CvDEPTH for perl_clone
2001-06-19 Jarkko HietaniemiRevert #10656 for performance reasons but leave in the
2001-06-17 Jarkko HietaniemiQuench the warnings from Tru64; the HP-UX is still
2001-06-17 Abhijit Menon-Sen[PATCH #1/7] xhv_array (was Re: Using xhv_foo instead...
2001-06-16 Abhijit Menon-SenRe: DYNAMIC_ENV_FETCH HvNAME abuse.
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Michael G. SchwernEliminating trigraph
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-10 Jarkko HietaniemiA thinko in #10065.
2001-05-10 Doug MacEachern[patch] make hv_fetch{_ent} SvGMAGICAL aware
2001-04-23 Mark-Jason DominusPATCH [5.7.1] hv.c unused #define
2001-03-09 Robert SpierRe: [ID 19990808.001] [PATCH] FETCH triggered on exists()
2001-02-24 Vadim KonovalovRe: I'm losing the war...
2001-02-20 Jarkko HietaniemiDon't do casting between pointers pointing to different...
2001-02-08 Charles BaileySYN SYN
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-05 Alan BurlisonRe: [Fwd: Scoping of %^H still broken in both perl...
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Jarkko HietaniemiRetract #8261.
2000-12-30 Jarkko Hietaniemi(Retracted by #8261). (Unsuccessful memory access tweaks.)
2000-12-09 Inaba HirotoAdditional patch for UTF8-keys (Re: perl@8016)
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko HietaniemiUTF-8 hash keys, patch from Inaba Hiroto.
2000-12-04 Jarkko HietaniemiRetract #7977, still too volatile (the euphemism of...
2000-12-04 Simon Cozens(Retracted by #7978, too shaky yet.)
2000-10-20 Charles BaileySYN SYN
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-04 Gurusamy Sarathyfix large memory leak that has been around for ever...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
next