| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -1/+0 |
* | Add OP_IS_INFIX_BIT | Father Chrysostomos | 2015-01-31 | 1 | -1/+4 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -0/+2 |
* | add UNOP_AUX OP class | David Mitchell | 2014-12-07 | 1 | -0/+1 |
* | [perl #123161] Add %B::Op_private::ops_using | Father Chrysostomos | 2014-11-12 | 1 | -1/+30 |
* | Shrink PL_op_private_bitdefs | Father Chrysostomos | 2014-11-08 | 1 | -5/+17 |
* | end the pp_mapstart trickery | Jim Cromie | 2014-11-02 | 1 | -1/+2 |
* | fix typo in regen/opcode.pl | David Mitchell | 2014-10-20 | 1 | -1/+1 |
* | Change OA_DANGEROUS description in regen/opcode* | Father Chrysostomos | 2014-10-14 | 1 | -1/+1 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -0/+1 |
* | move OPpTARGET_MY comments from opcode.pl | David Mitchell | 2014-09-19 | 1 | -55/+0 |
* | add $VERSION to B::Op_private | David Mitchell | 2014-09-19 | 1 | -0/+2 |
* | Wrap long pod lines in B::Op_private for real | Father Chrysostomos | 2014-09-10 | 1 | -3/+4 |
* | Note where B::Op_private’s pod is to be edited | Father Chrysostomos | 2014-09-10 | 1 | -1/+2 |
* | Wrap long lines in B::Op_private pod | Father Chrysostomos | 2014-09-10 | 1 | -5/+5 |
* | Automate processing of op_private flags | David Mitchell | 2014-09-10 | 1 | -4/+740 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Remove boolkeys op | Father Chrysostomos | 2012-08-26 | 1 | -2/+1 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -1/+2 |
* | Add freed ops to PL_op_(name|desc) | Father Chrysostomos | 2012-08-08 | 1 | -0/+2 |
* | Add OP_FREED op type | Father Chrysostomos | 2012-06-29 | 1 | -0/+3 |
* | Merge postinc and postdec | Father Chrysostomos | 2011-09-16 | 1 | -2/+1 |
* | Merge preinc and postinc | Father Chrysostomos | 2011-09-16 | 1 | -2/+1 |
* | regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c | Jim Cromie | 2011-09-09 | 1 | -3/+11 |
* | implement OP_IS_NUMCOMPARE like other OP_IS macros | Jim Cromie | 2011-09-09 | 1 | -7/+12 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 1 | -0/+1 |
* | Add an optional third argument to open_new(), to invoke read_only_top() with. | Nicholas Clark | 2011-05-19 | 1 | -13/+12 |
* | Rename safer_open() to open_new(), and eliminate the first parameter. | Nicholas Clark | 2011-05-19 | 1 | -3/+3 |
* | In regen scripts, print to explicit file handles instead of using select. | Nicholas Clark | 2011-01-23 | 1 | -40/+28 |
* | Move the duplicated subroutine tab() into regen_lib.pl | Nicholas Clark | 2011-01-23 | 1 | -8/+0 |
* | Change close_and_rename() to read_only_bottom_close_and_rename() | Nicholas Clark | 2011-01-23 | 1 | -13/+6 |
* | In regen/*.pl, refactor the repeated code for close and rename if different. | Nicholas Clark | 2011-01-23 | 1 | -14/+5 |
* | opcode.pl hasn't generated files named *-old since 2008, so don't delete them. | Nicholas Clark | 2011-01-23 | 1 | -6/+0 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -46/+9 |
* | "Don't repeat yourself" in regen/opcode.pl | Nicholas Clark | 2011-01-22 | 1 | -5/+4 |
* | Merge the implementations of {end,set}{gr,pw}ent with endhostent. | Nicholas Clark | 2011-01-10 | 1 | -1/+2 |
* | Merge the implementations of pp_s{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -0/+1 |
* | Merge the implementations of pp_e{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -0/+1 |
* | Generate "Unsupported socket function" stubs using PL_ppaddr. | Nicholas Clark | 2011-01-09 | 1 | -16/+60 |
* | Rename pp_send to pp_syswrite, making send an alias for syswrite. | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | In opcode.h, use the alias macros in PL_ppaddr[] | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | Remove commented-out code from regen/opcode.pl | Nicholas Clark | 2011-01-09 | 1 | -13/+0 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 1 | -10/+7 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -17/+16 |
* | embed.pl can read the names of ck_* functions direct from regen/opcodes | Nicholas Clark | 2011-01-09 | 1 | -5/+0 |
* | Extract the opcode data from regen/opcode.pl into regen/opcodes | Nicholas Clark | 2011-01-09 | 1 | -552/+5 |
* | Replace OP stubs in mathoms.c with #define aliases in opcode.h | Nicholas Clark | 2011-01-09 | 1 | -7/+14 |
* | Merge the opcode bodies for pp_bind and pp_connect. | Nicholas Clark | 2010-12-30 | 1 | -0/+1 |