summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* allow undef as an arg to '&' prototypeDavid Mitchell2015-05-081-5/+6
* op_sibling_splice(): handle custom opsDavid Mitchell2015-04-271-3/+12
* perlapi: Wrap long verbatim lines to 79 columnsKarl Williamson2015-04-231-1/+1
* RT #124207: assert failure in ck_stringify()David Mitchell2015-04-221-4/+4
* add Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_setDavid Mitchell2015-04-191-57/+26
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-8/+6
* rpeep(): use op_sibling_splice()David Mitchell2015-04-191-11/+12
* op_sibling_splice(): allow NULL parent argDavid Mitchell2015-04-191-4/+20
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-16/+16
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-20/+20
* skip some asserts on non-PERL_OP_PARENT buildsDavid Mitchell2015-04-191-8/+4
* keep FOO read-only in 'FOO'->f()David Mitchell2015-04-091-0/+2
* op.c: avoid direct op_sibling accessDavid Mitchell2015-03-301-6/+4
* [perl #124153] Fix require(v5.6)Father Chrysostomos2015-03-271-1/+2
* [perl #124099] Wrong CvOUTSIDE in find_lexical_cvFather Chrysostomos2015-03-271-1/+1
* [perl #124160] Disable targlex for state var initFather Chrysostomos2015-03-251-0/+3
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* op.c: rename CHANGE_TYPE() to OpTYPE_set()David Mitchell2015-03-191-53/+53
* [perl #124004] Fix stack bug with foreach(@empty)Father Chrysostomos2015-03-181-4/+4
* don't test non-null argsDavid Mitchell2015-03-111-7/+6
* readline should behave as <>, not <<>>Rafael Garcia-Suarez2015-03-051-1/+1
* sprinkle NOTREACHED and FALLTHROUGHDavid Mitchell2015-03-051-0/+2
* document why S_maybe_multideref is Coverity-safeDavid Mitchell2015-03-051-1/+7
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-5/+5
* op.c apidoc typoFather Chrysostomos2015-03-011-1/+1
* [perl #123821] Fix assert fail with \(&$0)=0Father Chrysostomos2015-03-011-1/+0
* [perl #123817] Assert fail with attr in anon hashFather Chrysostomos2015-03-011-0/+3
* op.c: Remove redundant op_lvalue callFather Chrysostomos2015-03-011-1/+1
* [perl #123763] Clear target on my $_; splitFather Chrysostomos2015-02-281-0/+2
* fix to "fix op leak caused by OP_MULTIDEREF"David Mitchell2015-02-271-2/+5
* fix op leak caused by OP_MULTIDEREFDavid Mitchell2015-02-261-1/+3
* [perl #123816] fix stat stackingHugo van der Sanden2015-02-161-2/+4
* remove invalid ASSUME from MULTIDEREF codeDavid Mitchell2015-02-101-1/+2
* Warning about experimental bitopsFather Chrysostomos2015-01-311-0/+7
* Parse and compile string- and num-specific bitopsFather Chrysostomos2015-01-311-6/+10
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-17/+4
* [perl #123652] eval {label:} crashFather Chrysostomos2015-01-241-1/+1
* [perl #123619] Only make stringy classnames sharedLeon Timmermans2015-01-221-1/+1
* avoid C labels in column 0David Mitchell2015-01-211-2/+2
* Add :const anon sub attributeFather Chrysostomos2015-01-191-2/+9
* avoid $a["foo" eq $x ? 0 : 1] warningDavid Mitchell2015-01-171-6/+3
* refactor op.c S_bad_type_*vDaniel Dragan2015-01-111-19/+18
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-35/+5
* [perl #123452] Fix crash with s/${<>{})//Father Chrysostomos2015-01-071-1/+4
* op.c: Remove dVAR from ck_grepFather Chrysostomos2015-01-071-1/+0
* op.c: Remove dVAR from newRANGEFather Chrysostomos2015-01-071-1/+0
* op.c: Remove dVAR from pmruntimeFather Chrysostomos2015-01-071-1/+0
* op.c: S_maybe_targlex needs no dVARFather Chrysostomos2015-01-071-1/+0
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-4/+17
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-0/+11