summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #108780] Make /foo$qr/ work under ‘no overloading’Father Chrysostomos2012-01-301-0/+7
* Enforce Any ~~ Object smartmatch precedenceLeon Timmermans2012-01-231-1/+1
* [rt.cpan.org #72767] Don’t propagate warnings into do-fileFather Chrysostomos2012-01-221-4/+5
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-3/+4
* [perl #92254, #92256] Fix SAVE_DEFSV to do refcountingFather Chrysostomos2012-01-081-4/+1
* [perl #95548] Returned magical temps are not copiedFather Chrysostomos2012-01-041-2/+5
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+2
* diag_listed_as for another lv sub errorFather Chrysostomos2011-12-281-0/+1
* More diag_listed_asFather Chrysostomos2011-12-281-0/+2
* [perl #91514] Use correct error msg for defaultFather Chrysostomos2011-12-161-1/+3
* [perl #80630] Make eval"" return empty list for syntax errorsFather Chrysostomos2011-12-061-1/+1
* Don’t LEAVE_with_name("evalcomp") for syntax errorsFather Chrysostomos2011-12-061-2/+2
* $tied =~ s///e when FETCH returns a COWFather Chrysostomos2011-12-021-2/+0
* [perl #99850] SEGV when destructor undefs goto &subFather Chrysostomos2011-11-271-0/+13
* narrower localisation of PL_compcv around evalZefram2011-11-191-13/+18