summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "avoid identical stack traces"Steve Hay2020-03-141-23/+1
* avoid identical stack tracesDavid Mitchell2020-02-121-1/+23
* (perl #134048) prevent an erroneous assertion on OP_SCALARTony Cook2019-10-271-1/+2
* (perl #133989) scalar() the argument to readline, if anyTony Cook2019-10-211-0/+1
* RT#134061: don't call pad_findmy_pvn() with invalid flagsAaron Crane2019-05-031-1/+1
* fix -DPERL_POISON buildsDavid Mitchell2019-04-231-2/+2
* s/safefree()/Safefree() in a few placesDavid Mitchell2019-04-171-3/+3
* fix leak in Perl_coresub_op()David Mitchell2019-04-121-1/+2
* Avoid leak/crash calling CORE::foo()David Mitchell2019-04-121-3/+16
* fix leak in do { ... } while 0David Mitchell2019-04-121-1/+5
* Perl_newLISTOP() allocate OP_PUSHMARK safelyDavid Mitchell2019-04-121-3/+6
* fix leak in Perl_vload_module()David Mitchell2019-04-041-13/+21
* Avoid leaks in Perl_custom_op_get_field()David Mitchell2019-04-031-1/+45
* fix CvFILE() leak in Perl_newMYSUB()David Mitchell2019-03-261-1/+5
* op_free() remove redundant !kid testDavid Mitchell2019-03-191-1/+2
* handle scope error in qr/\(?{/David Mitchell2019-03-191-6/+14
* S_multiconcat() Use faster variant countingKarl Williamson2019-03-151-7/+2
* fix blead on non-threaded buildsDavid Mitchell2019-03-121-1/+1
* Fix leak on syntax error in main progDavid Mitchell2019-03-111-1/+4
* fix leak when compiling typed hash derefDavid Mitchell2019-03-111-7/+15
* fix CvFILE() leak in Perl_newATTRSUB_x()David Mitchell2019-03-071-1/+2
* add comments above Perl_newSTUB()David Mitchell2019-03-071-0/+4
* fix leak in /[(?{]/David Mitchell2019-03-071-2/+7
* docs for op slab functionsDavid Mitchell2019-03-071-0/+27
* Fix dup_warnings()Karl Williamson2019-02-271-3/+1
* Add missing ARGS_ASSERTKarl Williamson2019-02-271-0/+2
* add Perl_dup_warnings() and fix leakDavid Mitchell2019-02-271-0/+20
* Perl_op_sibling_splice(0 remove dead codeDavid Mitchell2019-02-221-2/+1
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+2
* (perl #133824) fix threading buildsTony Cook2019-02-051-1/+1
* (perl #108276) optimize child ops in sibling orderTony Cook2019-02-051-1/+21
* (perl #108276) indent optimize_op() loop bodyTony Cook2019-02-051-24/+24
* (perl #108276) remove recursion from optimize_op()Tony Cook2019-02-051-6/+10
* (perl #108276) add wrappers for deferred op processingTony Cook2019-02-051-8/+9
* (perl #108276) indent body of new finalize_op() loopTony Cook2019-02-051-130/+130
* (perl #108276) eliminate recursion from finalize_op()Tony Cook2019-02-051-5/+43
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-251-18/+0
* (perl #130367) separate error for push etc on hash/globTony Cook2019-01-221-0/+4
* (perl #133575) prevent set/longjmp clobbering locals in S_fold_constantsTony Cook2019-01-071-8/+24
* Implement scheduled fatalization of my() in false conditionalJames E Keenan2018-10-031-3/+2
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-261-1/+1
* multiconcat: mutator not seen in (lex = ...) .= ...David Mitchell2018-08-291-1/+0
* treat when(index() > -1) as a boolean expressionDavid Mitchell2018-07-141-1/+7
* op.c: fix weird indentationAaron Crane2018-04-191-2/+1
* multiconcat: /$a(?{ $b . "c" })/ could crashDavid Mitchell2018-02-191-3/+9
* S_maybe_multiconcat(): fix some code commentsDavid Mitchell2018-02-191-4/+4
* Disable CV-in-stash optimizationFather Chrysostomos2018-02-041-0/+3
* Apply the mod flag to @a in \(@a)Father Chrysostomos2018-01-191-2/+10
* tr///: remove some I32 from S_pmtrans()David Mitchell2018-01-191-16/+15
* tr/nonutf8/nonutf8/c: simplify GROW calcDavid Mitchell2018-01-191-2/+5