summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* newHVhv shouldn't reset xhv_max so oftenAbhijit Menon-Sen2001-08-031-6/+6
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-131-22/+16
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-3/+3
* Fixes case of CvDEPTH for perl_cloneArtur Bergman2001-06-201-4/+4
* Revert #10656 for performance reasons but leave in theJarkko Hietaniemi2001-06-191-106/+156
* Quench the warnings from Tru64; the HP-UX is stillJarkko Hietaniemi2001-06-171-7/+7
* [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)Abhijit Menon-Sen2001-06-171-126/+98
* Re: DYNAMIC_ENV_FETCH HvNAME abuse.Abhijit Menon-Sen2001-06-161-7/+7
* Eliminating trigraphMichael G. Schwern2001-06-011-1/+1
* [LARGE!] symbolic magicDave Mitchell2001-05-201-23/+25
* A thinko in #10065.Jarkko Hietaniemi2001-05-101-1/+1
* [patch] make hv_fetch{_ent} SvGMAGICAL awareDoug MacEachern2001-05-101-4/+4
* PATCH [5.7.1] hv.c unused #defineMark-Jason Dominus2001-04-231-1/+0