| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -12/+12 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | [patch] arena rework - unify arenaroots | Jim Cromie | 2006-02-01 | 1 | -2/+2 |
* | Avoid a warning from the Irix C compiler. | Nicholas Clark | 2006-01-30 | 1 | -1/+1 |
* | Use a union for storing the shared hash key reference count, rather | Nicholas Clark | 2006-01-30 | 1 | -6/+6 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -4/+4 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -33/+32 |
* | hv_fetchs() support | Andy Lester | 2006-01-06 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+11 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -1/+1 |
* | Turn a for loop that's almost a while into an honest-to-goodness while. | Nicholas Clark | 2005-12-31 | 1 | -2/+2 |
* | Calling Perl_hv_clear_placeholders while the hash iterator was active | Nicholas Clark | 2005-12-31 | 1 | -1/+1 |
* | Remove unneeded test in Perl_hv_clear_placeholders. | Nicholas Clark | 2005-12-31 | 1 | -15/+9 |
* | Re-attempt to clear the hash in S_hfreeentries if anything adds to it. | Nicholas Clark | 2005-12-31 | 1 | -83/+113 |
* | Stop 'sub a { // }; %::=()' panicing because the backreference array | Nicholas Clark | 2005-12-31 | 1 | -1/+21 |
* | Document why it's a bad plan to move the backreferences array from | Nicholas Clark | 2005-12-30 | 1 | -4/+9 |
* | In the shared string table, if we add new entries to the head of the | Nicholas Clark | 2005-12-30 | 1 | -10/+10 |
* | RMAGIC on symbol tables is bad, m'kay. | Nicholas Clark | 2005-12-30 | 1 | -1/+40 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -0/+4 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -3/+3 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -8/+7 |
* | Map the HE arena onto SV type 0 (SVt_NULL). | Nicholas Clark | 2005-11-19 | 1 | -8/+10 |
* | Remove the two register keywords from auto variables that PERL_POSION | Nicholas Clark | 2005-11-14 | 1 | -1/+1 |
* | 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 |