summaryrefslogtreecommitdiff
path: root/regen/opcode.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note where B::Op_private’s pod is to be editedFather Chrysostomos2014-09-101-1/+2
* Wrap long lines in B::Op_private podFather Chrysostomos2014-09-101-5/+5
* Automate processing of op_private flagsDavid Mitchell2014-09-101-4/+740
* Add clonecv op typeFather Chrysostomos2012-09-151-1/+1
* Add introcv op typeFather Chrysostomos2012-09-151-1/+1
* Remove boolkeys opFather Chrysostomos2012-08-261-2/+1
* Banish boolkeysFather Chrysostomos2012-08-251-1/+2
* Add freed ops to PL_op_(name|desc)Father Chrysostomos2012-08-081-0/+2
* Add OP_FREED op typeFather Chrysostomos2012-06-291-0/+3
* Merge postinc and postdecFather Chrysostomos2011-09-161-2/+1
* Merge preinc and postincFather Chrysostomos2011-09-161-2/+1
* regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.cJim Cromie2011-09-091-3/+11
* implement OP_IS_NUMCOMPARE like other OP_IS macrosJim Cromie2011-09-091-7/+12
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-0/+1
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-13/+12
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-3/+3
* In regen scripts, print to explicit file handles instead of using select.Nicholas Clark2011-01-231-40/+28
* Move the duplicated subroutine tab() into regen_lib.plNicholas Clark2011-01-231-8/+0
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-13/+6
* In regen/*.pl, refactor the repeated code for close and rename if different.Nicholas Clark2011-01-231-14/+5