summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() Robert Spier2001-03-091-2/+3
* Re: I'm losing the war...Vadim Konovalov2001-02-241-2/+2
* Don't do casting between pointers pointing to differently sizedJarkko Hietaniemi2001-02-201-12/+37
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-9/+86
* Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]Alan Burlison2001-01-051-1/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Retract #8261.Jarkko Hietaniemi2000-12-301-2/+1
* (Retracted by #8261). (Unsuccessful memory access tweaks.)Jarkko Hietaniemi2000-12-301-1/+2
* Additional patch for UTF8-keys (Re: perl@8016)Inaba Hiroto2000-12-091-33/+42
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-10/+2
* UTF-8 hash keys, patch from Inaba Hiroto.Jarkko Hietaniemi2000-12-041-16/+76
* Retract #7977, still too volatile (the euphemism of the dayJarkko Hietaniemi2000-12-041-17/+0
* (Retracted by #7978, too shaky yet.)Simon Cozens2000-12-041-0/+17
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-44/+46
* fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-041-2/+7
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+2
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-9/+21
* documentation patches (from Michael Schwern and YitzchakGurusamy Sarathy2000-02-081-4/+4
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+200
* leak in change#4694 spotted by LarryGurusamy Sarathy1999-12-171-2/+2
* delete() should return the value as is, not a copy thereofGurusamy Sarathy1999-12-171-4/+8
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+9