summaryrefslogtreecommitdiff
path: root/ext/Opcode/Opcode.pm
Commit message (Expand)AuthorAgeFilesLines
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-2/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-2/+2
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-1/+1
* Add coreargs opFather Chrysostomos2011-08-181-2/+2
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-2/+2
* bump version of many modulesZefram2010-12-191-1/+1
* Add new ops in Opcode, so it does not warn at compilationRafael Garcia-Suarez2010-11-061-3/+3
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-151-1/+1
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-1/+2
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+2
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-2/+2
* Implement each @array.Nicholas Clark2007-12-201-2/+2
* New opcode category :load, for require, dofile and caller.Rafael Garcia-Suarez2007-10-091-4/+9
* Change 31798 forgot to add the op 'once' to Opcode.pmNicholas Clark2007-09-061-1/+3
* Use new style L<> links in PODRafael Garcia-Suarez2007-07-131-3/+2
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-1/+1
* Invalidate ISA and method caches when calling a safe compartmentRafael Garcia-Suarez2006-09-071-4/+3
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* latest switch/say/~~Robin Houston2005-12-191-1/+6
* Typos in *.p[lm]Piotr Fusik2005-08-021-2/+2
* Remove :base_io from the set of default "safe" opcodes.Rafael Garcia-Suarez2005-07-201-5/+7
* The blead version has got the dor.Jarkko Hietaniemi2003-08-141-1/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-1/+1
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
* Custom OpsSimon Cozens2001-08-271-0/+2
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-2/+3
* Modernize Opcode.pm documentationGisle Aas2000-09-071-2/+2
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-2/+2
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-3/+3
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-1/+1
* optimize method name lookupChip Salzenberg1999-07-261-1/+1
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-1/+1
* add statement-modifier loops to :base_loop classGurusamy Sarathy1999-03-251-2/+2
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-1/+1
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-1/+1
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-1/+1
* [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-2/+2
* Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-1/+1
|\
| * Add :base_thread to :default in Opcode.pmNick Ing-Simmons1997-11-081-1/+1
* | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-1/+1
|/
* Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-2/+2
* Add new keyword "lock" to Opcode.pmMalcolm Beattie1997-09-031-0/+6
* More fixups for thrperl integration.Malcolm Beattie1997-06-051-1/+1
* [inseparable changes from match from perl-5.003_97f to perl-5.003_97g]Perl 5 Porters1997-04-181-3/+3
* [inseparable changes from match from perl-5.003_97e to perl-5.003_97f]Perl 5 Porters1997-04-171-3/+5
* [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-4/+5
* [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-3/+4