This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8_warn_base.pl: White-space, comments only
[perl5.git] / opnames.h
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-21 Father Chrysostomosregen/opcodes: Re-order aeach, akeys, and avalues
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
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-29 syberspeedup for SUPER::method() calls.
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosAdd refassign op type
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovkey/value hash slice operation
2012-11-10 David Mitchelladd padrange op
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father Chrysostomospadcv op type
2012-08-26 Father ChrysostomosRemove boolkeys op
2012-06-29 Father ChrysostomosAdd OP_FREED op type
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
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-18 Father ChrysostomosAdd coreargs op
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-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-09 Nicholas ClarkExtract the opcode data from regen/opcode.pl into regen...
2010-12-28 Nicholas ClarkRemove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longe...
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
2009-10-15 Nicholas ClarkMove the boolkeys op to the group of hash ops.
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2008-10-25 Nicholas ClarkUpdate copyright year in opcode.pl to reflect change...
2008-02-25 Jim CromieRe: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-10 Jim Cromie[patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2007-12-20 Nicholas ClarkImplement each @array.
2007-09-06 Nicholas ClarkMake state $zok = slosh(); behave as the Perl 6 design...
2007-03-30 Nicholas ClarkA logical rearrangement of ops, to get the post 5.005...
2007-01-08 Nicholas ClarkEliminate pp_threadsv, as it was only ever used by...
2006-11-12 Nicholas ClarkRe-order ops to the implementation order in pp_sys...
2006-01-08 Nicholas ClarkUpdate the copyright years in the generated files,...
2005-12-19 Robin Houstonlatest switch/say/~~
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2001-08-27 Artur BergmanRegen headers
2001-01-24 Charles BaileySYN SYN
2001-01-20 Nick Ing-SimmonsInfrastructure to allow:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Nicholas Clarkshrink pp_hot fractionally
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko HietaniemiGenerate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1999-09-29 Charles Baileyresync with mainline
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-08-02 Gurusamy Sarathyfix broken -DDEBUGGING_OPS (from Spider Boardman