summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #127976] Restore ‘or array’ to each($s) errFather Chrysostomos2016-05-161-2/+3
* [perl #127976] Use yyerror for each $scalar errorFather Chrysostomos2016-05-161-3/+3
* Coverity sees a path where a NULL op might be dereferenced.Jarkko Hietaniemi2016-05-161-1/+3
* op.c: Remove special cases for array funcsFather Chrysostomos2016-05-151-6/+0
* Make barewords constant-foldableAaron Crane2016-05-151-1/+3
* S_fold_constants(): refactor foldability detectionAaron Crane2016-05-151-7/+15
* [perl #127952] misoptimization for negated constant-ish on lhs of logopAaron Crane2016-05-151-18/+20
* op.c: add some explanatory comments to S_new_logop()Aaron Crane2016-05-151-0/+4
* Delete dead null-pointer check in op.cAaron Crane2016-05-151-3/+0
* Fix misleading indentation in op.cAaron Crane2016-05-141-1/+1
* make 'require ::Foo::Bar' dieDavid Mitchell2016-05-101-4/+2
* Validate the 'require Bare::Word' pathname.Nicholas Clark2016-05-101-0/+2
* Treat require ::foo::bar; the same as foo::bar;Nicholas Clark2016-05-101-0/+6
* Avoid passing non-literal to format functionAaron Crane2016-04-191-2/+2
* (perl #126162) improve stat @array handlingTony Cook2016-04-071-5/+22
* (perl #126162) warn if stat() is called on an arrayDan Collins2016-04-071-0/+4
* RT #127786: assertion failure with eval in DB pkg.David Mitchell2016-03-281-1/+7
* op.c: cosmetic comment changesLukas Mai2016-03-121-7/+7
* rpeep(): eliminate compiler warningDavid Mitchell2016-03-041-2/+6
* assert(PL_parser)Jarkko Hietaniemi2016-02-071-0/+1
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-1/+1
* PUSHEVAL: make retop a parameterDavid Mitchell2016-02-031-1/+1
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-1/+1
* add CX_CUR() macroDavid Mitchell2016-02-031-2/+2
* call_sv(), fold_const(): different CX pop testDavid Mitchell2016-02-031-5/+9
* op.c: update comment about compiler warningsLukas Mai2016-02-011-2/+4
* Add STATICs to S_ functions.Jarkko Hietaniemi2016-01-291-4/+5
* Enforce strict 'subs' in multideref optimisationDagfinn Ilmari Mannsåker2016-01-161-0/+7
* [perl #126633] check children of OA_DANGEROUS ops for common scalarsDave Mitchell2016-01-111-1/+2
* Remove unwarranted assertion in Perl_newATTRSUB_x()Aaron Crane2016-01-031-1/+0
* rpeep() assert oldoldop -> oldop -> o form a chainDavid Mitchell2015-12-091-0/+5
* rpeep: maintain chain when handling for(reverse..)David Mitchell2015-12-091-0/+5
* rpeep: maintain chain when del extra nextstatesDavid Mitchell2015-12-091-1/+2
* stop the eliding of void $pkg_var from assert failDavid Mitchell2015-12-091-1/+2
* rpeep(): silence compiler warningDavid Mitchell2015-12-021-3/+11
* Perl_newATTRSUB_x: cast a bool argDavid Mitchell2015-11-251-1/+2
* annotate the acquire/release of PL_op_mutexJarkko Hietaniemi2015-11-231-0/+2
* assertion failure on foo(my $x : bar)David Mitchell2015-11-231-0/+9
* [perl #124280] don't warn for 'my $foo, *bar'Lukas Mai2015-11-211-1/+2
* op.c: Fix typo in commentKarl Williamson2015-11-201-1/+1
* op_free(): don't assert op_private ok when erredDavid Mitchell2015-11-191-2/+15
* Include the name of the non-lvalue sub in error messageDagfinn Ilmari Mannsåker2015-10-121-3/+11
* Trailing comma is non-standard.Jarkko Hietaniemi2015-10-091-1/+1
* given(): remove support for lexical $_David Mitchell2015-10-021-4/+7
* op.c: Stop searching for lexical $_Father Chrysostomos2015-09-291-36/+5
* Remove experimental::lexical_topic warnings categoryFather Chrysostomos2015-09-291-7/+0
* Disable lexical $_Father Chrysostomos2015-09-291-1/+1
* op.c: ck_match does not use its contextFather Chrysostomos2015-09-201-0/+1
* [perl #126064] Apply scalar context to stat argsFather Chrysostomos2015-09-201-0/+1
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-1/+1