summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-1/+1
* Deprecate wide chars in logical string opsKarl Williamson2015-12-161-0/+6
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-10/+10
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-6/+6
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-12/+12
* add Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_setDavid Mitchell2015-04-191-5/+28
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-5/+5
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-3/+12
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Reserve a bit for 'the re strict subpragma.Karl Williamson2015-01-131-1/+1
* Fix apidocs for OP_TYPE_IS(_OR_WAS) - arguments separated by |, not ,.Matthew Horsfall (alh)2015-01-081-2/+2
* Create bit for /n.Karl Williamson2014-12-281-1/+1
* op.h: Parenthesize macro args for cUNOPx etc.Father Chrysostomos2014-12-271-12/+12
* Disallow GIMME in ext/Father Chrysostomos2014-12-211-1/+1
* Use GIMME_V in preference to GIMMEFather Chrysostomos2014-12-191-1/+3