summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* skip trying to constant fold an incomplete op treeTony Cook2021-01-071-1/+1
* list assign in list context was over-optimisingDavid Mitchell2021-01-061-3/+7
* Fix tr/// determination of inplace editing for EBCDICKarl Williamson2020-05-271-20/+38
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-8/+6
* Revert "avoid identical stack traces"David Mitchell2020-04-271-23/+1
* Revert "fixup to "avoid identical stack traces" - try 2"David Mitchell2020-04-271-3/+4
* op.c: Add, clarify commentsKarl Williamson2020-04-021-30/+48
* tr/abc/de/: Properly handle longer lhs in in-place calcKarl Williamson2020-04-021-1/+6
* fix PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2020-03-201-0/+4
* fixup to "avoid identical stack traces" - try 2David Mitchell2020-03-181-4/+3
* op.c: change Optype to I32 for cmpchain functionsYves Orton2020-03-121-4/+4
* chained comparisonsZefram2020-03-121-0/+115
* Revert "fixup to "avoid identical stack traces""Nicolas R2020-03-121-2/+4
* fixup to "avoid identical stack traces"David Mitchell2020-03-121-4/+2
* op.c: S_fold_constants_eval can't be inlinedKarl Williamson2020-03-111-2/+3
* make freed op re-use closer to O(1)Tony Cook2020-03-021-20/+59
* multiconcat: keep assign for 'local $foo = "..."'David Mitchell2020-02-041-0/+12
* op.c: hoist first-pass logic out of loop in pmtrans()Hugo van der Sanden2020-02-011-21/+18
* op.c: balance braces in #if 0 sectionHugo van der Sanden2020-02-011-0/+1
* Local variable 'o' hides a parameter of the same nameJames E Keenan2020-01-291-17/+17
* Harmonize whitespace.James E Keenan2020-01-291-34/+34
* More descriptive variable nameJames E Keenan2020-01-281-8/+8
* OP_MULTIDEREF: avoid trailing null aux byteDavid Mitchell2020-01-021-8/+13
* op.c: Fix typo in commentKarl Williamson2019-12-291-1/+1
* op.c: Use %NVgf instead of %g format in debug stmtKarl Williamson2019-12-291-1/+1
* Add memCHRs() macro and use itKarl Williamson2019-12-181-5/+5
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+13
* Local variable 'o' hides a parameter of the same name.James E Keenan2019-12-161-18/+18
* avoid identical stack tracesDavid Mitchell2019-12-131-1/+23
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+16
* Clean up -Dy debuggingKarl Williamson2019-11-181-8/+16
* Fix tr/// for 32 bit platforms with 64bit intsKarl Williamson2019-11-181-12/+15
* op.c: Rmv redundant line in tr/// tableKarl Williamson2019-11-181-1/+0
* Add -Dy debugging of tr///, y///Karl Williamson2019-11-171-0/+54
* doop.c, op.c: Silence some compiler warningsKarl Williamson2019-11-151-4/+4
* op.c: Move #endifKarl Williamson2019-11-111-2/+3
* PATCH: gh#17227 heap-buffer-overflowKarl Williamson2019-11-081-1/+13
* Fix tr/// compilation on VMSKarl Williamson2019-11-081-1/+1
* Silence some compiler warningsKarl Williamson2019-11-071-2/+2
* op.c: Remove no-longer used functionKarl Williamson2019-11-061-21/+0
* Reimplement tr/// without swashesKarl Williamson2019-11-061-349/+961
* op.c: Add debugging dump functionKarl Williamson2019-11-061-0/+41
* op.c: Simplify expression.Karl Williamson2019-11-061-3/+2
* op.c, doop.c Use mnemonics instead of numeric valuesKarl Williamson2019-11-061-15/+24
* Change macro name in tr/// codeKarl Williamson2019-11-061-10/+10
* op.c: Comments onlyKarl Williamson2019-11-061-3/+5
* doop.c, op.c: White-space onlyKarl Williamson2019-11-061-99/+100
* op.c: Indent some codeKarl Williamson2019-11-061-102/+102
* enforce strict for barewords in multiconcatTony Cook2019-11-041-0/+2
* Faster feature checksTony Cook2019-10-301-2/+4