summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-1/+4
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-0/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Remove OPpCONST_WARNINGFather Chrysostomos2012-05-211-1/+0
* Correct comment typo in op.hFather Chrysostomos2012-05-211-1/+1
* Fix VMS build broken by d1718a7cf5Father Chrysostomos2012-04-051-2/+2
* Label UTF8 cleanupBrian Fraser2012-03-251-0/+3
* add wrap_op_checker() API functionZefram2012-02-111-0/+16
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-231-0/+1
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-2/+4
* [perl #91514] Use correct error msg for defaultFather Chrysostomos2011-12-161-1/+2
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-0/+4
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-0/+2
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-0/+1
* Fix CORE::globFather Chrysostomos2011-10-261-1/+4
* Oust cv_ckproto_lenFather Chrysostomos2011-10-061-1/+1
* Groundwork to allow cops and pmops to store the UTF8 flagBrian Fraser2011-10-061-7/+18
* remove index offsetting ($[)Zefram2011-09-091-1/+0
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-011-1/+1
* Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be used...Gerard Goossen2011-09-011-3/+3
* Add OPpCOREARGS_SCALARMOD flagFather Chrysostomos2011-08-261-0/+1
* Add OPpCOREARGS_PUSHMARK flagFather Chrysostomos2011-08-251-0/+1