This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/utf8_heavy.pl: Stack '?' and ':' ternaries
[perl5.git] / opcode.h
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-11-06 Father ChrysostomosSplit ck_open into two functions
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovkey/value hash slice operation
2012-11-10 David Mitchelladd padrange op
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father Chrysostomospadcv op type
2012-08-26 Father ChrysostomosRemove boolkeys op
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-08 Father ChrysostomosAdd freed ops to PL_op_(name|desc)
2012-07-26 Father ChrysostomosMerge ck_trunc and ck_chdir
2012-07-14 Father Chrysostomos[perl #113470] Constant folding for pack
2012-06-08 Father ChrysostomosConstant folding for x
2012-05-29 Father ChrysostomosMake pos use ck_fun and OA_SCALARREF
2012-05-29 Father ChrysostomosMake undef use ck_fun and OA_SCALARREF
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-09-16 Father ChrysostomosMerge postinc and postdec
2011-09-16 Father ChrysostomosMerge preinc and postinc
2011-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-12 Father ChrysostomosChange (l)stat’s prototype from * to ;*
2011-06-12 Nicholas ClarkReorder ops so that trans{,r} and aelemfast{,_lex}...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-04-18 Father ChrysostomosMake push/shift $scalar accept only unblessed aryrefs
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-10 Nicholas ClarkMerge the implementations of {end,set}{gr,pw}ent with...
2011-01-10 Nicholas ClarkMerge the implementations of pp_s{host,net,proto,serv...
2011-01-10 Nicholas ClarkMerge the implementations of pp_e{host,net,proto,serv...
2011-01-09 Nicholas ClarkGenerate "Unsupported socket function" stubs using...
2011-01-09 Nicholas ClarkRename pp_send to pp_syswrite, making send an alias...
2011-01-09 Nicholas ClarkIn opcode.h, use the alias macros in PL_ppaddr[]
2011-01-09 Nicholas Clarkregen/opcode.pl should only generate prototypes for...
2011-01-09 Nicholas ClarkReplace OP stubs in mathoms.c with #define aliases...
2010-12-30 Nicholas ClarkMerge the opcode bodies for pp_bind and pp_connect.
2010-12-27 Nicholas ClarkMerge the opcode bodies for chop/chomp and schop/schomp.
2010-12-12 Reini UrbanMake entertry a LOGOP, not BASEOP/UNOP
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-03 Father ChrysostomosAdd transr op type
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-14 Father Chrysostomosopcode.pl -> regen/opcode.pl
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-08-28 Nicholas ClarkRemove OA_RETINTEGER, unused since 2002 (commit e731106...
2010-07-28 Karl Williamsonsrand: change to return its seed
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)
2008-02-25 Nicholas ClarkEnsure that constant folding runs with IN_PERL_RUNTIME...
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...
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-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-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-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-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
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-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Steve HayRun regen.pl (Just updating copyright years)
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...
next