| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 1 | -1/+1 |
* | Add coreargs op | Father Chrysostomos | 2011-08-18 | 1 | -2/+2 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 1 | -2/+2 |
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
* | Add new ops in Opcode, so it does not warn at compilation | Rafael Garcia-Suarez | 2010-11-06 | 1 | -3/+3 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments. | Nicholas Clark | 2009-10-15 | 1 | -1/+1 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -1/+2 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+2 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -2/+2 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -2/+2 |
* | New opcode category :load, for require, dofile and caller. | Rafael Garcia-Suarez | 2007-10-09 | 1 | -4/+9 |
* | Change 31798 forgot to add the op 'once' to Opcode.pm | Nicholas Clark | 2007-09-06 | 1 | -1/+3 |
* | Use new style L<> links in POD | Rafael Garcia-Suarez | 2007-07-13 | 1 | -3/+2 |
* | Eliminate pp_threadsv, as it was only ever used by 5005 threads. | Nicholas Clark | 2007-01-08 | 1 | -1/+1 |
* | Invalidate ISA and method caches when calling a safe compartment | Rafael Garcia-Suarez | 2006-09-07 | 1 | -4/+3 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+6 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 1 | -2/+2 |
* | Remove :base_io from the set of default "safe" opcodes. | Rafael Garcia-Suarez | 2005-07-20 | 1 | -5/+7 |
* | The blead version has got the dor. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -1/+1 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |
* | Change use|require 5.005_64 to use|require 5.6.1. | Jarkko Hietaniemi | 2001-09-16 | 1 | -1/+1 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -0/+2 |
* | Bump up the VERSIONs of modules that have changed since 5.6.0, | Jarkko Hietaniemi | 2001-06-29 | 1 | -1/+1 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 1 | -2/+3 |
* | Modernize Opcode.pm documentation | Gisle Aas | 2000-09-07 | 1 | -2/+2 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -2/+2 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -3/+3 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -1/+1 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -1/+1 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -1/+1 |
* | add statement-modifier loops to :base_loop class | Gurusamy Sarathy | 1999-03-25 | 1 | -2/+2 |
* | remaining PL_foo stragglers | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+1 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -1/+1 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -1/+1 |
* | [win32] merge change#897 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -2/+2 |
* | Initial integration of ansi branch into mainline (untested). | Malcolm Beattie | 1997-11-11 | 1 | -1/+1 |
|\ |
|
| * | Add :base_thread to :default in Opcode.pm | Nick Ing-Simmons | 1997-11-08 | 1 | -1/+1 |
* | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when | Malcolm Beattie | 1997-11-11 | 1 | -1/+1 |
|/ |
|
* | Per-thread magicals mostly working (and localisable). Now getting | Malcolm Beattie | 1997-11-05 | 1 | -2/+2 |
* | Add new keyword "lock" to Opcode.pm | Malcolm Beattie | 1997-09-03 | 1 | -0/+6 |
* | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_97f to perl-5.003_97g] | Perl 5 Porters | 1997-04-18 | 1 | -3/+3 |
* | [inseparable changes from match from perl-5.003_97e to perl-5.003_97f] | Perl 5 Porters | 1997-04-17 | 1 | -3/+5 |
* | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97e | Perl 5 Porters | 1997-04-15 | 1 | -4/+5 |
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -3/+4 |
* | perl 5.003_06: ext/Opcode/Opcode.pm | Perl 5 Porters | 1996-09-20 | 1 | -1/+2 |
* | Re: glob in Safe compartment allows shell access | Perl 5 Porters | 1996-08-28 | 1 | -2/+2 |