summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Perl_Slab_Alloc(): tweak loggingDavid Mitchell2019-09-251-0/+4
* sub foo($_) {...} - change error messageDavid Mitchell2019-09-231-6/+12
* rpeep(): skip duplicate nextstates even with gapsDavid Mitchell2019-09-231-2/+11
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-1/+2
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-2/+1
* set VOID on OP_ENTERDavid Mitchell2019-09-191-1/+2
* perlapi: Properly document Perl_custom_op_xop()Karl Williamson2019-09-151-1/+1
* fix size-miscalculation upgrading LISTOP TO LOOPOPDavid Mitchell2019-08-091-1/+2
* Perl_opslab_force_free() adjust loop testDavid Mitchell2019-08-051-1/+1
* OPSLOT: replace opslot_next with opslot_sizeDavid Mitchell2019-08-051-5/+11
* opslabs: change opslab_first to opslab_free_spaceDavid Mitchell2019-08-051-28/+32
* OPSLAB: always have opslab_size fieldDavid Mitchell2019-08-051-1/+2
* make opslot_slab an offset in current slabDavid Mitchell2019-08-051-15/+26
* Perl_Slab_Alloc(): rename 'slab' to 'head_slab'David Mitchell2019-08-051-14/+16
* Perl_op_lvalue_flags(): make mostly non-recursiveDavid Mitchell2019-06-241-25/+71
* Perl_op_lvalue_flags() add blank linesDavid Mitchell2019-06-241-0/+7
* Perl_op_lvalue_flags(): skip OPf_WANT_VOID ops.David Mitchell2019-06-241-5/+5