| Commit message (Expand) | Author | Age | Files | Lines |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -2/+2 |
* | Replace hv_magic() with a macro to call sv_magic() directly. Move the | Nicholas Clark | 2005-10-30 | 1 | -16/+3 |
* | Replace hv_iternext() with a macro that calls hv_iternext_flags with | Nicholas Clark | 2005-10-30 | 1 | -10/+2 |
* | Fix typo in comment. | Nicholas Clark | 2005-10-30 | 1 | -1/+1 |
* | More consting, and DRY leads to shrinking object code | Andy Lester | 2005-10-19 | 1 | -6/+6 |
* | Re: [perl #36733] %SIG not properly local-ized | Rick Delaney | 2005-09-20 | 1 | -3/+1 |
* | First argument to he_dup is actually a const HE * | Nicholas Clark | 2005-09-19 | 1 | -1/+1 |
* | It looks like the only way to reliably make Perl_hv_name_set a pure | Nicholas Clark | 2005-09-18 | 1 | -1/+1 |
* | [patch@25334] hv.c vms environment fix. | John E. Malmberg | 2005-08-30 | 1 | -1/+10 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -7/+8 |
* | More embed.fnc plowing | Andy Lester | 2005-07-13 | 1 | -2/+3 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -1/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -14/+14 |
* | Remove unnecessary null check | Andy Lester | 2005-07-04 | 1 | -2/+1 |
* | Better string constant in hv.c | Andy Lester | 2005-07-04 | 1 | -1/+1 |
* | Implement hv_delayfree_ent in terms of hv_free_ent | Nicholas Clark | 2005-07-04 | 1 | -10/+4 |
* | Inlining del_HE is actually a space optimisation. | Nicholas Clark | 2005-07-04 | 1 | -16/+15 |
* | Stop "suspicious pointer conversion" warning following change 24997 | Steve Hay | 2005-06-28 | 1 | -2/+2 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -13/+11 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -4/+3 |
* | Silence yet more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 1 | -2/+2 |
* | Croak if an attempt is made to modify PL_strtab | Nicholas Clark | 2005-06-13 | 1 | -0/+25 |
* | S_share_hek_flags can revert to returning a HEK | Nicholas Clark | 2005-06-13 | 1 | -12/+11 |
* | hek_dup can now store the HEK rather than the HE, as there is now a | Nicholas Clark | 2005-06-12 | 1 | -12/+15 |
* | Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than | Nicholas Clark | 2005-06-12 | 1 | -2/+3 |
* | Shortcut chasing round strtab when we're not the last reference. | Nicholas Clark | 2005-06-12 | 1 | -0/+9 |
* | In the shared string table, store the HE and HEK next to each other | Nicholas Clark | 2005-06-12 | 1 | -4/+36 |
* | hash key code cleanup | Nicholas Clark | 2005-06-11 | 1 | -1/+1 |
* | Random cleanups #47 | Andy Lester | 2005-06-07 | 1 | -2/+0 |
* | Lots of consting | Nicholas Clark | 2005-06-07 | 1 | -2/+2 |
* | Abstract all access to the shared hash value through SvSHARED_HASH() | Nicholas Clark | 2005-06-06 | 1 | -2/+2 |
* | s/newSVpv_hek/newSVhek/g; # Lousy choice of name | Nicholas Clark | 2005-06-03 | 1 | -1/+1 |
* | Create newSVpv_hek to reduce code duplication where HEKs need to be | Nicholas Clark | 2005-06-03 | 1 | -33/+1 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -8/+11 |
* | Changes 24660 and 24665 both introduced errors into the USEMYMALLOC | Nicholas Clark | 2005-06-02 | 1 | -2/+2 |
* | As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be | Nicholas Clark | 2005-06-01 | 1 | -5/+10 |
* | Store the xhv_aux structure after the main array. | Nicholas Clark | 2005-06-01 | 1 | -53/+95 |
* | Avoid updating a variable in a loop. | Nicholas Clark | 2005-05-31 | 1 | -15/+25 |
* | Avoid updating a variable in the loop | Nicholas Clark | 2005-05-31 | 1 | -5/+5 |
* | Change the logic to avoid needing to set a variable during the loop | Nicholas Clark | 2005-05-30 | 1 | -8/+13 |
* | Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get() | Nicholas Clark | 2005-05-30 | 1 | -7/+7 |
* | Teeny optimization in S_hv_magic_check | Andy Lester | 2005-05-30 | 1 | -0/+1 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -18/+10 |
* | Export Perl_hek_dup, which duplicates shared hash keys. | Nicholas Clark | 2005-05-25 | 1 | -0/+19 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 1 | -10/+22 |
* | Leaking is bad, m'kay. | Nicholas Clark | 2005-05-24 | 1 | -1/+4 |
* | Declaration nit spotted by Jarkko | Rafael Garcia-Suarez | 2005-05-23 | 1 | -1/+1 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -41/+39 |
* | Fool. That should be I32 everywhere. | Nicholas Clark | 2005-05-21 | 1 | -1/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -33/+172 |