summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* Trailing comma in enum is not C89.Jarkko Hietaniemi2014-12-271-1/+1
* Macro for common OP checks: "is this X or was it before NULLing?"Steffen Mueller2014-02-261-3/+38
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* subroutine signaturesZefram2014-02-011-1/+1
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-21/+23
* [perl #115736] fix undocumented param from newATTRSUB_flagsDaniel Dragan2013-12-231-1/+2
* Optimise out PUSHMARK/RETURN if return is the last statement in a sub.Matthew Horsfall2013-12-131-0/+6
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-5/+38
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-3/+0
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-2/+9
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-2/+2
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+1
* Add OPpLVALUE flagFather Chrysostomos2013-10-231-0/+3
* Remove OPpCONST_FOLDEDFather Chrysostomos2013-09-161-2/+0
* op.h: Describe entersub and rv2cv flagsFather Chrysostomos2013-09-151-0/+26
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-1/+1
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-0/+2
* pp_goto: document the different branchesDavid Mitchell2013-09-061-0/+1
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* op.c: Add op_folded to BASEOPNiels Thykier2013-07-191-2/+5
* Stop using IV in pmop; remove workaroundFather Chrysostomos2013-07-061-1/+1
* Stop split from mangling constantsFather Chrysostomos2013-06-221-0/+3
* op.h: Corrent comment about entersub stricturesFather Chrysostomos2013-06-031-1/+1
* Eliminate PL_reg_state.re_reparsing, part 1David Mitchell2013-04-121-0/+1
* rework split() special case interaction with regex engineYves Orton2013-03-271-1/+1
* make m?$pat? match only once under ithreadsDavid Mitchell2013-01-041-1/+1
* fix warning in PmopSTASH_set()David Mitchell2012-12-101-1/+1
* Stop renamed packages from making reset() crashFather Chrysostomos2012-12-051-34/+11
* Don’t share TARGs between recursive opsFather Chrysostomos2012-11-271-1/+2
* SVf_IsCOWFather Chrysostomos2012-11-141-1/+1
* padrange: handle @_ directlyDavid Mitchell2012-11-101-0/+1
* add SAVEt_CLEARPADRANGEDavid Mitchell2012-11-101-1/+2
* add padrange opDavid Mitchell2012-11-101-0/+4
* simplify GIMME_VDavid Mitchell2012-11-041-4/+2
* Re-enable static op allocation with obslabReini Urban2012-10-251-2/+5
* Remove PMf_MAYBE_CONSTFather Chrysostomos2012-10-111-3/+0
* [perl #94490] const fold should not trigger special split " "Father Chrysostomos2012-09-221-1/+1
* Correct typo in flag nameFather Chrysostomos2012-08-251-1/+1
* Banish boolkeysFather Chrysostomos2012-08-251-0/+2
* Optimise %hash in sub { %hash || ... }Father Chrysostomos2012-08-251-0/+3
* assert_(...)Father Chrysostomos2012-08-051-5/+1
* Remove op_latefree(d)Father Chrysostomos2012-07-141-15/+2
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-1/+1
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-0/+4
* Record folded constants in the op treeFather Chrysostomos2012-07-041-0/+1
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-10/+59
* Flag ops that are on the savestackFather Chrysostomos2012-06-291-2/+4
* add PMf_USE_RE_EVAL flagDavid Mitchell2012-06-131-1/+2
* add PMf_IS_QR flagDavid Mitchell2012-06-131-1/+6
* add PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-131-1/+5