summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Remove empty "#ifdef"sTom Hukins2020-12-081-4/+0
* Fix unitialized warnings in S_pmtransNicolas R2020-11-061-1/+1
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-9/+9
* Perl_custom_op_get_field(): remove undef behaviourDavid Mitchell2020-10-301-8/+6
* Document newSUB, newATTRSUBKarl Williamson2020-10-061-0/+11
* Document vload_moduleKarl Williamson2020-09-051-0/+3
* perlapi: capitalize 'op'Karl Williamson2020-09-051-1/+1
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-8/+8
* Document a bunch of foo_nocontext functionsKarl Williamson2020-08-231-0/+5
* Use av_top_index() instead of av_tindex()Karl Williamson2020-08-191-1/+1
* list assign in list context was over-optimisingDavid Mitchell2020-08-111-3/+7
* add a default enabled feature "multidimensional"Tony Cook2020-08-101-3/+11
* re-work opslab handling to avoid non-portable alignment assumptionsTony Cook2020-07-301-40/+44
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-60/+0
* 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