This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bring Pod::Simple up to 3.09 as on CPAN.
[perl5.git] / cop.h
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-07 Alex VandiverFix MULTICALL in List-Util
2008-11-26 Nicholas Clarkrxres_free() and rxres_restore() are only used in pp_ct...
2008-10-28 Nicholas ClarkA couple of (COP*)s that can actually be (const COP...
2008-10-27 Nicholas ClarkConvert all (CV *) casts to (const CV *). Convert ...
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-04-07 Nicholas ClarkEliminate cop_label from struct cop by storing a label...
2008-04-06 Nicholas ClarkChange 33653 (inevitably) missed one cop_label, because...
2008-04-06 Nicholas ClarkA macro used only once isn't a typing saving, and 3...
2008-02-04 Nicholas ClarkMicro-optimise the order of the context types. [Because...
2008-01-28 Nicholas ClarkThe third argument of PUSHEVAL was never used by anythi...
2008-01-26 Nicholas ClarkThe layout for struct block_loop under ithreads can...
2008-01-26 Nicholas ClarkInvestigation reveals that the work of restoring the...
2008-01-26 Nicholas ClarkAs itersave points to the initial CxITERVAR(), and...
2008-01-26 Nicholas ClarkRestore the else block accidently eaten by change 33074.
2008-01-26 Nicholas ClarkIn POPLOOP, if CxITERVAR(cx) is non-NULL, then so is...
2008-01-26 Benjamin SmithRe: struct context now 12.5% smaller than 5.10
2008-01-24 Nicholas ClarkIn struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas ClarkMerge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas ClarkChange the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas ClarkSplit out foreach iterations of temporary lists on...
2008-01-24 Nicholas ClarkSplit CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-21 Nicholas ClarkEliminate the U8 sbu_once from struct subst, and shrink...
2008-01-21 Nicholas ClarkIn struct block_subst, access the member once via a...
2008-01-21 Nicholas ClarkTidy up context type flags.
2008-01-21 Nicholas ClarkIn struct block_eval, eliminate old_in_eval and old_op_...
2008-01-21 Nicholas ClarkIn struct block_eval, access the members old_in_eval...
2008-01-21 Nicholas ClarkIn struct block change blku_type from U8 to U16, and...
2008-01-21 Nicholas ClarkSqueeze the context type down to 4 bits, and move the...
2008-01-21 Nicholas ClarkGive G_VOID, G_SCALAR and G_ARRAY the same numeric...
2008-01-21 Nicholas ClarkAdd a flag G_WANT, as a mask for the bits G_SCALAR...
2008-01-20 Nicholas ClarkEliminate hasargs from structs block_sub and block_form...
2008-01-20 Nicholas ClarkIn struct block_sub and block_format, access the member...
2008-01-20 Nicholas ClarkMove retop first in structs block_sub, block_format...
2008-01-20 Nicholas ClarkEliminate label from struct block_loop, as it can be...
2008-01-20 Nicholas ClarkSplit struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas ClarkExtend PUSHFORMAT() to take a second parameter to set...
2008-01-20 Nicholas ClarkFix (probable) bug-by-inspection - CxREALEVAL(), CxTRY...
2008-01-20 Nicholas ClarkIn struct block_loop access element label via the macro...
2008-01-11 Andy ArmstrongAdd dtrace support
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-09-19 Nicholas ClarkFor an LVALUE fetch, "hv_fetch()" will recurse into...
2007-05-15 Nicholas ClarkBASEOP isn't an exact multiple of 8 bytes, so reorderin...
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
2007-04-23 Rafael Garcia-SuarezA safer version of CopFILE, by Jarkko
2007-03-31 Nicholas ClarkRearrange members of structures to reduce memory size...
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-22 Nicholas ClarkFix a typo and some doubled spaces in comments.
2006-12-20 Rafael Garcia-SuarezFix leaks in label strings allocation in COPs
2006-12-20 Rafael Garcia-SuarezDon't free the original label string when assigning...
2006-12-18 Jarkko HietaniemiRe: [PATCH] do not meddle in the affairs of PERL_TRACK_...
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-10-16 Nicholas ClarkFix change 28770 to cope with the strange 32 bit bool...
2006-09-17 Nicholas ClarkSome notes about struct block_loop
2006-09-17 Nicholas ClarkStore a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas ClarkShrink the interpreter structure by 4 bytes (usually...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-01 Nicholas ClarkMerge lval and hasargs into one U8 in struct block_sub
2006-09-01 Nicholas ClarkAccess to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas ClarkAccess cx->blk_sub.hasargs via a pair of macros (as...
2006-08-31 Nicholas ClarkSave 4 bytes from struct context (on ILP32) by moving...
2006-08-01 Steve HaySilence a couple of Borland compiler warnings
2006-05-24 Andy LesterRefactoring in av.c
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-20 Dave Mitchell[perl #32332] Perl segfaults; test case available
2006-05-20 Nicholas ClarkAbolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-02 Andy LesterSome more SvREFCNT_inc updates
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-02 Nicholas ClarkAbstract all reads/writes of the hints in COPs with...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-03 Steve HayFix release mode builds following change 26598
2006-01-03 Dave Mitchellsilence some compiler warnings
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-09 Robin HoustonRe: [perl #32383] DProf breaks List::Util::shuffle
2005-11-07 Chris Heath[perl #24254] Attempt to free unreferenced scalar
2005-11-02 Robin Houstonsort/multicall patch
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-04 Gisle AasRe: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-06-15 Andy LesterCopSTASH_eq again
2005-05-25 Nicholas ClarkReplace all uses of HvNAME with the appropriate HvNAME_...
next