LOGONLY mark d12d61 as DOCed
[p5sagit/p5-mst-13.2.git] / pp.sym
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-02-23 Vincent Pit Re: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-20 Nicholas Clark Eliminate ck_lengthconst.
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-03-24 Rafael Garcia-Suarez Make readline() default to *ARGV.
2007-01-08 Nicholas Clark Eliminate pp_threadsv, as it was only ever used by...
2006-11-20 Andreas König Patch by Yves Orton to fix the regression reported...
2006-11-02 Gisle Aas Re: $, and say
2006-02-07 Gisle Aas Allow bareword file handle as argument to chdir().
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-04 Dave Mitchell retract 22328 and 22332: deprecation warning for my...
2004-02-17 Dave Mitchell add deprecation warning for C<my $x if foo> and C<foo...
2004-01-03 Rafael Garcia-Suarez Tidy up change #18751, so that the second parameter...
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-01-24 Charles Bailey SYN SYN
2001-01-21 Nick Ing-Simmons Fixup after integrate:
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2000-10-20 Charles Bailey SYN SYN
2000-10-03 Jarkko Hietaniemi Regen headers.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
1999-09-29 Charles Bailey resync with mainline
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-07-07 Gurusamy Sarathy add do-not-edit caveats for files generated by opcode.pl
1999-07-06 Ilya Zakharevich Optimize away OP_SASSIGN
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-04 Gurusamy Sarathy clean up some stray "global" symbols
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...