summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Omnibus removal of register declarationsKarl Williamson2012-08-181-57/+57
* pp_ctl.c:pp_dbstate: Don’t adjust CvDEPTH for XSUBsFather Chrysostomos2012-08-171-2/+0
* pp_require thread safety for VMS.Craig A. Berry2012-08-101-3/+8
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-2/+9
* Avoid reading before the buffer start when generating errors from require.Nicholas Clark2012-08-011-2/+2
* [perl #113684] Make redo/last/next/dump accept exprFather Chrysostomos2012-07-271-63/+47
* Magic flags harmonization.Chip Salzenberg2012-07-151-4/+4
* silence compiler warning - casting void* to IVRobin Barker2012-07-131-1/+1
* fix 64-bit compiler warningJesse Luehrs2012-07-021-1/+1
* Use find_runcv_where for pp_coreargs and pp_runcvFather Chrysostomos2012-07-021-0/+4
* Make formats close over the right closureFather Chrysostomos2012-06-291-4/+20
* Define cv_forget_slab under PL_OP_SLAB_ALLOCFather Chrysostomos2012-06-291-4/+0
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-0/+6
* fix memory leak in @INC filters that die [perl #92252]Jesse Luehrs2012-06-261-4/+13
* RT#113730 - $@ should be cleared on "do" IO error.Eric Brine2012-06-201-0/+1
* ensure correctness if sv_2mortal modifies errnoJesse Luehrs2012-06-171-2/+4
* require should die if a file exists but can't be read.Brian Fraser2012-06-171-5/+10
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-6/+6
* make calling of /(?{}) code blocks correctDavid Mitchell2012-06-131-1/+1
* make is_bare_re bool. not int in re_op_compileDavid Mitchell2012-06-131-1/+1
* S_doeval(): saveop can never be null nowDavid Mitchell2012-06-131-3/+3
* reindent S_doeval() following a code purge.David Mitchell2012-06-131-40/+40
* eliminate sv_compile_2op, sv_compile_2op_is_brokenDavid Mitchell2012-06-131-172/+19
* eliminate PL_reginterp_cntDavid Mitchell2012-06-131-8/+0
* add PMf_USE_RE_EVAL flagDavid Mitchell2012-06-131-1/+2
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-1/+4
* re_op_compile(): split flags into two argumentsDavid Mitchell2012-06-131-1/+2
* add PMf_IS_QR flagDavid Mitchell2012-06-131-1/+1
* pp_regcomp(): fix refcnt issue with qr_anoncvDavid Mitchell2012-06-131-1/+1
* pp_regcomp(): fix casting issue from prev commitDavid Mitchell2012-06-131-1/+2
* Handle literal code blocks in runtime regexesDavid Mitchell2012-06-131-1/+4
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-136/+50
* pp_regcomp: dopn't special-case n->1 arg foldingDavid Mitchell2012-06-131-30/+34
* pp_regcomp: split overloading and concat tasksDavid Mitchell2012-06-131-35/+39
* fix for overload/stringfy and pp_regcompDavid Mitchell2012-06-131-22/+7
* add Perl_current_re_engine() functionDavid Mitchell2012-06-131-5/+5
* Revert 4 regex commits to ease rebasingDavid Mitchell2012-06-131-2/+12
* Revert two commits to make rebasing easierDavid Mitchell2012-06-131-7/+0
* [perl #113486] pp_ctl.c: Don’t assume CopSTASH is a hashFather Chrysostomos2012-06-041-1/+3
* Fix bad assertions in pp_ctl.c:pp_callerFather Chrysostomos2012-06-041-2/+1
* Away with REXEC_SCREAM!Father Chrysostomos2012-05-291-7/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* related to [perl #113060] assert CopSTASH(cx->blk_oldcop)Reini Urban2012-05-291-0/+3
* Make lvalue subs copy returned PADTMPs in rvalue cxFather Chrysostomos2012-05-211-4/+15
* pp_ctl.c:pp_goto: Don’t repeat yourselfFather Chrysostomos2012-05-211-8/+2
* Produce the right error for goto "\0"Father Chrysostomos2012-05-211-3/+3
* [perl #111794] Make goto "" like goto ${\""}Father Chrysostomos2012-05-211-0/+1
* Fix for perl #112316: Wrong behavior regarding labels with same prefixBrian Fraser2012-04-061-4/+4
* Label UTF8 cleanupBrian Fraser2012-03-251-21/+70
* fix typo in src commentDavid Mitchell2012-03-061-1/+1