This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add missing SVfARG()s in require_tie_mod().
[perl5.git] / cop.h
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_...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-02 Dave MitchellBetter fix for #8738 (Core dump in 'leavetry')
2005-05-02 Dave Mitchellmove the SETJMP exception-handing definitions from...
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2004-07-23 Dave Mitchellremove binary compat from #23156 (remove PL_retstack)
2004-07-23 Dave Mitchellremove the return stack PL_retstack, and store return...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-01-20 Dave Mitchellsecond attempt to fix [perl #24914] freeing a CV refere...
2003-10-09 Nicholas ClarkPut all pre-processor #s on the first column (some...
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-06-28 Dave MitchellTwo debugging patches.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-03 Jarkko HietaniemiDetypo.
2003-01-27 Dave MitchellIntroduce the PUSHSUB_DB macro, equivalent to PUSHSUB...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-04 Hugo van der Sandenfix coredump after 64k-deep recursion
2002-05-21 Kevin ChaseWin32 crash in fork.t (perl@16694)
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-03-18 Jarkko HietaniemiNetWare tweaks from C Aditya <caditya@novell.com>
2002-02-08 Chris NandorCopFILE / MacPerl_MPWFileName
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-09-10 Artur BergmanSilence another ITHREAD 64bit INT/32bit PTR warning.
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-06-06 Jarkko HietaniemiIntegrate change #10448 from maintperl; lexicals
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-10-20 Charles BaileySYN SYN
2000-10-03 Ilya ZakharevichInside require() $^S was always left undefined.
2000-08-30 Gurusamy SarathyRe: [ID 20000829.020] perl -e 'package; print __PACKAGE...
2000-08-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-06-30 Gurusamy Sarathydounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-06-09 Jarkko HietaniemiRename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathybe more optimal about clearing @_
2000-06-08 Gurusamy Sarathy@_ can't have junk in it even in the non-USE_ITHREADS...
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-05-28 Gurusamy Sarathycall_method(...,G_EVAL) can longjmp() out if the method...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-21 Gurusamy Sarathyunder useithreads, PUSHLOOP must save PL_curpad for...
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
next