This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct code-like snippet in documentation
[perl5.git] / ext / Opcode /
2022-12-19 Paul "LeoNerd" EvansDefine OP_HELEMEXISTSOR, a handy LOGOP shortcut for...
2022-10-24 Richard Leachversion bump to squash
2022-10-24 Richard LeachOP_EMPTYAVHV - optimized empty ANONLIST/ANONHASH
2022-09-08 Yves Ortonext/lib - bump module versions on Opcode.pm, APItest...
2022-09-07 Richard LeachOP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lex
2022-08-17 Richard LeachImplement OP_PADSV_STORE - combined sassign/padsv OP
2022-07-05 James RaspassAdd builtin::is_tainted
2022-06-08 Nicholas ClarkOpcode.xs now uses PL_op_name and PL_op_desc directly
2022-06-08 Nicholas Clarkopset_len in Opcode.xs is a constant, so should be...
2022-03-07 Paul "LeoNerd" EvansRename is{bool,weak} to is_{bool,weak}
2022-01-24 James RaspassAdd ceil & floor to builtin
2021-12-08 Paul "LeoNerd" EvansAdd builtin::blessed, refaddr and reftype
2021-12-04 Paul "LeoNerd" EvansAdd builtin:: funcs for handling weakrefs
2021-12-01 Paul "LeoNerd" EvansDirect optree implementations of builtin:: functions
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-08-21 Nicholas ClarkBefore filling the lookup hash for opcode names, pre...
2021-07-30 Karl WilliamsonOpcode: Save a '&' instr by casting to U8
2021-06-25 Max MaischeinRemove inheritance from Exporter in ext/ modules
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-02-14 Paul "LeoNerd" EvansA totally new optree structure for try/catch involving...
2021-02-04 Paul "LeoNerd" EvansInitial attempt at feature 'try' 18505/head
2020-12-01 David MitchellOpcode.xs: fix compiler warning
2020-09-10 John LightseyMake security warnings in the Safe and Opcode modules...
2020-03-30 ZeframEliminate build-time warning
2020-03-13 Zeframchained comparisons
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-07-04 Dagfinn Ilmari Man... Fix "it it" typos
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframmerge leavegiven op type into leaveloop
2017-11-29 Zeframremove useless "break" mechanism
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-07-16 Lukas MaiOpcode: check invariant at compile time
2016-11-12 Dagfinn Ilmari Man... Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-08-15 David Mitchellsilence warning in Opcode.xs
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-05-21 Father ChrysostomosIncrease $Opcode::VERSION to 1.35
2016-05-21 Father ChrysostomosAdd avhvswitch op
2015-11-24 David MitchellOpcode.xs: silence compiler warning
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-01-28 Tony Cookbump $Opcode::VERSION to 1.32
2015-01-28 Daniel Dragancomment out dead code in Opcode::
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2014-12-21 Father ChrysostomosIncrease $Opcode::VERSION to 1.31
2014-12-21 Father ChrysostomosUse GIMME_V in Opcode
2014-12-21 Father ChrysostomosPropagate context properly in Safe->reval
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-29 Father ChrysostomosOpcode.pm: wrap long verbatim pod line
2014-11-29 syberspeedup for SUPER::method() calls.
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosIncrease $Opcode::VERSION to 1.29
2014-10-11 Father ChrysostomosAdd refassign op type
2014-08-05 syberCritical bugfix in module Safe (Opcode). Version increa...
2013-11-13 David MitchellOpcode: fix 'null argument' warning
2013-09-13 Father ChrysostomosIncrease $Opcode::VERSION to 1.26
2013-09-13 Father ChrysostomosAdd new opcodes to Opcode.pm
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 ChrysostomosAdd padcv to Opcode.pm
2012-08-26 Father ChrysostomosOpcode.pm: wrap long pod lines
2012-08-26 Father ChrysostomosIncrease $Opcode::VERSION to 1.24
2012-08-26 Father ChrysostomosRemove boolkeys op
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-08-18 Father ChrysostomosAdd coreargs op
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-19 Zeframbump version of many modules
2010-12-17 Nicholas ClarkConvert ext/Opcode/t/ops.t to Test::More
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-09 Nicholas ClarkTest that Opcode loads without warnings.
2010-11-09 Nicholas ClarkTidy up ext/Opcode/t/Opcode.t.
2010-11-09 Nicholas ClarkConvert ext/Opcode/t/Opcode.t to Test::More.
2010-11-06 Rafael Garcia-SuarezAdd new ops in Opcode, so it does not warn at compilation
2010-11-01 Nicholas ClarkAll callers of get_op_bitspec() in Opcode.xs pass len...
2010-11-01 Nicholas ClarkSmall refactoring of op_names_init() and put_op_bitspec...
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse gv_stashsv() and gv_fetchpvs(), the later with...
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-03-26 Nicholas Clarkmake_ext.pl's automatic Makefile.PL generation can...
2009-02-10 Nicholas ClarkMove Safe.pm into ext/Safe, and temporarily give it...
2008-09-15 Steve HayBump VERSIONs in all non-dual-lived modules that have...
2008-08-24 Rafael Garcia-SuarezPatch by Tod Hagan to document the 2nd argument of...
2008-03-13 Rafael Garcia-SuarezRegexp::DESTROY was only added in 5.8.1
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-05 Rafael Garcia-SuarezAdapt Safe innards to older (XS) versions of version.pm
2008-02-05 Rafael Garcia-SuarezFix CPAN bug #32896: make version.pm loadable in a...
2008-02-01 Nicholas ClarkBreak apart the list of functions defined in universal...
2008-01-30 Rafael Garcia-SuarezBump Safe's version
2008-01-28 Rafael Garcia-SuarezBump the version of Safe
next