This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #89502] support for dld on Atari FreeMINT
[perl5.git] / ext / Opcode / Opcode.pm
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.
2010-12-19 Zeframbump version of many modules
2010-11-06 Rafael Garcia-SuarezAdd new ops in Opcode, so it does not warn at compilation
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
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)
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2007-12-20 Nicholas ClarkImplement each @array.
2007-10-09 Rafael Garcia-SuarezNew opcode category :load, for require, dofile and...
2007-09-06 Nicholas ClarkChange 31798 forgot to add the op 'once' to Opcode.pm
2007-07-13 Rafael Garcia-SuarezUse new style L<> links in POD
2007-01-08 Nicholas ClarkEliminate pp_threadsv, as it was only ever used by...
2006-09-07 Rafael Garcia-SuarezInvalidate ISA and method caches when calling a safe...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-12-19 Robin Houstonlatest switch/say/~~
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-07-20 Rafael Garcia-SuarezRemove :base_io from the set of default "safe" opcodes.
2003-08-14 Jarkko HietaniemiThe blead version has got the dor.
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2001-09-21 Ronald J. Kimballavoid v-strings with require/use
2001-09-16 Jarkko HietaniemiChange use|require 5.005_64 to use|require 5.6.1.
2001-08-27 Simon CozensCustom Ops
2001-06-29 Jarkko HietaniemiBump up the VERSIONs of modules that have changed since...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-06 Michael G. Schwern$VERSION crusade, strict, tests, etc... all over lib/
2000-10-20 Charles BaileySYN SYN
2000-09-07 Gisle AasModernize Opcode.pm documentation
2000-02-09 Charles BaileyResync with mainline
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-09-29 Charles Baileyresync with mainline
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-03-25 Gurusamy Sarathyadd statement-modifier loops to :base_loop class
1998-10-30 Gurusamy Sarathyremaining PL_foo stragglers
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-05-14 Gurusamy Sarathy[win32] merge change#897 from maintbranch
1997-11-11 Malcolm BeattieInitial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm BeattieChange name of OP_SPECIFIC to OP_THREADSV. Fixed perl_g...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
1997-11-08 Nick Ing-SimmonsAdd :base_thread to :default in Opcode.pm
1997-11-05 Malcolm BeattiePer-thread magicals mostly working (and localisable...
1997-09-03 Malcolm BeattieAdd new keyword "lock" to Opcode.pm
1997-06-05 Malcolm BeattieMore fixups for thrperl integration.
1997-04-18 Perl 5 Porters[inseparable changes from match from perl-5.003_97f...
1997-04-17 Perl 5 Porters[inseparable changes from match from perl-5.003_97e...
1997-04-14 Perl 5 Porters[inseparable changes from patch from perl-5.003_97d... perl-5.003_97e
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1996-09-20 Perl 5 Portersperl 5.003_06: ext/Opcode/Opcode.pm
1996-06-18 Perl 5 PortersAdd Opcode extension
1996-08-28 Perl 5 PortersRe: glob in Safe compartment allows shell access