2006-04-12 |
Nicholas Clark | D'oh! Don't try to do #ifdefs inside "functions" that... |
blob | commitdiff |
2006-04-12 |
Nicholas Clark | Add tests for all the other types that %^H serialisatio... |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark | Store cop_hints as a shared structure without using... |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark | Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup. |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark | First stab at using the pad to store the serialised... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark | Need to migrate the refcounted_he structure to be prope... |
blob | commitdiff | diff to current |
2006-04-10 |
Nicholas Clark | Perl_unsharepvn() was no longer being used in core... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark | Automatically set HINT_LOCALIZE_HH whenever %^H is... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark | The call to Perl_hv_assert(aTHX_ hv) should be wrapped... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark | Propagate cop_hints inside string evals. For the unthre... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark | Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-30 |
Nicholas Clark | Fix bug 36267 - assigning to a tied hash shouldn't... |
blob | commitdiff | diff to current |
2006-03-28 |
Nicholas Clark | Only compile Perl_hv_assert with DEBUGGING. |
blob | commitdiff | diff to current |
2006-03-16 |
Nicholas Clark | Correct the macros in the comments in hv.c. Given the... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Change hv_name_set to take U32 length and flags parameters. |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester | Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester | unused context warnings |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez | More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-18 |
Jim Cromie | arena-rework : consolidated patch |
blob | commitdiff | diff to current |
2006-02-14 |
Andy Lester | Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-10 |
Steve Hay | A better fix than 27148 |
blob | commitdiff | diff to current |
2006-02-10 |
Steve Hay | Fix the effects of 27136 on Win32 with DEBUGGING and... |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester | Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-05 |
Jim Cromie | [patch] rework arenas - repair arenasets |
blob | commitdiff | diff to current |
2006-02-04 |
Jim Cromie | [patch] arena rework - arena sets |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger | Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-02-01 |
Jim Cromie | [patch] arena rework - unify arenaroots |
blob | commitdiff | diff to current |
2006-01-30 |
Nicholas Clark | Avoid a warning from the Irix C compiler. |
blob | commitdiff | diff to current |
2006-01-30 |
Nicholas Clark | Use a union for storing the shared hash key reference... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay | Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester | It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-06 |
Andy Lester | hv_fetchs() support |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez | Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester | Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-31 |
Nicholas Clark | Turn a for loop that's almost a while into an honest... |
blob | commitdiff | diff to current |
2005-12-31 |
Nicholas Clark | Calling Perl_hv_clear_placeholders while the hash itera... |
blob | commitdiff | diff to current |
2005-12-31 |
Nicholas Clark | Remove unneeded test in Perl_hv_clear_placeholders. |
blob | commitdiff | diff to current |
2005-12-31 |
Nicholas Clark | Re-attempt to clear the hash in S_hfreeentries if anyth... |
blob | commitdiff | diff to current |
2005-12-31 |
Nicholas Clark | Stop 'sub a { // }; %::=()' panicing because the backre... |
blob | commitdiff | diff to current |
2005-12-30 |
Nicholas Clark | Document why it's a bad plan to move the backreferences... |
blob | commitdiff | diff to current |
2005-12-30 |
Nicholas Clark | In the shared string table, if we add new entries to... |
blob | commitdiff | diff to current |
2005-12-30 |
Nicholas Clark | RMAGIC on symbol tables is bad, m'kay. |
blob | commitdiff | diff to current |
2005-12-27 |
Andy Lester | pre-likely cleanup |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester | Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester | More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-11-19 |
Nicholas Clark | Map the HE arena onto SV type 0 (SVt_NULL). |
blob | commitdiff | diff to current |
2005-11-14 |
Nicholas Clark | Remove the two register keywords from auto variables... |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester | Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark | Replace hv_magic() with a macro to call sv_magic()... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark | Replace hv_iternext() with a macro that calls hv_iterne... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark | Fix typo in comment. |
blob | commitdiff | diff to current |
2005-10-19 |
Andy Lester | More consting, and DRY leads to shrinking object code |
blob | commitdiff | diff to current |
2005-09-20 |
Rick Delaney | Re: [perl #36733] %SIG not properly local-ized |
blob | commitdiff | diff to current |
2005-09-19 |
Nicholas Clark | First argument to he_dup is actually a const HE * |
blob | commitdiff | diff to current |
2005-09-18 |
Nicholas Clark | It looks like the only way to reliably make Perl_hv_nam... |
blob | commitdiff | diff to current |
2005-08-30 |
John E. Malmberg | [patch@25334] hv.c vms environment fix. |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester | more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Andy Lester | More embed.fnc plowing |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester | Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie | Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-04 |
Andy Lester | Remove unnecessary null check |
blob | commitdiff | diff to current |
2005-07-04 |
Andy Lester | Better string constant in hv.c |
blob | commitdiff | diff to current |
2005-07-04 |
Nicholas Clark | Implement hv_delayfree_ent in terms of hv_free_ent |
blob | commitdiff | diff to current |
2005-07-04 |
Nicholas Clark | Inlining del_HE is actually a space optimisation. |
blob | commitdiff | diff to current |
2005-06-28 |
Steve Hay | Stop "suspicious pointer conversion" warning following... |
blob | commitdiff | diff to current |
2005-06-27 |
Andy Lester | We're going round in circles with pp_sys.c |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester | Const Boy II: The Localizing |
blob | commitdiff | diff to current |
2005-06-22 |
Steve Hay | Silence yet more bcc32 compiler warnings |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark | Croak if an attempt is made to modify PL_strtab |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark | S_share_hek_flags can revert to returning a HEK |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark | hek_dup can now store the HEK rather than the HE, as... |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark | Compare HE *s in S_unshare_hek_or_pvn's tight hek loop... |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark | Shortcut chasing round strtab when we're not the last... |
blob | commitdiff | diff to current |
2005-06-12 |
Nicholas Clark | In the shared string table, store the HE and HEK next... |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark | hash key code cleanup |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester | Random cleanups #47 |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | Lots of consting |
blob | commitdiff | diff to current |
2005-06-06 |
Nicholas Clark | Abstract all access to the shared hash value through... |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | s/newSVpv_hek/newSVhek/g; # Lousy choice of name |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | Create newSVpv_hek to reduce code duplication where... |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester | Random consting |
blob | commitdiff | diff to current |
2005-06-02 |
Nicholas Clark | Changes 24660 and 24665 both introduced errors into... |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark | As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the... |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark | Store the xhv_aux structure after the main array. |
blob | commitdiff | diff to current |
2005-05-31 |
Nicholas Clark | Avoid updating a variable in a loop. |
blob | commitdiff | diff to current |
2005-05-31 |
Nicholas Clark | Avoid updating a variable in the loop |
blob | commitdiff | diff to current |
2005-05-30 |
Nicholas Clark | Change the logic to avoid needing to set a variable... |
blob | commitdiff | diff to current |
2005-05-30 |
Nicholas Clark | Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_... |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester | Teeny optimization in S_hv_magic_check |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark | Store the package name as a shared HEK. |
blob | commitdiff | diff to current |
2005-05-25 |
Nicholas Clark | Export Perl_hek_dup, which duplicates shared hash keys. |
blob | commitdiff | diff to current |
2005-05-25 |
Nicholas Clark | Track the mapping between source shared hash keys and... |
blob | commitdiff | diff to current |
2005-05-24 |
Nicholas Clark | Leaking is bad, m'kay. |
blob | commitdiff | diff to current |
2005-05-23 |
Rafael Garcia-Suarez | Declaration nit spotted by Jarkko |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move the xpv_pv/xrv_rv member into the SV head, in... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Fool. That should be I32 everywhere. |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
next |