Add a macro to remove duplicated code
[p5sagit/p5-mst-13.2.git] / opcode.h
2006-02-07 Nicholas Clark Merging pp_bit_or and pp_bit_xor shrinks the object...
2006-02-07 Gisle Aas Allow bareword file handle as argument to chdir().
2006-02-07 Nicholas Clark All the trancendental unary operators can be merged...
2006-02-07 Nicholas Clark pp_pop can be implemented by pp_shift.
2006-02-07 Nicholas Clark pp_hex can be implemented trivially by pp_oct, making...
2006-02-07 Nicholas Clark Merge pp_index and pp_rindex - we have another mathom.
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Steve Hay Run regen.pl (Just updating copyright years)
2005-12-19 Robin Houston latest switch/say/~~
2005-12-01 Gisle Aas Disable constant folding of sprintf
2005-11-07 Nicholas Clark Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most...
2005-11-07 Nicholas Clark The rarely used lcfirst and ucfirst share almost all...
2005-11-05 Steve Peters Typos in opcode.pl this time.
2005-11-05 Steve Peters Merge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Steve Peters I barely knew ya pp_dor. Merged into pp_defined from...
2005-11-04 Nicholas Clark pp_semop can fit within Perl_pp_shmwrite().
2005-11-04 Nicholas Clark The remaining special logic in pp_syswrite can be moved...
2005-11-04 Nicholas Clark Merge msgsnd, msgrcv with Perl_pp_shmwrite().
2005-11-04 Nicholas Clark ftrwrite, ftrexec, fteread, ftewrite and fteexec can...
2005-11-03 Nicholas Clark Perl_pp_symlink and Perl_pp_link can be merged. The...
2005-11-02 Nicholas Clark unlink chmod utime kill can be merged into Perl_pp_chown().
2005-11-02 Nicholas Clark Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
2005-11-02 Nicholas Clark Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe...
2005-11-02 Nicholas Clark Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
2005-11-02 Rafael Garcia-Suarez Regen headers
2005-10-31 Nicholas Clark All the ops that are simply C<return some_other_op...
2005-10-31 Nicholas Clark Replace the 3 currently "unreachable" ops with a single...
2005-10-31 H.Merijn Brand Try to preserve the lost opcode alias info in comments
2005-10-31 Nicholas Clark It appears that it's trivially easy to alias opcode...
2005-07-28 Piotr Fusik [perl #36672] Swapped warnings for -o and -O file tests
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-03 Rafael Garcia-Suarez Fix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Rafael Garcia-Suarez mkdir without arguments now defaults to $_
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-29 Rafael Garcia-Suarez Downconst external APIs
2005-03-21 Andy Lester More consting goodness
2004-03-16 Rafael Garcia-Suarez Update copyright notices
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-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-01-03 Rafael Garcia-Suarez Tidy up change #18751, so that the second parameter...
2003-12-22 Adrian M. Enache re-fix [perl #24508] without speed regression.
2003-11-19 Rafael Garcia-Suarez Fix bug [perl #24508] Wrong assignment in nested assignment
2003-08-26 Rafael Garcia-Suarez Change the internal prototype of the pop() and shift...
2003-06-25 Rafael Garcia-Suarez Enhance some macro robustness.
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
2003-02-19 Chip Salzenberg Support one-parameter unpack(), which unpacks $_.
2003-01-03 Artur Bergman Change pp_lock to take a reference instead of a
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-04-09 Jarkko Hietaniemi Retract the UTF-8 filenames patch. This may be
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Jarkko Hietaniemi There was no nice way of getting in UTF-8 filenames:
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-09-18 Abhijit Menon-Sen OP_RCATLINE is an SVOP, not a BASEOP.
2001-09-13 Jarkko Hietaniemi Regen headers.
2001-08-27 Artur Bergman Regen headers
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-25 Abhijit Menon-Sen Re: [ID 20010621.007] readline() not quite as equal...
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-01-24 Charles Bailey SYN SYN
2001-01-20 Nick Ing-Simmons Infrastructure to allow:
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2000-10-20 Charles Bailey SYN SYN
2000-10-03 Jarkko Hietaniemi Regen headers.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-25 Jarkko Hietaniemi Make the "uninit variable" warning to say "concat or...
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...
2000-03-05 Gurusamy Sarathy prototype changes for eventually supporting C<binmode...
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-20 Gurusamy Sarathy glob() takes one or no user arguments and a non-user...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-02 Gurusamy Sarathy disable optimization in change#3612 for join() and...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-27 Gurusamy Sarathy more GCC v2.95 induced adjustments
1999-10-20 Gurusamy Sarathy disable optimizing troublesome ops in change#3612
1999-10-08 Larry Wall add suggested patch =~ s/NOTOP/OP_NOT/ with tests
1999-09-29 Charles Bailey resync with mainline
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-18 Gurusamy Sarathy more op description tweaks
1999-09-18 Gurusamy Sarathy tweak some op names in change#4177 (will any of this...
1999-09-17 Michael G. Schwern More descriptive names for operators.
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-02 Gurusamy Sarathy don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Stephen McCamant Two one-liner LOGOP tweaks
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-26 Gurusamy Sarathy patch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
next