This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charnames.pm: indent less to fit in 80 columns
[perl5.git] / opnames.h
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