This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Link from GIMME_V to perlcall for a usage example.
[perl5.git] / opcode.pl
2009-12-20 Rafael Garcia-SuarezMake eval {} compile directly to OP_ENTERTRY
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)
2009-05-15 David MitchellAdd some documentation to the heads of the various...
2008-10-25 Nicholas ClarkUpdate copyright year in opcode.pl to reflect change...
2008-03-17 Nicholas ClarkDrag autodoc.pl and overload.pl into the age of safer_o...
2008-03-15 Nicholas ClarkRename safer_rename() to rename_if_different(), to...
2008-03-15 Jim CromieRe: [patch] refine make regen to be more selective
2008-02-26 Rafael Garcia-SuarezTidy up error messages
2008-02-25 Nicholas ClarkEnsure that constant folding runs with IN_PERL_RUNTIME...
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-20 Nicholas ClarkEliminate ck_lengthconst.
2008-02-20 Nicholas ClarkSetting the f flag on length causes the op to be consta...
2008-02-10 Jim Cromie[patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-09 Marcus Holland-Moritzrefactor PL_opargs generation in opcode.pl and fix...
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 ClarkRemove the never-used numeric and character switch...
2007-03-30 Nicholas ClarkA logical rearrangement of ops, to get the post 5.005...
2007-03-30 Nicholas ClarkOops. Failed to remove the now obsolete comment about...
2007-03-30 Nicholas ClarkRemove the restriction that op_custom has to be the...
2007-03-24 Rafael Garcia-SuarezMake readline() default to *ARGV.
2007-03-24 Rafael Garcia-SuarezNow that readpipe defaults to $_, I should update the...
2007-02-19 Jarkko Hietaniemiblead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-01-15 Nicholas Clarkpp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-09 Nicholas ClarkMake opcode.pl strict and warnings clean.
2007-01-08 Nicholas ClarkEliminate pp_threadsv, as it was only ever used by...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2006-11-12 Nicholas ClarkRe-order ops to the implementation order in pp_sys...
2006-11-02 Gisle AasRe: $, and say
2006-10-31 Rafael Garcia-SuarezMake readpipe() overridable (and also `` and qx//)
2006-09-11 Jarkko HietaniemiC++: Solaris CC now compiles "perl"
2006-02-07 Nicholas ClarkMerging pp_bit_or and pp_bit_xor shrinks the object...
2006-02-07 Gisle AasAllow bareword file handle as argument to chdir().
2006-02-07 Nicholas ClarkAll the trancendental unary operators can be merged...
2006-02-07 Nicholas Clarkpp_pop can be implemented by pp_shift.
2006-02-07 Nicholas Clarkpp_hex can be implemented trivially by pp_oct, making...
2006-02-07 Nicholas ClarkMerge pp_index and pp_rindex - we have another mathom.
2006-01-08 Nicholas ClarkUpdate the copyright years in the generated files,...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Nicholas ClarkHappy New Year. (It's not just embed.pl).
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-01 Gisle AasDisable constant folding of sprintf
2005-11-07 Nicholas ClarkMerge pp_slt, pp_sgt and pp_sge into pp_sle. (The most...
2005-11-07 Nicholas ClarkThe rarely used lcfirst and ucfirst share almost all...
2005-11-05 Steve PetersTypos in opcode.pl this time.
2005-11-05 Steve PetersMerge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Steve PetersI barely knew ya pp_dor. Merged into pp_defined from...
2005-11-04 Nicholas Clarkpp_semop can fit within Perl_pp_shmwrite().
2005-11-04 Nicholas ClarkThe remaining special logic in pp_syswrite can be moved...
2005-11-04 Nicholas ClarkMerge msgsnd, msgrcv with Perl_pp_shmwrite().
2005-11-04 Nicholas Clarkftrwrite, ftrexec, fteread, ftewrite and fteexec can...
2005-11-03 Nicholas ClarkPerl_pp_symlink and Perl_pp_link can be merged. The...
2005-11-02 Nicholas Clarkunlink chmod utime kill can be merged into Perl_pp_chown().
2005-11-02 Nicholas ClarkMove ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
2005-11-02 Nicholas ClarkMerge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe...
2005-11-02 Nicholas ClarkMerge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
2005-11-02 Robin Houstonsort/multicall patch
2005-10-31 Nicholas ClarkAll the ops that are simply C<return some_other_op...
2005-10-31 Nicholas ClarkReplace the 3 currently "unreachable" ops with a single...
2005-10-31 H.Merijn BrandTry to preserve the lost opcode alias info in comments
2005-10-31 Nicholas ClarkIt 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-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-03 Rafael Garcia-SuarezFix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Rafael Garcia-Suarezmkdir without arguments now defaults to $_
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-29 Rafael Garcia-SuarezDownconst external APIs
2005-03-21 Andy LesterMore consting goodness
2004-11-16 Steve HayMake all scripts run by regen.pl write output with...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-02-17 Dave Mitchelladd deprecation warning for C<my $x if foo> and C<foo...
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-03 Rafael Garcia-SuarezTidy up change #18751, so that the second parameter...
2003-12-22 Adrian M. Enachere-fix [perl #24508] without speed regression.
2003-11-19 Rafael Garcia-SuarezFix bug [perl #24508] Wrong assignment in nested assignment
2003-08-26 Rafael Garcia-SuarezChange the internal prototype of the pop() and shift...
2003-06-25 Rafael Garcia-SuarezEnhance some macro robustness.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-10 Jarkko HietaniemiRemove the foo-old files.
2003-03-08 Jarkko Hietaniemiregen_headers tiny tidying:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-19 Chip SalzenbergSupport one-parameter unpack(), which unpacks $_.
2003-01-03 Artur BergmanChange pp_lock to take a reference instead of a
2002-11-19 Nicholas Clarkregen_headers outside Makefile (was Re: [PATCH] embed...
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-07 Rafael Garcia-SuarezDoc fix : the symbol for COPs wasn't documented.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-04-22 Jarkko HietaniemiComment tweak from Philip.
2002-04-21 Jarkko HietaniemiAs if people would be reading the documentation :-)
2002-04-21 Rafael Garcia-SuarezMake doc clearer, as suggested by Brent Dax
2002-04-09 Jarkko HietaniemiRetract the UTF-8 filenames patch. This may be
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Jarkko HietaniemiThere was no nice way of getting in UTF-8 filenames:
2002-02-11 Ilya ZakharevichOS/2 build
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
next