summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where aAbhijit Menon-Sen2003-08-091-0/+4
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-21/+20
* Retract #19867; the bug was really much simpler:Jarkko Hietaniemi2003-06-281-19/+17
* The two-for-loops is no more a valid way to walk throughJarkko Hietaniemi2003-06-271-18/+20
* $x = $empty_hash{$undef_val} doesn't give a warningDave Mitchell2003-05-291-1/+1
* RE: maint snapshot @ 19525Robin Barker2003-05-161-2/+2
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-0/+2
* [perl #3096] undefing hash with object valuesDave Mitchell2003-05-051-4/+7
* Re: hv.c patch - pathological hashes too easyTye McQueen2003-05-051-2/+2
* Re: the revenge of the bride of the son of the night of the living pseudohashesDave Mitchell2003-04-271-3/+24
* allow recursive FETCHesDave Mitchell2003-04-191-10/+41
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Fixes to bugs introduced by PL_stashcacheArtur Bergman2003-04-141-2/+2
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+2
* checking for magic in hv.c and ext/POSIX/POSIX.xsCraig A. Berry2003-03-131-4/+8
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* [DOCPATCH] hv_store and hv_store_entNicholas Clark2003-01-081-2/+20
* Re: [perl #18651] Hash::Util's lock_key() breaks hashNicholas Clark2002-12-081-4/+12
* Clean up copy-on-write macros and debug facilities (new flag 'C').Nicholas Clark2002-08-201-4/+14
* PERL_HASH() casting games so that our hashed data is "unsignedJarkko Hietaniemi2002-05-171-8/+8
* Explicit casts due to #16542.Jarkko Hietaniemi2002-05-111-8/+8
* More valgrind findings: e.g. t/op/utfhash.t.Jarkko Hietaniemi2002-04-281-0/+1
* More VC5-induced casting found by Nikola Knezevic.Jarkko Hietaniemi2002-04-271-2/+2
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-14/+15
* S_ stands sfor static.Jarkko Hietaniemi2002-04-211-3/+3
* Re: Unbalanced string table refcount (was: perl@15930)Nicholas Clark2002-04-161-4/+20
* [dodgy PATCH] Re: [Storable] utf8 keys started working!Nicholas Clark2002-04-131-16/+50
* Retract #15793 since #15775 should fix the problem.Jarkko Hietaniemi2002-04-071-1/+0
* (Retracted by #15794)Mattia Barbon2002-04-071-0/+1
* Re: perl@15772Nicholas Clark2002-04-071-1/+1
* Signedness nits.Jarkko Hietaniemi2002-04-061-2/+2
* Make hv_notallowed a static as suggested by Nicholas Clark;Jarkko Hietaniemi2002-04-061-29/+30
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-169/+390
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-1/+15
* Subject: [PATCH] Hash::Util & restricted hash touch up, part 1Michael G. Schwern2002-03-111-10/+31
* more warnings tidyupPaul Marquess2002-03-111-1/+1
* Make shared hash keys to be \0-terminated:Jarkko Hietaniemi2002-02-281-1/+2
* "Attempt to access to key"?Michael G. Schwern2002-02-261-1/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> Robin Barker2002-01-031-1/+5
* [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-currentH.Merijn Brand2001-12-211-13/+12
* Fix READONLY hashes:Nick Ing-Simmons2001-12-191-6/+6
* Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashesNick Ing-Simmons2001-12-181-54/+165
* Make sharepvn a macro since all it does is a deref.Jarkko Hietaniemi2001-12-031-0/+4
* a few typo fixes Jeffrey Friedl2001-11-121-2/+2
* Keep It Simple and Stupid version of readonly hash support.Nick Ing-Simmons2001-11-061-0/+41
* Builds under ithreads (but fails all threads tests)Nick Ing-Simmons2001-10-161-1/+1
* Little pointer juggling for HP-UX cc to avoidJarkko Hietaniemi2001-08-051-1/+3
* Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so oftenAbhijit Menon-Sen2001-08-041-1/+1
* Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so oftenAbhijit Menon-Sen2001-08-041-17/+51