summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* op.h: Add additional padding to struct opslab to ensure proper alignmentJohn Paul Adrian Glaubitz2020-06-201-0/+3
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Remove spurious double spaces before open braces in core C codeDagfinn Ilmari Mannsåker2020-04-131-1/+1
* op:h remove double space in struct op_argcheck_aux declarationDagfinn Ilmari Mannsåker2020-04-131-1/+1
* make freed op re-use closer to O(1)Tony Cook2020-03-021-1/+2
* Restrict features in wildcardsKarl Williamson2020-02-191-0/+4
* op.h: Move some flag bits downKarl Williamson2020-02-191-14/+14
* Reimplement tr/// without swashesKarl Williamson2019-11-061-1/+1
* op.h: Add synonyms for some tr/// valuesKarl Williamson2019-11-061-0/+3
* Change names of some OPpTRANS flagsKarl Williamson2019-11-061-2/+3
* doop.c: Change out-of-bounds valueKarl Williamson2019-11-061-0/+1
* op.c, doop.c Use mnemonics instead of numeric valuesKarl Williamson2019-11-061-0/+5
* Change macro name in tr/// codeKarl Williamson2019-11-061-0/+3
* op.h: Remove obsolete #defineKarl Williamson2019-11-031-4/+0
* On OP_READLINE, OPf_SPECIAL is set for <<>>, clear for <>.Nicholas Clark2019-11-021-0/+1
* Remove indentation of no-longer #ifdef-guarded #definesDagfinn Ilmari Mannsåker2019-10-171-7/+7
* Signatures: change param count from IV to UVDavid Mitchell2019-09-231-2/+2
* OP_ARGCHECK: use custom aux structDavid Mitchell2019-09-231-0/+8
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-1/+1
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-1/+1
* add Perl_gimme_V() static inline fn for GIMME_VDavid Mitchell2019-09-191-1/+1
* Mark BHK macros as unorthodoxKarl Williamson2019-09-021-5/+5
* OPSLOT: replace opslot_next with opslot_sizeDavid Mitchell2019-08-051-2/+1
* struct opslot: document a field betterDavid Mitchell2019-08-051-1/+1
* opslabs: change opslab_first to opslab_free_spaceDavid Mitchell2019-08-051-1/+3
* OPSLAB: always have opslab_size fieldDavid Mitchell2019-08-051-1/+2
* make opslot_slab an offset in current slabDavid Mitchell2019-08-051-3/+8
* Don't use PL_check[op_type] to check for filetets ops to stackDagfinn Ilmari Mannsåker2019-05-271-0/+2
* Eliminate opASSIGN macro usage from coreDavid Mitchell2019-02-051-0/+5
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-251-21/+2
* rmv/de-dup static const char array "strings"Daniel Dragan2018-03-071-7/+7
* op.h: remove spurious # define indentDavid Mitchell2018-02-271-1/+1
* Deprecate above \xFF in bitwise string opsKarl Williamson2018-01-191-0/+4
* tr///; simplify $utf8 =~ tr/nonutf8/nonutf8/David Mitchell2018-01-191-11/+3
* tr///c: handle len(replacement charlist) > 32767David Mitchell2018-01-191-1/+1
* add two structs for OP_TRANSDavid Mitchell2018-01-191-0/+17
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-0/+3
* remove useless "default" mechanismZefram2017-11-281-2/+0
* drop op flag for implicit smartmatchZefram2017-11-221-1/+0
* rename op_aux field from 'size' to 'ssize'David Mitchell2017-11-131-1/+1
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+2
* Fatalize the use of code points above 0xFF for bitwise operators.Abigail2017-06-071-3/+2
* Improve handling pattern compilation errorsKarl Williamson2017-02-141-0/+4
* OP_CLASS() docs - mention op_class() tooDavid Mitchell2017-01-241-1/+4
* add Perl_op_class(o) API functionDavid Mitchell2017-01-211-0/+18
* String bitwise operators will not accept code points > 0xFF in 5.28Abigail2017-01-161-1/+2
* op.h: add parens around macro expansionLukas Mai2016-11-141-1/+1
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-6/+2
* Improve code comments for some ctx stuffDavid Mitchell2016-03-301-1/+2
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-1/+1