This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eradicate race condition in t/op/sigsystem.t (#114562)
[perl5.git] / pp_ctl.c
2012-09-08 David Mitchellfix s/(.)/die/e
2012-09-08 David Mitchelltidy up patten match copying code
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-08-28 Shawn M Moore"loading-file" and "loaded-file" DTrace probes
2012-08-28 Father ChrysostomosStop (caller $n)[6] from including final "\n;"
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-17 Father Chrysostomospp_ctl.c:pp_dbstate: Don’t adjust CvDEPTH for XSUBs
2012-08-11 Craig A. Berrypp_require thread safety for VMS.
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-08-01 Nicholas ClarkAvoid reading before the buffer start when generating...
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-13 Robin Barkersilence compiler warning - casting void* to IV
2012-07-02 Jesse Luehrsfix 64-bit compiler warning
2012-07-02 Father ChrysostomosUse find_runcv_where for pp_coreargs and pp_runcv
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-29 Father ChrysostomosDefine cv_forget_slab under PL_OP_SLAB_ALLOC
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-26 Jesse Luehrsfix memory leak in @INC filters that die [perl #92252]
2012-06-20 Eric BrineRT#113730 - $@ should be cleared on "do" IO error.
2012-06-17 Jesse Luehrsensure correctness if sv_2mortal modifies errno
2012-06-17 Brian Fraserrequire should die if a file exists but can't be read.
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-06-13 David Mitchellmake calling of /(?{}) code blocks correct
2012-06-13 David Mitchellmake is_bare_re bool. not int in re_op_compile
2012-06-13 David MitchellS_doeval(): saveop can never be null now
2012-06-13 David Mitchellreindent S_doeval() following a code purge.
2012-06-13 David Mitchelleliminate sv_compile_2op, sv_compile_2op_is_broken
2012-06-13 David Mitchelleliminate PL_reginterp_cnt
2012-06-13 David Mitchelladd PMf_USE_RE_EVAL flag
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchellre_op_compile(): split flags into two arguments
2012-06-13 David Mitchelladd PMf_IS_QR flag
2012-06-13 David Mitchellpp_regcomp(): fix refcnt issue with qr_anoncv
2012-06-13 David Mitchellpp_regcomp(): fix casting issue from prev commit
2012-06-13 David MitchellHandle literal code blocks in runtime regexes
2012-06-13 David MitchellMove bulk of pp_regcomp() into re_op_compile()
2012-06-13 David Mitchellpp_regcomp: dopn't special-case n->1 arg folding
2012-06-13 David Mitchellpp_regcomp: split overloading and concat tasks
2012-06-13 David Mitchellfix for overload/stringfy and pp_regcomp
2012-06-13 David Mitchelladd Perl_current_re_engine() function
2012-06-13 David MitchellRevert 4 regex commits to ease rebasing
2012-06-13 David MitchellRevert two commits to make rebasing easier
2012-06-05 Father Chrysostomos[perl #113486] pp_ctl.c: Don’t assume CopSTASH is a...
2012-06-05 Father ChrysostomosFix bad assertions in pp_ctl.c:pp_caller
2012-05-30 Father ChrysostomosAway with REXEC_SCREAM!
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Reini Urbanrelated to [perl #113060] assert CopSTASH(cx->blk_oldcop)
2012-05-21 Father ChrysostomosMake lvalue subs copy returned PADTMPs in rvalue cx
2012-05-21 Father Chrysostomospp_ctl.c:pp_goto: Don’t repeat yourself
2012-05-21 Father ChrysostomosProduce the right error for goto "\0"
2012-05-21 Father Chrysostomos[perl #111794] Make goto "" like goto ${\""}
2012-04-07 Brian FraserFix for perl #112316: Wrong behavior regarding labels...
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-06 David Mitchellfix typo in src comment
2012-01-30 Father Chrysostomos[perl #108780] Make /foo$qr/ work under ‘no overloading’
2012-01-24 Leon TimmermansEnforce Any ~~ Object smartmatch precedence
2012-01-22 Father Chrysostomos[rt.cpan.org #72767] Don’t propagate warnings into...
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-09 Father Chrysostomos[perl #92254, #92256] Fix SAVE_DEFSV to do refcounting
2012-01-05 Father Chrysostomos[perl #95548] Returned magical temps are not copied
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-29 Father Chrysostomosdiag_listed_as for another lv sub error
2011-12-29 Father ChrysostomosMore diag_listed_as
2011-12-16 Father Chrysostomos[perl #91514] Use correct error msg for default
2011-12-06 Father Chrysostomos[perl #80630] Make eval"" return empty list for syntax...
2011-12-06 Father ChrysostomosDon’t LEAVE_with_name("evalcomp") for syntax errors
2011-12-02 Father Chrysostomos$tied =~ s///e when FETCH returns a COW
2011-11-27 Father Chrysostomos[perl #99850] SEGV when destructor undefs goto &sub
2011-11-19 Zeframnarrower localisation of PL_compcv around eval
2011-11-17 Father ChrysostomosDocument S_doeval’s calling convention
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-11-17 Father ChrysostomosCombine two blocks in pp_ctl.c:S_doeval
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-15 Father ChrysostomosMove a pp_entereval comment where it belongs.
2011-11-09 Karl WilliamsonChange __attribute_unused__ to PERL_UNUSED_DECL
2011-11-06 Father ChrysostomosDon’t leak the source for evalbytes($utf8)
2011-11-06 Father ChrysostomosAvoid redundant copies in string evals
2011-11-06 Father Chrysostomoseval"" should reset %^H in more cases
2011-11-06 Father ChrysostomosMake source filters work in evalbytes
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-10-29 Father ChrysostomosRemove some repeated code in pp_regcomp
2011-10-29 Father ChrysostomosFix =~ $str_overloaded (5.10 regression)
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-13 Father ChrysostomosMention all variables in $undef..$undef warnings
2011-10-13 Father ChrysostomosCall get-magic once for .. in list context
2011-10-12 Father ChrysostomosAvoid an redundant copy in pp_flop
2011-10-07 David Mitchellmake SVs_PADTMP and SVs_PADSTALE share a bit
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian FraserMake gv.c and pp_ctl.c warnings utf8-clean
2011-10-06 Brian Fraserpp_ctl.c: pp_caller UTF8 cleanup.
2011-10-06 Brian Fraserpp_ctl.c: pp_goto UTF8 cleanup.
2011-09-23 Brian Fraser[perl #96008] use and require are affected by the open...
2011-09-21 Father Chrysostomos[perl #93590] $tainted ~~ [...] failing
2011-09-17 Father ChrysostomosFix recursion warning for ‘no warnings; goto &sub’
2011-09-17 Father ChrysostomosMake goto &CORE::sub use the right lexical scope
2011-09-09 Zeframremove index offsetting ($[)
next