This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 710639c2
[perl5.git] / pp_ctl.c
2013-08-11 Father Chrysostomospp_ctl.c:S_run_user_filter: remove GMAGICAL check
2013-08-11 Father ChrysostomosHandle magical return values from @INC filter
2013-08-11 Father ChrysostomosSetting $_ to multiline glob in @INC filter
2013-08-11 Father ChrysostomosTying $_ in @INC filter
2013-08-11 Father ChrysostomosHandle non-PV $_ in @INC filters
2013-08-10 Father ChrysostomosAvoid assert fail with s// $target = \3 /e
2013-08-06 David Mitchellreparse compile-time /(?{})/ in right scope
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellregexec: handle \G ourself, rather than in callers
2013-07-28 Yves Ortonfix 114884 positive GPOS lookbehind regex substitution...
2013-07-26 Father Chrysostomos[perl #78194] Make grep/map copy pad tmps
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "Use UTF8f in more places"
2013-06-23 Father ChrysostomosUse UTF8f in more places
2013-06-23 Father ChrysostomosCopy scalar refs returned from @INC filters
2013-06-08 Father Chrysostomos[perl #117941] eval crashes when current stash is freed
2013-06-04 Tony Cook[perl #115112] avoid repeated calls to path_is_absolute...
2013-06-02 David Mitchellstop callers of rex engine using RX_MATCH_UTF8_set
2013-05-11 Niko TyniFix -Wformat-security issues
2013-05-09 Nicholas ClarkRemove PERL_ASYNC_CHECK() from Perl_leave_scope().
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-04-24 David Mitchellmake qr/(?{ __SUB__ })/ safe
2013-04-24 David Mitchellfix caller with re_evals.
2013-04-24 Zeframmove Perl_ck_warner() before unwind [perl #113794]
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-06 Steffen MuellerExtremely minor pp_goto optimization
2013-02-10 Matthew Horsfall... RT-116192 - If a directory in @INC already has a traili...
2013-01-07 Karl Williamsonpp_ctl.c: Silence compiler warning.
2012-12-17 David Mitchelluse PERL_UNUSED_VAR rather than PERL_UNUSED_DECL
2012-12-09 Karl WilliamsonSilence some g++ compiler warnings
2012-12-06 Father Chrysostomospp_goto: Call get-magic before choosing goto type
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-16 Father Chrysostomos[perl #115742] Push a new pad for recursive DB::DB
2012-11-13 Eric Brine\" (via RT)Silence two build warnings on systems where ivsize...
2012-11-13 Father ChrysostomosPrune dead code in pp_ctl.c:pp_goto
2012-11-13 Father ChrysostomosStop goto &sub from leaking when it croaks
2012-11-12 Daniel Draganpv->pvn for literals in pp_require and Perl_sv_derived_...
2012-11-12 Father Chrysostomos[perl #43077] Make goto &sub leave @_ alone
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-11-05 Father ChrysostomosStop require nonexistent::module from leaking
2012-11-02 Father ChrysostomosStop string eval from leaking ops
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-10-13 Father ChrysostomosHandle cow $_ in @INC filter
2012-10-12 Father ChrysostomosDon’t taint return value of s///e based on replacement
2012-09-30 Paul JohnsonSuggest cause of error requiring .pm file.
2012-09-24 Father ChrysostomosDon’t crash with existent but undefined &DB::DB
2012-09-24 Father Chrysostomos[perl #97958] Make reset "" match its docs
2012-09-24 Jesse Luehrsdon't crash with -d if DB::DB is seen but not defined...
2012-09-15 Father Chrysostomospp_ctl.c:caller: Remove obsolete comment
2012-09-15 Father ChrysostomosMake (caller $n)[9] respect std warnings
2012-09-14 Nicholas ClarkFix buggy -DPERL_POISON code in S_rxres_free(), exposed...
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
next