2009-12-13 |
Reini Urban |
Eliminate OP_SETSTATE from cop.h header |
blob | commitdiff |
2009-11-12 |
Gerard Goossen |
Add line information to jumplevel debug information |
blob | commitdiff | diff to current |
2009-10-31 |
Gerard Goossen |
Add assertion to JMPENV_POP to assert that the jumpleve... |
blob | commitdiff | diff to current |
2009-08-21 |
Zefram |
Add clear magic to %^H so that the HE chain is reset... |
blob | commitdiff | diff to current |
2009-04-27 |
Nicholas Clark |
Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff | diff to current |
2009-03-07 |
Alex Vandiver |
Fix MULTICALL in List-Util |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
rxres_free() and rxres_restore() are only used in pp_ct... |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
A couple of (COP*)s that can actually be (const COP... |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
Convert all (CV *) casts to (const CV *). Convert ... |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-04-07 |
Nicholas Clark |
Eliminate cop_label from struct cop by storing a label... |
blob | commitdiff | diff to current |
2008-04-06 |
Nicholas Clark |
Change 33653 (inevitably) missed one cop_label, because... |
blob | commitdiff | diff to current |
2008-04-06 |
Nicholas Clark |
A macro used only once isn't a typing saving, and 3... |
blob | commitdiff | diff to current |
2008-02-04 |
Nicholas Clark |
Micro-optimise the order of the context types. [Because... |
blob | commitdiff | diff to current |
2008-01-28 |
Nicholas Clark |
The third argument of PUSHEVAL was never used by anythi... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
The layout for struct block_loop under ithreads can... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Investigation reveals that the work of restoring the... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
As itersave points to the initial CxITERVAR(), and... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Restore the else block accidently eaten by change 33074. |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
In POPLOOP, if CxITERVAR(cx) is non-NULL, then so is... |
blob | commitdiff | diff to current |
2008-01-26 |
Benjamin Smith |
Re: struct context now 12.5% smaller than 5.10 |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
In struct block_loop, merge itermax and iterlval into... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Merge CXt_LOOP_STACK's use of itermax for the reverse... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Change the context type of for ($a .. $b) to CXt_LOOP_L... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Split out foreach iterations of temporary lists on... |
blob | commitdiff | diff to current |
2008-01-24 |
Nicholas Clark |
Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Eliminate the U8 sbu_once from struct subst, and shrink... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
In struct block_subst, access the member once via a... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Tidy up context type flags. |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
In struct block_eval, eliminate old_in_eval and old_op_... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
In struct block_eval, access the members old_in_eval... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
In struct block change blku_type from U8 to U16, and... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Squeeze the context type down to 4 bits, and move the... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Give G_VOID, G_SCALAR and G_ARRAY the same numeric... |
blob | commitdiff | diff to current |
2008-01-21 |
Nicholas Clark |
Add a flag G_WANT, as a mask for the bits G_SCALAR... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
Eliminate hasargs from structs block_sub and block_form... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
In struct block_sub and block_format, access the member... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
Move retop first in structs block_sub, block_format... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
Eliminate label from struct block_loop, as it can be... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
Split struct block_sub into struct block_sub and struct... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
Extend PUSHFORMAT() to take a second parameter to set... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
Fix (probable) bug-by-inspection - CxREALEVAL(), CxTRY... |
blob | commitdiff | diff to current |
2008-01-20 |
Nicholas Clark |
In struct block_loop access element label via the macro... |
blob | commitdiff | diff to current |
2008-01-11 |
Andy Armstrong |
Add dtrace support |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-09-19 |
Nicholas Clark |
For an LVALUE fetch, "hv_fetch()" will recurse into... |
blob | commitdiff | diff to current |
2007-05-15 |
Nicholas Clark |
BASEOP isn't an exact multiple of 8 bytes, so reorderin... |
blob | commitdiff | diff to current |
2007-04-24 |
Dave Mitchell |
move PL_linestr from the interpreter struct to the... |
blob | commitdiff | diff to current |
2007-04-23 |
Rafael Garcia-Suarez |
A safer version of CopFILE, by Jarkko |
blob | commitdiff | diff to current |
2007-03-31 |
Nicholas Clark |
Rearrange members of structures to reduce memory size... |
blob | commitdiff | diff to current |
2007-01-26 |
Nicholas Clark |
Stop S_incline needing to temporarily write a '\0'... |
blob | commitdiff | diff to current |
2007-01-22 |
Nicholas Clark |
Fix a typo and some doubled spaces in comments. |
blob | commitdiff | diff to current |
2006-12-20 |
Rafael Garcia-Suarez |
Fix leaks in label strings allocation in COPs |
blob | commitdiff | diff to current |
2006-12-20 |
Rafael Garcia-Suarez |
Don't free the original label string when assigning... |
blob | commitdiff | diff to current |
2006-12-18 |
Jarkko Hietaniemi |
Re: [PATCH] do not meddle in the affairs of PERL_TRACK_... |
blob | commitdiff | diff to current |
2006-11-06 |
Nicholas Clark |
assert() that SvPV_set() isn't used on arrays. |
blob | commitdiff | diff to current |
2006-10-16 |
Nicholas Clark |
Fix change 28770 to cope with the strange 32 bit bool... |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark |
Some notes about struct block_loop |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark |
Store a pointer to the op in struct block_loop, rather... |
blob | commitdiff | diff to current |
2006-09-16 |
Nicholas Clark |
Shrink the interpreter structure by 4 bytes (usually... |
blob | commitdiff | diff to current |
2006-09-16 |
Nicholas Clark |
Revert changes 28772, 28773, 28774 as they won't gain... |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Merge lval and hasargs into one U8 in struct block_sub |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Access to cx->blk_sub.lval via macros (as it's about... |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Access cx->blk_sub.hasargs via a pair of macros (as... |
blob | commitdiff | diff to current |
2006-08-31 |
Nicholas Clark |
Save 4 bytes from struct context (on ILP32) by moving... |
blob | commitdiff | diff to current |
2006-08-01 |
Steve Hay |
Silence a couple of Borland compiler warnings |
blob | commitdiff | diff to current |
2006-05-24 |
Andy Lester |
Refactoring in av.c |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Move the hints from op_private into cop_hints. This... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-05-20 |
Dave Mitchell |
[perl #32332] Perl segfaults; test case available |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_arybase. Signal a non zero $[ with a hint... |
blob | commitdiff | diff to current |
2006-05-02 |
Andy Lester |
Some more SvREFCNT_inc updates |
blob | commitdiff | diff to current |
2006-04-29 |
Jarkko Hietaniemi |
more -ansi -pedantic cleanliness |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all reads/writes of the hints in COPs with... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
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-27 |
Nicholas Clark |
Merge the cut ... |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
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-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
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-03 |
Steven Schubiger |
s/Nullcv/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-01-04 |
Rafael Garcia-Suarez |
More copyright updates |
blob | commitdiff | diff to current |
2006-01-03 |
Steve Hay |
Fix release mode builds following change 26598 |
blob | commitdiff | diff to current |
2006-01-03 |
Dave Mitchell |
silence some compiler warnings |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullav/NULL/g |
blob | commitdiff | diff to current |
2005-11-11 |
Andy Lester |
Const & local: Special Victims Unit |
blob | commitdiff | diff to current |
2005-11-09 |
Robin Houston |
Re: [perl #32383] DProf breaks List::Util::shuffle |
blob | commitdiff | diff to current |
2005-11-07 |
Chris Heath |
[perl #24254] Attempt to free unreferenced scalar |
blob | commitdiff | diff to current |
2005-11-02 |
Robin Houston |
sort/multicall patch |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
next |