This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
basic.t: Provide descriptions for all unit tests
[perl5.git] / regen / opcode.pl
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-31 David Mitchellregen/opcode.pl: display duplicate bit name
2017-10-21 Aaron Craneopcode.pl: simplify cpp conditionals
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-05-17 jimcbetter glibc i_modulo bug handling
2015-11-10 David Mitchellsplit pp_postdec() from pp_postinc() and improve
2015-11-10 David Mitchellsplit pp_predec() from pp_preinc() and improve
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-02-01 Father ChrysostomosAdd OP_IS_INFIX_BIT
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-11-13 Father Chrysostomos[perl #123161] Add %B::Op_private::ops_using
2014-11-09 Father ChrysostomosShrink PL_op_private_bitdefs
2014-11-03 Jim Cromieend the pp_mapstart trickery
2014-10-20 David Mitchellfix typo in regen/opcode.pl
2014-10-15 Father ChrysostomosChange OA_DANGEROUS description in regen/opcode*
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-19 David Mitchellmove OPpTARGET_MY comments from opcode.pl
2014-09-19 David Mitchelladd $VERSION to B::Op_private
2014-09-11 Father ChrysostomosWrap long pod lines in B::Op_private for real
2014-09-10 Father ChrysostomosNote where B::Op_private’s pod is to be edited
2014-09-10 Father ChrysostomosWrap long lines in B::Op_private pod
2014-09-10 David MitchellAutomate processing of op_private flags
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-08-26 Father ChrysostomosRemove boolkeys op
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-08 Father ChrysostomosAdd freed ops to PL_op_(name|desc)
2012-06-29 Father ChrysostomosAdd OP_FREED op type
2011-09-16 Father ChrysostomosMerge postinc and postdec
2011-09-16 Father ChrysostomosMerge preinc and postinc
2011-09-10 Jim Cromieregen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
2011-09-10 Jim Cromieimplement OP_IS_NUMCOMPARE like other OP_IS macros
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-01-23 Nicholas ClarkIn regen scripts, print to explicit file handles instea...
2011-01-23 Nicholas ClarkMove the duplicated subroutine tab() into regen_lib.pl
2011-01-23 Nicholas ClarkChange close_and_rename() to read_only_bottom_close_and...
2011-01-23 Nicholas ClarkIn regen/*.pl, refactor the repeated code for close...
2011-01-23 Nicholas Clarkopcode.pl hasn't generated files named *-old since...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-22 Nicholas Clark"Don't repeat yourself" in regen/opcode.pl
2011-01-10 Nicholas ClarkMerge the implementations of {end,set}{gr,pw}ent with...
2011-01-10 Nicholas ClarkMerge the implementations of pp_s{host,net,proto,serv...
2011-01-10 Nicholas ClarkMerge the implementations of pp_e{host,net,proto,serv...
2011-01-09 Nicholas ClarkGenerate "Unsupported socket function" stubs using...
2011-01-09 Nicholas ClarkRename pp_send to pp_syswrite, making send an alias...
2011-01-09 Nicholas ClarkIn opcode.h, use the alias macros in PL_ppaddr[]
2011-01-09 Nicholas ClarkRemove commented-out code from regen/opcode.pl
2011-01-09 Nicholas Clarkregen/opcode.pl should only generate prototypes for...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-09 Nicholas Clarkembed.pl can read the names of ck_* functions direct...
2011-01-09 Nicholas ClarkExtract the opcode data from regen/opcode.pl into regen...
2011-01-09 Nicholas ClarkReplace OP stubs in mathoms.c with #define aliases...
2010-12-30 Nicholas ClarkMerge the opcode bodies for pp_bind and pp_connect.
2010-12-28 Nicholas ClarkRemove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longe...
2010-12-27 Nicholas ClarkMerge the opcode bodies for chop/chomp and schop/schomp.
2010-12-12 Reini UrbanMake entertry a LOGOP, not BASEOP/UNOP
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-03 Father ChrysostomosAdd transr op type
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-14 Father Chrysostomosopcode.pl -> regen/opcode.pl
2010-10-10 Steffen MuellerMove regen scripts to regen/