This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlop: #109408
[perl5.git] / regen / opcodes
2012-06-08 Father ChrysostomosConstant folding for x
2012-05-29 Father ChrysostomosMake pos use ck_fun and OA_SCALARREF
2012-05-29 Father ChrysostomosMake undef use ck_fun and OA_SCALARREF
2012-05-21 Father Chrysostomosregen/opcodes: Rmv evalonce comment
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
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-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-12 Father ChrysostomosChange (l)stat’s prototype from * to ;*
2011-06-12 Nicholas ClarkReorder ops so that trans{,r} and aelemfast{,_lex}...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-04-18 Father ChrysostomosMake push/shift $scalar accept only unblessed aryrefs
2011-01-19 Nicholas ClarkRemove references to Mac OS classic from comments the...
2011-01-09 Nicholas ClarkExtract the opcode data from regen/opcode.pl into regen...