regcomp.c: Prevent integer overflow from nested regex quantifiers.
[platform/upstream/perl.git] / cop.h
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.7 48/136048/1
2017-06-28 DongHun KwakImported Upstream version 5.25.2 43/136043/1
2017-06-28 DongHun KwakImported Upstream version 5.24.0 39/136039/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.5 34/136034/1
2017-06-28 DongHun KwakImported Upstream version 5.23.4 33/136033/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.22.2 27/136027/1
2017-06-28 DongHun KwakImported Upstream version 5.22.0 25/136025/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.3 12/136012/1
2014-02-12 Reini UrbanNETWARE CopFILE_setn
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-02 Daniel Draganremove redundant Zero() from JMPENV_BOOTSTRAP
2013-09-21 Brian FraserRemoved OP_IN_REGISTER and related defines.
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-06-30 Ruslan ZakirovG_METHOD_NAMED flag for call_method and call_sv
2013-06-21 Father Chrysostomos[perl #118305] make dtrace sub-entry probe support...
2013-05-28 Father Chrysostomos[perl #117947] Verify lvalueness of XSUBs at run time
2013-05-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
2013-04-24 David MitchellPUSH_MULTICALL_WITHDEPTH becomes ..._FLAGS
2013-04-12 David Mitchell[MERGE] handle /(?{})/ with overload::constant qr
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-01-14 Steve HaySilence a couple of warnings
2013-01-04 Eric BrineRemove redundant NULL checks.
2012-12-24 Daniel Draganuninline panic branch from POPSTACK
2012-12-05 Father ChrysostomosUse SvREFCNT_dec_NN in various cop.h macros
2012-11-11 David Mitchellmake MULTICALL safe across cxstack reallocs
2012-09-15 Father Chrysostomoscop.h: Remove obsolete comment
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-22 Father Chrysostomos[Merge] New PADLIST type
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-06 Father Chrysostomosassert_(...)
2012-08-05 Father ChrysostomosDon’t let active formats be freed
2012-08-05 Father ChrysostomosRecursive formats and closures in formats.
2012-06-14 David MitchellMerge re_eval jumbo fix branch into blead
2012-06-13 David Mitchellmake calling of /(?{}) code blocks correct
2012-06-08 Father Chrysostomoscop.h: Clarify comment
2012-06-05 Father ChrysostomosObliterate CopSTASH_free
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-03-26 AbigailMerge branch 'abigail/for-5.17' into blead
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2011-10-06 Father ChrysostomosMerge support for UTF8 symbols
2011-10-06 Brian FraserGroundwork to allow cops and pmops to store the UTF8...
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Gerard GoossenUse OPpDEREF for lvalue sub, such that the flags contai...
2011-07-17 Father ChrysostomosRename store/fetch_cop_label as cop_*
2011-07-15 Father ChrysostomosChange was_lvalue_sub back to X; spell out the only...
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-05-18 Karl Williamsoncop.h: pod: Fix broken links
2011-02-18 David Mitchellstruct subst; remove macro for obsolete field
2011-01-21 Michael StevensUpdate old activestate links to point to git.
2011-01-13 Nicholas ClarkIn Perl_write_to_stderr(), use Perl_magic_methcall...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-11 David Leadbeater[perl #80548] Add the stash name to DTrace probes
2010-10-28 brian d foyMerge branch 'briandfoy/pos' into blead
2010-10-21 Zeframmark cophh API as experimental
2010-10-21 Zeframfull API for cop hint hashes
2010-10-19 David MitchellRecursive MULTICALL prematurely freed CV
2010-09-14 brian d foyMerge branch 'briandfoy/perlfaq' of ssh://perl5.git...
2010-09-09 Nicholas ClarkDefine CxPADLOOP unconditionally, as post f83b46a0...
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-09-08 David Mitchellcreate itervar_u union in struct block_loop
2010-09-08 David Mitchelleliminate targoffset from struct block_loop
2010-09-08 David Mitchelleliminate next_op from struct block_loop
2010-09-02 Nicholas ClarkChange the first argument of Perl_fetch_cop_label(...
2010-07-28 Chip SalzenbergRevert "Fix off-by-one: avoid allocating an extra context"
2010-07-28 Chip SalzenbergFix off-by-one: avoid allocating an extra context
2010-06-16 Nicholas ClarkStop using WITH_THR and WITH_THX, as they were never...
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-29 Rafael Garcia-SuarezMerge branch 'dual/Safe' into blead
2010-04-26 Nicholas ClarkFor Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-18 Nicholas ClarkMove PERL_ASYNC_CHECK() from POPBLOCK() to the kill...
2010-04-16 H.Merijn BrandMerge branch 'blead' of perl5.git.perl.org:/gitroot...
2010-04-15 Nicholas ClarkMove PERL_ASYNC_CHECK() from the runloop to control...
2010-04-13 David MitchellMerge commit 'origin/davem/post-5.12' into blead
2010-04-06 David Mitchellmore mods to -Dl debugging output
2010-03-30 David Mitchellimprove -Dl debugging output
2009-12-13 Reini UrbanEliminate OP_SETSTATE from cop.h header
2009-11-29 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-11-12 Gerard GoossenAdd line information to jumplevel debug information
next