doc 2d7e78
[p5sagit/p5-mst-13.2.git] / opnames.h
2009-10-15 Nicholas Clark Move the boolkeys op to the group of hash ops.
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2008-10-25 Nicholas Clark Update copyright year in opcode.pl to reflect change...
2008-02-25 Jim Cromie Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-23 Vincent Pit Re: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-10 Jim Cromie [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-01-26 Nicholas Clark Eliminate the OP_SETSTATE, which had been disabled...
2007-12-20 Nicholas Clark Implement each @array.
2007-09-06 Nicholas Clark Make state $zok = slosh(); behave as the Perl 6 design...
2007-03-30 Nicholas Clark A logical rearrangement of ops, to get the post 5.005...
2007-01-08 Nicholas Clark Eliminate pp_threadsv, as it was only ever used by...
2006-11-12 Nicholas Clark Re-order ops to the implementation order in pp_sys...
2006-01-08 Nicholas Clark Update the copyright years in the generated files,...
2005-12-19 Robin Houston latest switch/say/~~
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2001-08-27 Artur Bergman Regen headers
2001-01-24 Charles Bailey SYN SYN
2001-01-20 Nick Ing-Simmons Infrastructure to allow:
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-05 Nicholas Clark shrink pp_hot fractionally
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko Hietaniemi Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1999-09-29 Charles Bailey resync with mainline
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-02 Gurusamy Sarathy fix broken -DDEBUGGING_OPS (from Spider Boardman