summaryrefslogtreecommitdiff
path: root/regen/opcode.pl
Commit message (Expand)AuthorAgeFilesLines
* pp: use PP macro consistentlyBranislav Zahradník2023-02-201-2/+3
* Refactor opcode.pl - with c99 array init index comments are not necessaryBranislav Zahradník2022-11-051-8/+4
* Refactor opcode.pl - use c99 array initialization (using op enum)Branislav Zahradník2022-11-051-11/+45
* Refactor opcode.pl - use INIT() macro instead of #ifdef/#endifBranislav Zahradník2022-11-051-29/+11
* Refactor opcode.pl - B/Op_private.pm - move generator code to functionBranislav Zahradník2022-11-051-14/+17
* Refactor opcode.pl - pp_proto.h - move generator code to functionBranislav Zahradník2022-11-051-15/+27
* Refactor opcode.pl - opnames.h - unglobalize output handleBranislav Zahradník2022-11-051-16/+24
* Refactor opcode.pl - opnames.h - move epilogue into functionBranislav Zahradník2022-11-051-1/+7
* Refactor opcode.pl - opnames.h - move opcode predicates into functionBranislav Zahradník2022-11-051-45/+46
* Refactor opcode.pl - opnames.h - move enum generator into functionBranislav Zahradník2022-11-051-10/+22
* Refactor opcode.pl - opcode.h - unglobalize output handleBranislav Zahradník2022-11-051-32/+44
* Refactor opcode.pl - opcode.h - move PL_opargs into functionBranislav Zahradník2022-11-051-43/+64
* Refactor opcode.pl - opcode.h - move PL_check into functionBranislav Zahradník2022-11-051-14/+21
* Refactor opcode.pl - opcode.h - move PL_ppaddr into functionBranislav Zahradník2022-11-051-25/+31
* Refactor opcode.pl - opcode.h - move opnames into functionBranislav Zahradník2022-11-051-43/+45
* Refactor opcode.pl - opcode.h - move defines into functionBranislav Zahradník2022-11-051-38/+39
* Refactor opcode.pl - opcode.h - move prologue into functionBranislav Zahradník2022-11-051-1/+12
* Refactor opcode.pl - required little bit newer perlBranislav Zahradník2022-11-051-1/+3
* Refactor opcode.pl - untabifyBranislav Zahradník2022-11-051-40/+40
* hide private functions with __attribute__((visibility("hidden")))Tomasz Konojacki2022-06-181-1/+3
* style: Detabify regen files.Michael G. Schwern2021-01-171-154/+154
* opcode.h: Restrict scope of internal variables to coreKarl Williamson2020-11-291-0/+3
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-34/+5
* regen/opcdode.pl: remove alternate PP function implementation supportDagfinn Ilmari Mannsåker2020-02-051-14/+4
* pp_i_modulo(): remove workaround for ancient glibc bugDagfinn Ilmari Mannsåker2020-02-051-7/+0
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-2/+12
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-12/+2
* Split NAME line on multiple whitespacesJames E Keenan2018-11-231-1/+1
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-1/+1
* regen/opcode.pl: display duplicate bit nameDavid Mitchell2017-10-311-2/+2
* opcode.pl: simplify cpp conditionalsAaron Crane2017-10-211-8/+4
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-2/+2
* better glibc i_modulo bug handlingjimc2016-05-171-4/+21
* split pp_postdec() from pp_postinc() and improveDavid Mitchell2015-11-101-1/+2
* split pp_predec() from pp_preinc() and improveDavid Mitchell2015-11-101-1/+2
* Delete experimental autoderef featureAaron Crane2015-07-131-1/+0
* Add OP_IS_INFIX_BITFather Chrysostomos2015-01-311-1/+4
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-0/+2
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+1
* [perl #123161] Add %B::Op_private::ops_usingFather Chrysostomos2014-11-121-1/+30
* Shrink PL_op_private_bitdefsFather Chrysostomos2014-11-081-5/+17
* end the pp_mapstart trickeryJim Cromie2014-11-021-1/+2
* fix typo in regen/opcode.plDavid Mitchell2014-10-201-1/+1
* Change OA_DANGEROUS description in regen/opcode*Father Chrysostomos2014-10-141-1/+1
* Add lvref op typeFather Chrysostomos2014-10-101-1/+1
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-0/+1
* move OPpTARGET_MY comments from opcode.plDavid Mitchell2014-09-191-55/+0
* add $VERSION to B::Op_privateDavid Mitchell2014-09-191-0/+2
* Wrap long pod lines in B::Op_private for realFather Chrysostomos2014-09-101-3/+4