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