summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add private coreargs flags for vivifying GVsFather Chrysostomos2011-08-251-0/+5
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-2/+0
* &CORE::wantarray()Father Chrysostomos2011-08-181-0/+3
* Remove OPpENTERSUB_NOMOD.Gerard Goossen2011-08-151-1/+0
* Improve comments about op_private bits. And move the non op specific flags to...Gerard Goossen2011-08-141-4/+8
* use a flag to signal a stacking filetests instead of peeking at the next op.Gerard Goossen2011-07-111-1/+2
* Propagate (non-)lvalue context through nested callsFather Chrysostomos2011-07-091-0/+5
* Fix context propagation below return()Vincent Pit2011-06-271-1/+0
* Correctly preserve the stack on an implicit break.Vincent Pit2011-06-261-1/+0
* Correct comment that 903fd87c missedFather Chrysostomos2011-06-241-1/+1
* Make Perl_op_lvalue_flags provide a no-croak optionFather Chrysostomos2011-06-241-0/+4
* op_lvalue .= _flagsFather Chrysostomos2011-06-241-0/+2
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-1/+0
* In B::Concise and op.h list all ops that use LVSUBFather Chrysostomos2011-06-091-1/+2
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-031-0/+1
* Rearrange some private op flag constantsFather Chrysostomos2011-06-031-5/+4
* document how tainting works with pattern matchingDavid Mitchell2011-02-161-1/+1