| Commit message (Expand) | Author | Age | Files | Lines |
* | ex-PVBM and mro interact badly | Ben Morrow | 2007-10-17 | 1 | -1/+1 |
* | Fix Win32 breakage caused by #31926 | Steve Hay | 2007-09-21 | 1 | -1/+1 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -7/+7 |
* | Remove now-unnecessary =cuts where POD is now adjacent to POD. | Nicholas Clark | 2007-09-20 | 1 | -20/+0 |
* | Add a new function Perl_hv_common_key_len(), which contains the | Nicholas Clark | 2007-09-20 | 1 | -77/+18 |
* | Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/ | Nicholas Clark | 2007-09-20 | 1 | -27/+34 |
* | Switch Perl_hv_common() to returning void * rather than HE *. | Nicholas Clark | 2007-09-20 | 1 | -23/+24 |
* | Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and | Nicholas Clark | 2007-09-20 | 1 | -31/+1 |
* | assert that what is passed into the hash functions is really an HV. | Nicholas Clark | 2007-09-20 | 1 | -0/+4 |
* | Make hv_fetch_common() non-static, and change its name to hv_common(), | Nicholas Clark | 2007-09-20 | 1 | -39/+36 |
* | Inline and abolish S_hv_magic_uvar_xkey(). | Nicholas Clark | 2007-09-19 | 1 | -34/+29 |
* | Send all delete()/delete_ent() calls via S_hv_fetch_common(). | Nicholas Clark | 2007-09-19 | 1 | -21/+11 |
* | ext/XS/APItest/t/hash.t was failing because the fieldhash code didn't | Nicholas Clark | 2007-09-19 | 1 | -1/+4 |
* | Call the key transformation function for hv_exists()/hv_fetch()/ | Nicholas Clark | 2007-09-19 | 1 | -10/+9 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 1 | -5/+13 |
* | For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a | Nicholas Clark | 2007-09-19 | 1 | -7/+22 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -25/+3 |
* | Re: [perl #43357] *DESTROY = sub {} at runtime | Brandon Black | 2007-06-28 | 1 | -3/+25 |
* | More portability nits by Jarkko | Rafael Garcia-Suarez | 2007-06-16 | 1 | -1/+1 |
* | more consting | Andy Lester | 2007-05-08 | 1 | -6/+3 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -2/+7 |
* | Move hash action constants to hv.h | Jerry D. Hedden | 2007-04-25 | 1 | -6/+1 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -1/+12 |
* | Re-order the flags values for struct refcounted_he to allow the | Nicholas Clark | 2007-03-22 | 1 | -17/+12 |
* | The bug fixed by change 29610 would have been avoided with this | Nicholas Clark | 2007-03-01 | 1 | -0/+1 |
* | Fix a couple of typos in internal docs | Rafael Garcia-Suarez | 2007-02-28 | 1 | -1/+1 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -5/+2 |
* | newHV doesn't need to turn off POK or NOK, as they will default to not | Nicholas Clark | 2007-02-18 | 1 | -2/+1 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -4/+0 |
* | Add a parameter to Perl_get_arena() to pass in the SV type, and record | Nicholas Clark | 2007-01-19 | 1 | -1/+1 |
* | In S_hfreeentries, orig_array can be const. | Nicholas Clark | 2007-01-13 | 1 | -3/+2 |
* | fix typo in hv.c | Dave Mitchell | 2007-01-12 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -4/+4 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -100/+5 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -0/+1 |
* | (2nd version) small tweaks based on smoke signs | Jarkko Hietaniemi | 2006-11-12 | 1 | -1/+1 |
* | Fix aliasing to an non-existent element of %+ | Rafael Garcia-Suarez | 2006-10-11 | 1 | -4/+2 |
* | Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1... | Yves Orton | 2006-10-08 | 1 | -105/+106 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -6/+103 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -6/+8 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -1/+1 |
* | -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!) | Jarkko Hietaniemi | 2006-07-14 | 1 | -0/+2 |
* | Re: [PATCH] Hash::Util::FieldHash | Anno Siegel | 2006-06-23 | 1 | -0/+22 |
* | Comprehensive regression tests for Perl_refcounted_he_fetch(). | Nicholas Clark | 2006-05-29 | 1 | -1/+9 |
* | Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far | Nicholas Clark | 2006-05-28 | 1 | -1/+20 |
* | clean some lint findings | Andy Lester | 2006-05-23 | 1 | -4/+0 |
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 1 | -36/+102 |
* | Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't | Nicholas Clark | 2006-05-19 | 1 | -4/+3 |