summaryrefslogtreecommitdiff
path: root/ext/Opcode/Opcode.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* perl 5.003_06: ext/Opcode/Opcode.pmPerl 5 Porters1996-09-201-1/+2
* Re: glob in Safe compartment allows shell accessPerl 5 Porters1996-08-281-2/+2
* Add Opcode extensionPerl 5 Porters1996-06-181-0/+564